{
  "updated": "2026-04-28T17:18:26.378Z",
  "query": {
    "task": "code",
    "budget": "cheap"
  },
  "count": 3,
  "recommendations": [
    {
      "rank": 1,
      "id": "arcee-ai/coder-large",
      "short_name": "Coder Large",
      "provider": "arcee-ai",
      "tier": "flagship",
      "pricing": {
        "input": 0.5,
        "output": 0.8
      },
      "capabilities": {
        "tools": false,
        "vision": false,
        "pdf": false,
        "audio_in": false,
        "video_in": false,
        "reasoning": false,
        "structured_outputs": false,
        "streaming": true
      },
      "reason": "arcee-ai flagship; code-specialised; $0.5/M in · $0.8/M out",
      "example": {
        "via": "openrouter",
        "endpoint": "https://openrouter.ai/api/v1/chat/completions",
        "curl": "curl https://openrouter.ai/api/v1/chat/completions \\\n  -H \"Authorization: Bearer $OPENROUTER_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"model\":\"arcee-ai/coder-large\",\"messages\":[{\"role\":\"user\",\"content\":\"Hello\"}]}'"
      }
    },
    {
      "rank": 2,
      "id": "qwen/qwen3-coder-next",
      "short_name": "Qwen3 Coder Next",
      "provider": "qwen",
      "tier": "balanced",
      "pricing": {
        "input": 0.14,
        "output": 0.8
      },
      "capabilities": {
        "tools": true,
        "vision": false,
        "pdf": false,
        "audio_in": false,
        "video_in": false,
        "reasoning": false,
        "structured_outputs": true,
        "streaming": true
      },
      "reason": "balanced tier; code-specialised; $0.14/M in · $0.8/M out; tools",
      "example": {
        "via": "direct",
        "endpoint": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions",
        "curl": "curl https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"model\":\"qwen3-coder-next\",\"messages\":[{\"role\":\"user\",\"content\":\"Hello\"}]}'"
      }
    },
    {
      "rank": 3,
      "id": "z-ai/glm-4.7-flash",
      "short_name": "GLM 4.7 Flash",
      "provider": "z-ai",
      "tier": "flagship",
      "pricing": {
        "input": 0.06,
        "output": 0.4
      },
      "capabilities": {
        "tools": true,
        "vision": false,
        "pdf": false,
        "audio_in": false,
        "video_in": false,
        "reasoning": true,
        "structured_outputs": true,
        "streaming": true
      },
      "reason": "z-ai flagship; $0.06/M in · $0.4/M out; tools + reasoning",
      "example": {
        "via": "openrouter",
        "endpoint": "https://openrouter.ai/api/v1/chat/completions",
        "curl": "curl https://openrouter.ai/api/v1/chat/completions \\\n  -H \"Authorization: Bearer $OPENROUTER_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"model\":\"z-ai/glm-4.7-flash\",\"messages\":[{\"role\":\"user\",\"content\":\"Hello\"}]}'"
      }
    }
  ],
  "help": "Params: ?task=code|chat|reasoning|vision|fast|generic · ?budget=cheap|standard|premium · ?needs=tools,vision,reasoning,pdf,structured_outputs · ?provider=anthropic"
}