[
  {
    "id": "gpt-5.5",
    "label": "GPT-5.5",
    "note": "Frontier model for complex coding, research, and real-world work.",
    "tone": "coral",
    "inputPer1M": 5.0,
    "cachedInputPer1M": 0.5,
    "outputPer1M": 30.0
  },
  {
    "id": "gpt-5.4",
    "label": "GPT-5.4",
    "note": "Frontier coding model with the widest headroom.",
    "tone": "coral",
    "inputPer1M": 2.5,
    "cachedInputPer1M": 0.25,
    "outputPer1M": 15.0
  },
  {
    "id": "gpt-5.4-mini",
    "label": "GPT-5.4 Mini",
    "note": "Smaller GPT-5.4 variant for quick iterations.",
    "tone": "sea",
    "inputPer1M": 1.25,
    "cachedInputPer1M": 0.125,
    "outputPer1M": 10.0
  },
  {
    "id": "gpt-image-2",
    "label": "GPT Image 2",
    "note": "OpenAI-compatible image generation endpoint backed by codex-lb.",
    "tone": "coral",
    "inputPer1M": 5.0,
    "cachedInputPer1M": 2.0,
    "outputPer1M": 30.0
  },
  {
    "id": "gpt-image-1.5",
    "label": "GPT Image 1.5",
    "note": "Native image generation model for direct image outputs.",
    "tone": "coral",
    "inputPer1M": 8.0,
    "cachedInputPer1M": 2.0,
    "outputPer1M": 32.0
  },
  {
    "id": "gpt-5.3-codex",
    "label": "GPT-5.3 Codex",
    "note": "Strong daily-driver Codex model for heavier work.",
    "tone": "ink",
    "inputPer1M": 1.75,
    "cachedInputPer1M": 0.175,
    "outputPer1M": 14.0
  },
  {
    "id": "codex-auto-review",
    "label": "Codex Auto Review",
    "note": "Compatibility alias for Codex IDE auto-review flows.",
    "tone": "ink",
    "inputPer1M": 1.75,
    "cachedInputPer1M": 0.175,
    "outputPer1M": 14.0
  },
  {
    "id": "gpt-5.2-codex",
    "label": "GPT-5.2 Codex",
    "note": "Stable compatibility option for older Codex flows.",
    "tone": "sea",
    "inputPer1M": 1.75,
    "cachedInputPer1M": 0.175,
    "outputPer1M": 14.0
  },
  {
    "id": "gpt-5.2",
    "label": "GPT-5.2",
    "note": "Balanced GPT-5 path when you want a non-Codex option.",
    "tone": "ink",
    "inputPer1M": 1.75,
    "cachedInputPer1M": 0.175,
    "outputPer1M": 14.0
  },
  {
    "id": "gpt-5.1-codex-max",
    "label": "GPT-5.1 Codex Max",
    "note": "Higher-throughput option for longer coding sessions.",
    "tone": "coral",
    "inputPer1M": 1.25,
    "cachedInputPer1M": 0.125,
    "outputPer1M": 10.0
  },
  {
    "id": "gpt-5.1-codex-mini",
    "label": "GPT-5.1 Codex Mini",
    "note": "Lower-cost Codex path for quick iterations.",
    "tone": "sea",
    "inputPer1M": 0.25,
    "cachedInputPer1M": 0.025,
    "outputPer1M": 2.0
  },
  {
    "id": "gemini-2.5-pro",
    "label": "Gemini 2.5 Pro",
    "note": "Google's flagship coding and reasoning model through CliRelay.",
    "tone": "coral",
    "inputPer1M": 1.25,
    "cachedInputPer1M": 0.125,
    "outputPer1M": 10.0
  },
  {
    "id": "gemini-2.5-flash",
    "label": "Gemini 2.5 Flash",
    "note": "Balanced Gemini path for fast multimodal and agentic work.",
    "tone": "ink",
    "inputPer1M": 0.3,
    "cachedInputPer1M": 0.03,
    "outputPer1M": 2.5
  },
  {
    "id": "gemini-2.5-flash-lite",
    "label": "Gemini 2.5 Flash Lite",
    "note": "Lowest-cost Gemini path for lightweight coding and tooling loops.",
    "tone": "sea",
    "inputPer1M": 0.1,
    "cachedInputPer1M": 0.01,
    "outputPer1M": 0.4
  },
  {
    "id": "gemini-3-pro-preview",
    "label": "Gemini 3 Pro Preview",
    "note": "Preview Gemini model for heavier multimodal and coding sessions.",
    "tone": "coral",
    "inputPer1M": 2.0,
    "cachedInputPer1M": 0.2,
    "outputPer1M": 12.0
  },
  {
    "id": "gemini-3.1-pro-preview",
    "label": "Gemini 3.1 Pro Preview",
    "note": "Newest Gemini Pro preview with stronger agentic and coding behavior.",
    "tone": "coral",
    "inputPer1M": 2.0,
    "cachedInputPer1M": 0.2,
    "outputPer1M": 12.0
  },
  {
    "id": "gemini-3-flash-preview",
    "label": "Gemini 3 Flash Preview",
    "note": "Faster Gemini preview tuned for responsive high-volume tasks.",
    "tone": "ink",
    "inputPer1M": 0.5,
    "cachedInputPer1M": 0.05,
    "outputPer1M": 3.0
  }
]
