This commit is contained in:
Ishaan Jaffer 2026-01-20 08:39:17 -08:00
parent 11dbae85d1
commit f6d6455cbc
2 changed files with 16 additions and 17 deletions

View file

@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:v1.81.0
docker.litellm.ai/berriai/litellm:v1.81.0.rc.1
```
</TabItem>

View file

@ -15989,6 +15989,21 @@
"supports_response_schema": true,
"supports_vision": true
},
"chatgpt/gpt-5.2": {
"litellm_provider": "chatgpt",
"max_input_tokens": 128000,
"max_output_tokens": 64000,
"max_tokens": 64000,
"mode": "responses",
"supported_endpoints": [
"/v1/chat/completions",
"/v1/responses"
],
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_response_schema": true,
"supports_vision": true
},
"chatgpt/gpt-5.1-codex-max": {
"litellm_provider": "chatgpt",
"max_input_tokens": 128000,
@ -16017,22 +16032,6 @@
"supports_response_schema": true,
"supports_vision": true
},
"chatgpt/gpt-5.2": {
"litellm_provider": "chatgpt",
"max_input_tokens": 128000,
"max_output_tokens": 64000,
"max_tokens": 64000,
"mode": "chat",
"supported_endpoints": [
"/v1/chat/completions",
"/v1/messages",
"/v1/responses"
],
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_response_schema": true,
"supports_vision": true
},
"gigachat/GigaChat-2-Lite": {
"input_cost_per_token": 0.0,
"litellm_provider": "gigachat",