LiteLLM Integration
Create embeddings (LiteLLM - Cohere format)
Creates embeddings using Cohere-compatible format via LiteLLM.
post/litellm/cohere/v2/embed
Request body
Example request
{
"model": "embed-english-v3.0"
}Response
Successful response
Creates embeddings using Cohere-compatible format via LiteLLM.
{
"model": "embed-english-v3.0"
}Successful response