From f21ded318b9d7062517702957ec929c5cdd528d4 Mon Sep 17 00:00:00 2001 From: cpinn <4450689+cpinn@users.noreply.github.com> Date: Thu, 28 May 2026 09:25:50 +0000 Subject: [PATCH] fix: add Together models Qwen/Qwen3.7-Max --- packages/proxy/schema/index.ts | 1 + packages/proxy/schema/model_list.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/packages/proxy/schema/index.ts b/packages/proxy/schema/index.ts index 464a3820..f7c06c16 100644 --- a/packages/proxy/schema/index.ts +++ b/packages/proxy/schema/index.ts @@ -590,6 +590,7 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = { "grok-2-1212": ["xAI"], "grok-vision-beta": ["xAI"], "grok-beta": ["xAI"], + "Qwen/Qwen3.7-Max": ["together"], "grok-4.20-0309-non-reasoning": ["xAI"], "accounts/fireworks/models/deepseek-v4-flash": ["fireworks"], "accounts/fireworks/models/glm-5": ["fireworks"], diff --git a/packages/proxy/schema/model_list.json b/packages/proxy/schema/model_list.json index 57d7b976..1532db4b 100644 --- a/packages/proxy/schema/model_list.json +++ b/packages/proxy/schema/model_list.json @@ -4734,6 +4734,19 @@ "together" ] }, + "Qwen/Qwen3.7-Max": { + "format": "openai", + "flavor": "chat", + "input_cost_per_mil_tokens": 1.25, + "output_cost_per_mil_tokens": 3.75, + "input_cache_read_cost_per_mil_tokens": 0.13, + "displayName": "Qwen3.7 Max", + "reasoning": true, + "max_input_tokens": 1000000, + "available_providers": [ + "together" + ] + }, "magistral-medium-latest": { "format": "openai", "flavor": "chat",