{
  "name": "Anshad Ameenza LLM Pricing & Capability Index",
  "source": "https://anshadameenza.com/llm-index",
  "lastVerified": "2026-06-20",
  "disclaimer": "Approximate public figures as of mid-2026; prices change often. Verify live provider pricing before relying on these numbers.",
  "count": 8,
  "models": [
    {
      "id": "glm-5.2",
      "name": "GLM-5.2",
      "org": "Z.ai",
      "weights": "open",
      "license": "MIT",
      "totalParamsB": 744,
      "activeParamsB": 40,
      "contextK": 1024,
      "inPerM": 1.2,
      "outPerM": 4.1,
      "openrouterSlug": "z-ai/glm-5.2",
      "note": "Open-weights coding frontier"
    },
    {
      "id": "deepseek-v3",
      "name": "DeepSeek V3.x",
      "org": "DeepSeek",
      "weights": "open",
      "license": "MIT-style",
      "totalParamsB": 671,
      "activeParamsB": 37,
      "contextK": 128,
      "inPerM": 0.27,
      "outPerM": 1.1,
      "openrouterSlug": "deepseek/deepseek-chat",
      "note": "Cheap open MoE"
    },
    {
      "id": "kimi-k2",
      "name": "Kimi K2.6",
      "org": "Moonshot",
      "weights": "open",
      "totalParamsB": 1000,
      "activeParamsB": 32,
      "contextK": 256,
      "inPerM": 0.6,
      "outPerM": 2.5,
      "note": "Long-context open MoE"
    },
    {
      "id": "qwen-3",
      "name": "Qwen3 (large)",
      "org": "Alibaba",
      "weights": "open",
      "license": "Apache-2.0",
      "totalParamsB": 235,
      "activeParamsB": 22,
      "contextK": 256,
      "inPerM": 0.4,
      "outPerM": 1.6,
      "note": "Strong open generalist"
    },
    {
      "id": "llama-4",
      "name": "Llama 4 (large)",
      "org": "Meta",
      "weights": "open",
      "license": "Llama license",
      "totalParamsB": 400,
      "activeParamsB": 17,
      "contextK": 256,
      "inPerM": 0.5,
      "outPerM": 1.6,
      "note": "Open, widely hosted"
    },
    {
      "id": "gpt-5-5",
      "name": "GPT-5.5 (class)",
      "org": "OpenAI",
      "weights": "closed",
      "contextK": 256,
      "inPerM": 3,
      "outPerM": 15,
      "note": "Closed frontier (approx)"
    },
    {
      "id": "claude-frontier",
      "name": "Claude (frontier)",
      "org": "Anthropic",
      "weights": "closed",
      "contextK": 200,
      "inPerM": 3,
      "outPerM": 15,
      "note": "Closed frontier (approx)"
    },
    {
      "id": "gemini-frontier",
      "name": "Gemini (frontier)",
      "org": "Google",
      "weights": "closed",
      "contextK": 1024,
      "inPerM": 2,
      "outPerM": 12,
      "note": "Closed, very long context (approx)"
    }
  ]
}