LiteLLM Integration
Chat completions (LiteLLM - OpenAI format)
Creates a chat completion using OpenAI-compatible format via LiteLLM.
post/litellm/v1/chat/completions
Request body
Example request
{
"model": "gpt-4"
}Response
Successful response
Creates a chat completion using OpenAI-compatible format via LiteLLM.
{
"model": "gpt-4"
}Successful response