Open Claude Code in any PorkiCoder terminal tab and it already has six consult tools waiting — consult_kimi, consult_kimi27, consult_kimi27_fast, consult_glm52, consult_gemini, and consult_gpt5 — so it can reach sideways mid-task and ask a model of a different lineage for a real second opinion, without you ever leaving the session. There is nothing to install, nothing to configure, and the first dollars of consults are already paid for. No claude mcp add, no API keys to paste, no window-switching. It is just there.
Why a different lineage? Because re-asking the same model the same question is theater — it doesn't reconsider, it re-confirms, echoing its own training right back at you with extra confidence. Picture Claude several turns deep into a stubborn bug, the same fix failing the same way. Instead of you opening another tab to play telephone, Claude can sanity-check a refactor, break a multi-turn debugging stalemate, fact-check a claim, get UI & design help, do deep research, or reason over a large context — and get back an answer it didn't already believe. You stay in flow; Claude breaks the stalemate.
consult_kimi — Kimi K2.6
A fast, capable coding model from a different lineage than Claude, served on PorkiCoder's own US infrastructure. Because it wasn't trained the way Claude was, it doesn't share Claude's blind spots — ideal as a gut-check before a non-trivial refactor, a fresh pair of eyes on a stubborn bug, or to break a multi-turn debugging stalemate.
consult_kimi27 — Kimi K2.7 Code
Kimi's newest code-focused thinking model, routed through PorkiCoder's authenticated Baseten-backed proxy. Reach for it when the question is implementation-heavy, K2.6 was not enough, or Claude wants a deeper code review from the Kimi lineage.
consult_kimi27_fast — Kimi K2.7 Code fast path
The fast K2.7 Code path for code-review-sized questions and implementation checks. It streams through the same Baseten-backed proxy and automatically falls back to Kimi K2.6 on the Baseten path if K2.7 is unavailable.
consult_glm52 — GLM-5.2
Z.AI's long-context reasoning model, served through PorkiCoder's Baseten-backed proxy with thinking enabled. Use it for large-context reviews, implementation tradeoffs, and second opinions where a million-token window matters.
consult_gemini — Gemini 3.1 Pro
Google's flagship, on tap right inside the session — for UI & design help, fact-checks, deep research, and reasoning over large context. A genuinely independent read, not Claude grading its own homework.
Zero Setup — Auto-Registers on Every Launch
The bundled porkicoder-consult MCP server writes itself into your ~/.claude.json, ~/.codex/config.toml, and ~/.config/opencode/opencode.json automatically every time PorkiCoder starts — idempotently, so it never clobbers your other MCP servers. PorkiCoder also wires a local token bridge so signed-in sessions use the bundled server proxy instead of asking for provider keys. No claude mcp add step, no manual Codex or opencode config edit. The tools are live in your next Claude Code, Codex, or opencode session.
Tokens On the House — Already Paid For
Consults route through PorkiCoder's backend on a bundled quota. Free tier: $5/mo of consults. Premium ($20/mo): $15/mo of consults, combined across Gemini, Kimi & GLM. If the bundled quota is exhausted, supported consult paths use your configured provider keys where available; otherwise PorkiCoder tells you what needs attention instead of failing silently.
Good Consult Prompts
Ask Kimi to review this refactor plan for correctness and simpler alternatives before editing.
Ask GLM to inspect the full context and look for hidden migration risks.
Ask Gemini to check the UI copy and layout approach from a product-design angle.
Use consults when the next step is expensive, risky, or stuck. For routine edits, Agent Mode can usually keep going without one.
Nothing to Learn — Just Ask
Ask Claude in plain English — "consult Kimi on this approach", "ask GLM to review the long context", or "ask Gemini to fact-check this" — or simply let Claude reach for a consult on its own when it's unsure. No new syntax, no flags, no commands to memorize.
Baseten Integration Docs
PorkiCoder uses Baseten-backed Kimi K2.7 Code, Kimi K2.6, and GLM-5.2 paths across consult tools, fan-out, opencode, and in-app model routing, with proxy-first access for signed-in users and BYOK fallback where available. Read the dedicated
Baseten integration guide.