diff --git a/internal/providers/configs/groq.json b/internal/providers/configs/groq.json index 1173117eb850282cfcdaef2a8dc493fc0da305d7..49992b91f00f601376205792b3f220410970218b 100644 --- a/internal/providers/configs/groq.json +++ b/internal/providers/configs/groq.json @@ -5,7 +5,7 @@ "api_endpoint": "https://api.groq.com/openai/v1", "type": "openai", "default_large_model_id": "moonshotai/kimi-k2-instruct", - "default_small_model_id": "moonshotai/kimi-k2-instruct", + "default_small_model_id": "qwen/qwen3-32b", "models": [ { "id": "moonshotai/kimi-k2-instruct", @@ -14,6 +14,14 @@ "cost_per_1m_out": 3, "context_window": 131072, "default_max_tokens": 10000 + }, + { + "id": "qwen/qwen3-32b", + "name": "Qwen3 32B", + "cost_per_1m_in": 0.29, + "cost_per_1m_out": 0.59, + "context_window": 131072, + "default_max_tokens": 10000 } ] }