mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Add new model pricing for nemotron-nano-9b-v2 (#16120)
This commit is contained in:
parent
0c743e1adc
commit
880bdddf42
1 changed files with 9 additions and 0 deletions
|
|
@ -18211,6 +18211,15 @@
|
|||
"output_cost_per_token": 2e-07,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"openrouter/nvidia/nemotron-nano-9b-v2:free": {
|
||||
"input_cost_per_token": 0,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_tokens": 128000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0,
|
||||
"source": "https://openrouter.ai/nvidia/nemotron-nano-9b-v2:free",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"openrouter/openai/gpt-3.5-turbo": {
|
||||
"input_cost_per_token": 1.5e-06,
|
||||
"litellm_provider": "openrouter",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue