Update pricing.json
This commit is contained in:
30
pricing.json
30
pricing.json
@@ -252,5 +252,35 @@
|
||||
"max_tokens": 32768,
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"cloud/gemini-3-flash-preview": {
|
||||
"provider": "cloud",
|
||||
"mode": "chat",
|
||||
"input_cost_per_token": 5E-7,
|
||||
"output_cost_per_token": 0.000003,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 65535,
|
||||
"max_tokens": 65535,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": false,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"cloud/nemotron-3-nano:30b": {
|
||||
"provider": "cloud",
|
||||
"mode": "chat",
|
||||
"input_cost_per_token": 6E-8,
|
||||
"output_cost_per_token": 2.4E-7,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_tokens": 262144,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": false,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user