These are the production defaults for user-facing chat, drafting, analysis, and vision-assisted turns. The -GRC aliases run the Phoeniqs gateway checks before the model call. If the gateway blocks a guarded request, Steward does not retry that same content on a raw chat fallback model.
| Purpose | Model alias | Posture | Notes |
|---|---|---|---|
| General chat and drafting | inference-deepseek-v32-GRC | Guardrailed | Default for user-facing assistant turns and written work. |
| Analytical chat | inference-deepseek-v32-GRC | Guardrailed | Default for chart-capable and analysis-heavy chat routes unless overridden. |
| Reasoning turns | inference-gpt-oss-120b-GRC | Guardrailed | Used for scenario, risk, comparison, and recommendation questions. |
| Vision chat | inference-qwen3-vl-235b-GRC | Guardrailed | Used when a chat turn includes supported image attachments. |
| Chat fallback | inference-deepseek-v32-GRC | Guardrailed | Fallback stays on a GRC alias so a blocked guarded request is not retried on a raw chat model. |