diff --git a/cmd/synthetic/main.go b/cmd/synthetic/main.go index 58844e47f9bd6e56d519f033753c558385d261a3..3ecefcd32b1f2993d679a3aa689f243429bee5a4 100644 --- a/cmd/synthetic/main.go +++ b/cmd/synthetic/main.go @@ -114,7 +114,7 @@ func applyModelOverrides(model *Model) { case strings.HasPrefix(model.ID, "hf:moonshotai/Kimi-K2-Thinking"): model.SupportedFeatures = []string{"tools", "reasoning"} - case strings.HasPrefix(model.ID, "hf:moonshotai/Kimi-K2.5"): + case strings.HasPrefix(model.ID, "hf:moonshotai/Kimi-K2.6"): model.SupportedFeatures = []string{"tools", "reasoning"} case strings.HasPrefix(model.ID, "hf:moonshotai/Kimi-K2"): @@ -159,7 +159,7 @@ func main() { APIKey: "$SYNTHETIC_API_KEY", APIEndpoint: "https://api.synthetic.new/openai/v1", Type: catwalk.TypeOpenAICompat, - DefaultLargeModelID: "hf:moonshotai/Kimi-K2.5", + DefaultLargeModelID: "hf:moonshotai/Kimi-K2.6", DefaultSmallModelID: "hf:deepseek-ai/DeepSeek-V3.2", Models: []catwalk.Model{}, } diff --git a/internal/providers/configs/synthetic.json b/internal/providers/configs/synthetic.json index beede9a5a98498ebf5b347d752f7ef53ffe76a65..0d6a310660d8a655de908c46ff25890a8895b519 100644 --- a/internal/providers/configs/synthetic.json +++ b/internal/providers/configs/synthetic.json @@ -4,7 +4,7 @@ "api_key": "$SYNTHETIC_API_KEY", "api_endpoint": "https://api.synthetic.new/openai/v1", "type": "openai-compat", - "default_large_model_id": "hf:moonshotai/Kimi-K2.5", + "default_large_model_id": "hf:moonshotai/Kimi-K2.6", "default_small_model_id": "hf:deepseek-ai/DeepSeek-V3.2", "models": [ { @@ -136,7 +136,13 @@ "cost_per_1m_out_cached": 0.95, "context_window": 262144, "default_max_tokens": 32768, - "can_reason": false, + "can_reason": true, + "reasoning_levels": [ + "low", + "medium", + "high" + ], + "default_reasoning_effort": "medium", "supports_attachments": true }, {