diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 873b5b68836806c202a1649aba690556f61825fb..72662a312fcdc501850dc321aa30ab0020882cbb 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -62,9 +62,9 @@ }, "synthetic": { "name": "Synthetic", - "type": "openai-compat", + "type": "anthropic", "api_key": "$SYNTHETIC_API_KEY", - "base_url": "https://api.synthetic.new/openai/v1", + "base_url": "https://api.synthetic.new/anthropic", "models": [ { "id": "hf:deepseek-ai/DeepSeek-V3.1-Terminus", @@ -76,9 +76,7 @@ "context_window": 131072, "default_max_tokens": 8192, "can_reason": true, - "has_reasoning_efforts": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", + "has_reasoning_efforts": false, "supports_attachments": false }, { @@ -91,9 +89,7 @@ "context_window": 196608, "default_max_tokens": 65536, "can_reason": true, - "has_reasoning_efforts": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", + "has_reasoning_efforts": false, "supports_attachments": false }, { @@ -106,9 +102,7 @@ "context_window": 131072, "default_max_tokens": 65536, "can_reason": true, - "has_reasoning_efforts": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", + "has_reasoning_efforts": false, "supports_attachments": false }, { @@ -133,14 +127,12 @@ "context_window": 204800, "default_max_tokens": 65536, "can_reason": true, - "has_reasoning_efforts": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", + "has_reasoning_efforts": false, "supports_attachments": false }, { "id": "hf:moonshotai/Kimi-K2-Thinking", - "name": "Kimi K2 THinking", + "name": "Kimi K2 Thinking", "cost_per_1m_in": 0.55, "cost_per_1m_out": 2.19, "cost_per_1m_in_cached": 0.55, @@ -148,9 +140,7 @@ "context_window": 204800, "default_max_tokens": 65536, "can_reason": true, - "has_reasoning_efforts": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", + "has_reasoning_efforts": false, "supports_attachments": false } ]