{
	"$schema": "https://charm.land/crush.json",
	"options": {
		"disable_provider_auto_update": true,
		"attribution": {
			"trailer_style": "assisted-by",
			"generated_with": false
		},
		"memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"]
	},
	"providers": {
		"proxy": {
			"name": "wan",
			"type": "anthropic",
			"api_key": "dummy",
			"base_url": "http://127.0.0.1:8317/",
			"models": [
				{
					"id": "claude-sonnet-4-5-20250929",
					"name": "Claude Sonnet 4.5",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 200000,
					"default_max_tokens": 50000,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": true
				},
				{
					"id": "synthetic/glm-4.6",
					"name": "GLM-4.6",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 204800,
					"default_max_tokens": 65536,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": false
				},
				{
					"id": "gpt-5-codex-high",
					"name": "GPT-5 Codex High",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 204800,
					"default_max_tokens": 65536,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": false
				},
				{
					"id": "gpt-5-high",
					"name": "GPT-5 High",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 204800,
					"default_max_tokens": 65536,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": false
				},
				{
					"id": "claude-haiku-4-5-20251001",
					"name": "Claude 4.5 Haiku",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 200000,
					"default_max_tokens": 32000,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": true
				},
				{
					"id": "synthetic/kimi-k2-thinking",
					"name": "Kimi K2 Thinking",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 204800,
					"default_max_tokens": 65536,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": false
				},
				{
					"id": "synthetic/minimax-m2",
					"name": "MiniMax M2",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 196608,
					"default_max_tokens": 65536,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": false
				}
			]
		},
		"minimax": {
			"name": "MiniMax",
			"type": "anthropic",
			"base_url": "https://api.minimax.io/anthropic",
			"api_key": "$MINIMAX_API_KEY",
			"extra_headers": {
				"User-Agent": "claude-cli/2.0.31 (external, cli)",
				"x-app": "cli",
				"anthropic-version": "2023-06-01",
				"anthropic-beta": "oauth-2025-04-20,interleaved-thinking-2025-05-14,fine-grained-tool-streaming-2025-05-14"
			},
			"models": [
				{
					"id": "MiniMax-M2",
					"name": "MiniMax M2",
					"cost_per_1m_in": 0,
					"cost_per_1m_out": 0,
					"cost_per_1m_in_cached": 0,
					"cost_per_1m_out_cached": 0,
					"context_window": 200000,
					"default_max_tokens": 16384,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": true
				}
			]
		}
	}
}
