From 12af7acfbc5409dccf8424a6234e3e452723f205 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Fri, 12 Dec 2025 08:13:48 +0000 Subject: [PATCH] Update pricing.json --- pricing.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pricing.json b/pricing.json index 4d0dd17..f7d25b2 100644 --- a/pricing.json +++ b/pricing.json @@ -229,5 +229,28 @@ "supports_function_calling": true, "supports_tool_choice": true, "supports_reasoning": true + }, + "cloud/qwen3-next:80b": { + "provider": "cloud", + "mode": "chat", + "input_cost_per_token": 1.5E-7, + "output_cost_per_token": 1.5E-6, + "max_input_tokens": 262144, + "max_output_tokens": 32768, + "max_tokens": 32768, + "supports_function_calling": true, + "supports_tool_choice": true, + "supports_reasoning": true + }, + "cloud/devstral-2:123b": { + "provider": "cloud", + "mode": "chat", + "input_cost_per_token": 1.5E-7, + "output_cost_per_token": 6E-7, + "max_input_tokens": 262144, + "max_output_tokens": 32768, + "max_tokens": 32768, + "supports_function_calling": true, + "supports_tool_choice": true } } \ No newline at end of file