[Feat] Add verified GPT-6 Astra support across providers - #1506
Conversation
Review statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: The required review sequence passed. Remaining merge requirements apply. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
|
Completed the Astra provider follow-up for Naved Merchant. PR #1506 merged with native OpenAI, Codex OAuth/Responses Lite, exact-route LiteLLM, OpenRouter, NanoGPT, and Vercel support; paired docs remain in Zoo-Code-Docs #59. The mutation gate failed during final validation because its direct-test selector omitted hyphen-suffixed suites. Since #1506 merged before that remediation finished, the validated CI/test fixes are isolated in draft follow-up #1530. Validation: full tests passed (8,108 passed, 39 skipped), type checks and lint passed, mutation workflow tests passed, and the exact changed-code mutation gate passed locally with zero blockers. Follow-up CI is currently queued/in progress with no new failure reported. Follow-up commits: 7773d4554, c673afbc5, and c59924987. View the task. |
What changed
Why this change was made
OpenAI released GPT-6 Astra in the API and for eligible ChatGPT Pro, Enterprise, and Business Premium users in Codex. Each provider exposes a different wire contract, so support is limited to routes verified through OpenAI's model documentation, the official Codex catalog, and live gateway catalogs.
Impact
Eligible users can select Astra through native OpenAI, ChatGPT/Codex OAuth, exact-route LiteLLM, OpenRouter, NanoGPT, or Vercel AI Gateway without changing the default model. Existing providers and model profiles keep their current behavior.
Screenshots
Related PRs