mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Add hyperbolic deepseek v3 model configurations (#8232)
* add hyperbolic deepseek configurations * add deepseek-v3 support
This commit is contained in:
parent
f66029470f
commit
c494b2cb85
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue