{
  "$schema": "https://opencode.ai/forge.json",
  "name": "Pantheon Forge",
  "description": "Model presets for Pantheon agent system \u2014 maps tiered models to 14 specialized agents across 4 tiers",
  "version": "3.19.3",
  "tiers": {
    "premium": {
      "description": "Deep reasoning agents: orchestration, strategic planning, review, synthesis",
      "agents": ["zeus", "athena", "themis"]
    },
    "default": {
      "description": "Balanced agents: backend, frontend, database, infra, AI pipelines, model routing, conversational AI, remote sensing",
      "agents": ["hermes", "aphrodite", "demeter", "prometheus", "hephaestus", "gaia"]
    },
    "coding": {
      "description": "Heavy coding agents: backend, frontend, database, infra, AI pipelines, hotfixes \u2014 benefit from fast, cheap coding models like DeepSeek V4 Flash",
      "agents": ["hermes", "aphrodite", "demeter", "prometheus", "hephaestus", "talos"]
    },
    "fast": {
      "description": "Fast/cheap agents: codebase discovery, GitHub ops, memory, hotfixes, observability, visual analysis",
      "agents": ["apollo", "iris", "mnemosyne", "talos", "nyx"]
    }
  },
  "presets": {
    "default": {
      "description": "Account defaults \u2014 no models explicitly set. All agents use whatever your OpenCode plan provides. Zero configuration, safe fallback.",
      "tiers": {
        "premium": {
          "model": null
        },
        "default": {
          "model": null
        },
        "coding": {
          "model": null
        },
        "fast": {
          "model": null
        }
      },
      "agent_overrides": {},
      "provider_options": {}
    },
    "opencode-go": {
      "description": "OpenCode Go \u2014 espelhando o preset opencode-go do oh-my-opencode-slim. GLM-5.1 (orquestrador), DeepSeek V4 Pro (racioc\u00ednio profundo), Kimi K2.6 (design), DeepSeek V4 Flash (implementa\u00e7\u00e3o), MiniMax M2.7 (explora\u00e7\u00e3o).",
      "tiers": {
        "premium": {
          "model": "opencode-go/deepseek-v4-pro"
        },
        "default": {
          "model": "opencode-go/kimi-k2.6"
        },
        "coding": {
          "model": "opencode-go/deepseek-v4-flash"
        },
        "fast": {
          "model": "opencode-go/minimax-m2.7"
        }
      },
      "agent_overrides": {
        "zeus": {
          "model": "opencode-go/glm-5.1"
        },
        "aphrodite": {
          "model": "opencode-go/kimi-k2.6"
        },
        "talos": {
          "model": "opencode-go/deepseek-v4-flash"
        },
        "gaia": {
          "model": "opencode-go/minimax-m2.7"
        }
      },
      "provider_options": {}
    },
    "deepseek-flash": {
      "description": "Single model for all agents: DeepSeek V4 Flash via OpenCode routing. Fast, cost-effective, unified experience at $0.14/M in / $0.28/M out. Best cost/quality ratio on OpenCode Go.",
      "tiers": {
        "premium": {
          "model": "opencode-go/deepseek-v4-flash"
        },
        "default": {
          "model": "opencode-go/deepseek-v4-flash"
        },
        "coding": {
          "model": "opencode-go/deepseek-v4-flash"
        },
        "fast": {
          "model": "opencode-go/deepseek-v4-flash"
        }
      },
      "agent_overrides": {},
      "provider_options": {}
    },
    "kimi": {
      "description": "Moonshot Kimi models via OpenCode Go. Kimi K2.6 for deep reasoning and coding, Kimi K2.5 for balanced work, MiniMax M2.7 for fast tasks. Strong at long-context coding and Chinese/English bilingual tasks.",
      "tiers": {
        "premium": {
          "model": "opencode-go/kimi-k2.6"
        },
        "default": {
          "model": "opencode-go/kimi-k2.5"
        },
        "coding": {
          "model": "opencode-go/kimi-k2.6"
        },
        "fast": {
          "model": "opencode-go/minimax-m2.7"
        }
      },
      "agent_overrides": {},
      "provider_options": {}
    },
    "qwen": {
      "description": "Alibaba Qwen models via OpenCode Go. Qwen3.6 Plus for deep reasoning and coding, Qwen3.5 Plus for balanced work, DeepSeek V4 Flash for fast tasks. Strong at coding and reasoning benchmarks.",
      "tiers": {
        "premium": {
          "model": "opencode-go/qwen3.6-plus"
        },
        "default": {
          "model": "opencode-go/qwen3.5-plus"
        },
        "coding": {
          "model": "opencode-go/qwen3.6-plus"
        },
        "fast": {
          "model": "opencode-go/deepseek-v4-flash"
        }
      },
      "agent_overrides": {},
      "provider_options": {}
    },
    "opencode-co": {
      "description": "OpenCode Co curated mix \u2014 best-of-all-worlds from OpenCode Go. DeepSeek V4 Pro for deep reasoning, Kimi K2.6 for balanced and coding, MiniMax M2.7 for fast exploration tasks.",
      "tiers": {
        "premium": {
          "model": "opencode-go/deepseek-v4-pro"
        },
        "default": {
          "model": "opencode-go/kimi-k2.6"
        },
        "coding": {
          "model": "opencode-go/kimi-k2.6"
        },
        "fast": {
          "model": "opencode-go/minimax-m2.7"
        }
      },
      "agent_overrides": {},
      "provider_options": {}
    },
    "claude-pro": {
      "description": "Anthropic Claude with extended thinking. Opus for deep reasoning, Sonnet for balanced work and coding, Haiku for fast tasks. Requires Anthropic API key or GitHub Copilot subscription.",
      "tiers": {
        "premium": {
          "model": "anthropic/claude-opus-4-5",
          "variant": "max"
        },
        "default": {
          "model": "anthropic/claude-sonnet-4-5",
          "variant": "high"
        },
        "coding": {
          "model": "anthropic/claude-sonnet-4-5",
          "variant": "high"
        },
        "fast": {
          "model": "anthropic/claude-haiku-3-5",
          "variant": "high"
        }
      },
      "agent_overrides": {
        "zeus": {
          "model": "anthropic/claude-opus-4-5",
          "variant": "max"
        },
        "aphrodite": {
          "model": "anthropic/claude-sonnet-4-5",
          "variant": "high"
        }
      },
      "provider_options": {}
    },
    "openai": {
      "description": "OpenAI tiered: o3 for deep reasoning (high reasoning effort), gpt-4o for balanced work and coding, gpt-4o-mini for fast tasks. Requires OpenAI API key or GitHub Copilot subscription.",
      "tiers": {
        "premium": {
          "model": "openai/o3",
          "variant": "reasoning"
        },
        "default": {
          "model": "openai/gpt-4o"
        },
        "coding": {
          "model": "openai/gpt-4o"
        },
        "fast": {
          "model": "openai/gpt-4o-mini"
        }
      },
      "agent_overrides": {},
      "provider_options": {
        "openai": {
          "models": {
            "o3": {
              "options": {
                "reasoning_effort": "high"
              }
            },
            "gpt-4o": {
              "options": {}
            },
            "gpt-4o-mini": {
              "options": {}
            }
          }
        }
      }
    },
    "gemini": {
      "description": "Google Gemini (May 2026). Gemini 3.5 Flash for frontier deep reasoning, Gemini 2.5 Flash for balanced and coding, Gemini 3.1 Flash-Lite for fast tasks. Requires Google AI API key or GitHub Copilot subscription.",
      "tiers": {
        "premium": {
          "model": "google/gemini-3.5-flash"
        },
        "default": {
          "model": "google/gemini-2.5-flash"
        },
        "coding": {
          "model": "google/gemini-2.5-flash"
        },
        "fast": {
          "model": "google/gemini-3.1-flash-lite"
        }
      },
      "agent_overrides": {},
      "provider_options": {
        "google": {
          "models": {
            "gemini-3.5-flash": {
              "options": {}
            },
            "gemini-2.5-flash": {
              "options": {}
            },
            "gemini-3.1-flash-lite": {
              "options": {}
            }
          }
        }
      }
    },
    "github-copilot": {
      "description": "GitHub Copilot model routing via Copilot's API gateway. Claude Opus for deep work, GPT-4o for balanced and coding, GPT-4o-mini for fast. Requires GitHub Copilot subscription ($10/mo).",
      "tiers": {
        "premium": {
          "model": "copilot/claude-opus-4"
        },
        "default": {
          "model": "copilot/gpt-4o"
        },
        "coding": {
          "model": "copilot/gpt-4o"
        },
        "fast": {
          "model": "copilot/gpt-4o-mini"
        }
      },
      "agent_overrides": {},
      "provider_options": {
        "copilot": {
          "options": {}
        }
      }
    },
    "byok-best": {
      "description": "Bring Your Own Key \u2014 best-in-class per tier using your own API keys. Claude Opus-4 (thinking) for deep reasoning, GPT-4o for balanced and coding, GPT-4o-mini for fast.",
      "tiers": {
        "premium": {
          "model": "anthropic/claude-opus-4-5",
          "variant": "max"
        },
        "default": {
          "model": "openai/gpt-4o"
        },
        "coding": {
          "model": "openai/gpt-4o"
        },
        "fast": {
          "model": "openai/gpt-4o-mini"
        }
      },
      "agent_overrides": {},
      "provider_options": {
        "openai": {
          "models": {
            "gpt-4o": {
              "options": {}
            },
            "gpt-4o-mini": {
              "options": {}
            }
          }
        }
      }
    },
    "together-moe": {
      "description": "Together AI routed Mixture-of-Experts models. DeepSeek V4 for deep reasoning, Llama 4 Scout for balanced and coding, Llama 3.2 3B for fast. Requires Together AI API key.",
      "tiers": {
        "premium": {
          "model": "together/deepseek-v4"
        },
        "default": {
          "model": "together/llama-4-scout"
        },
        "coding": {
          "model": "together/llama-4-scout"
        },
        "fast": {
          "model": "together/llama-3.2-3b"
        }
      },
      "agent_overrides": {},
      "provider_options": {
        "together": {
          "options": {}
        }
      }
    }
  }
}
