From 08669b931f78226154454562131e3397fdd26e61 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Tue, 23 Dec 2025 03:35:23 +0000 Subject: [PATCH] Update pricing.json --- pricing.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pricing.json b/pricing.json index f7d25b2..8eff4e5 100644 --- a/pricing.json +++ b/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 } } \ No newline at end of file