# ── QC defaults ──────────────────────────────────────────────────────────────
# Default low-cost model per provider for cheap quality-check / repair
# passes. Scripts read these via `qc_default_model(provider)`.
[]
= "claude-haiku-4-5-20251001"
= "gpt-5.4-nano"
= "google/gemini-2.5-flash"
= "llama3.2"
# `local` previously pointed at gpt-4o — a hosted (and now sunset)
# OpenAI model that no local OpenAI-compat server would serve. Use the
# bundled vLLM Gemma 4 route instead.
= "gemma-4-26b-a4b-it"
= "mistral-small-2603"
= "command-a-plus-05-2026"
= "grok-build-0.1"
= "llama-3.1-8b-instant"
= "MiniMax-M2.5-highspeed"
# GLM-4.7-Flash is Z.AI's free tier — zero-cost QC probes.
= "glm-4.7-flash"
= "deepseek-v4-flash"
= "gemini-2.5-flash-lite"