-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Sorry if my question is a basic one but I cannot configure the context window (limits) for my litellm instance. Se examples:
config.json
"litellm": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://my.domain.com/v1"
},
"models": {
"cerebras/qwen-3-coder-480b": {
"tools": true,
"reasoning": true,
"context_window": 120000,
"limit": {
"context": 120000,
"output": 64000
}
},
}
}

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels