mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix model source
This commit is contained in:
parent
8006a85b2e
commit
f484b2ca6d
1 changed files with 2 additions and 2 deletions
|
|
@ -20197,7 +20197,7 @@
|
|||
"max_tokens": 204800,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.2e-06,
|
||||
"source": "https://api.hpc-ai.com/inference/v1",
|
||||
"source": "https://www.hpc-ai.com/models-console/models/minimax/minimax-m2.5",
|
||||
"supports_function_calling": true,
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
|
|
@ -20210,7 +20210,7 @@
|
|||
"max_tokens": 262144,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 2.25e-06,
|
||||
"source": "https://api.hpc-ai.com/inference/v1",
|
||||
"source": "https://www.hpc-ai.com/models-console/models/moonshotai/kimi-k2.5",
|
||||
"supports_function_calling": true,
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue