Add hyperbolic deepseek v3 model configurations (#8232)

* add hyperbolic deepseek configurations

* add deepseek-v3 support
This commit is contained in:
Low Jian Sheng 2025-02-05 11:00:22 +08:00 committed by GitHub
parent f66029470f
commit c494b2cb85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8444,5 +8444,16 @@
"litellm_provider": "sambanova",
"supports_function_calling": true,
"mode": "chat"
},
"hyperbolic/deepseek-v3": {
"max_tokens": 20480,
"max_input_tokens": 131072,
"max_output_tokens": 20480,
"litellm_provider": "openai",
"input_cost_per_token": 0.00000025,
"output_cost_per_token": 0.00000025,
"mode": "chat",
"supports_function_calling": true,
"supports_response_schema": true
}
}