LiteLLM Integration
Tokenize text (LiteLLM - Cohere format)
Tokenizes text using Cohere-compatible format via LiteLLM.
post/litellm/cohere/v1/tokenize
Request body
Example request
{
"model": "command-r-plus"
}Response
Successful response
Tokenizes text using Cohere-compatible format via LiteLLM.
{
"model": "command-r-plus"
}Successful response