GPT 6 Astra now available on Vercel AI Gateway
GPT 6 Astra from OpenAI is now available on AI Gateway. It is designed for long-running agentic work across software engineering, computer and browser use, scientific research, and professional workflows.
Astra can navigate software, complete forms, organize records, analyze data, run simulations, and build and test websites. It also improves instruction following during evolving tasks. It can incorporate new requirements without losing earlier constraints, continue independent work while waiting for clarification, and use reasonable assumptions.
To call GPT 6 Astra in code or in coding agent integrations, use openai/gpt-6-astra
:
import { streamText } from 'ai';
const result = streamText({ model: 'openai/gpt-6-astra', prompt: `Investigate the checkout failures, implement and test a fix, then summarize the changes and any remaining risks.`,});
To use it in a coding agent, see the coding agents guide, then run vercel ai-gateway coding-agents setup
to connect Codex, Cursor, and more, and select openai/gpt-6-astra
in the agent.
Try GPT 6 Astra in the model playground.
How it works
Once you click Generate, Ollama reads this article and crafts 5 comprehension questions. Your answers are graded against the article content — general knowledge won't be enough. Score 70+ to count toward your certificate.
Questions are cached — you'll always get the same 5 for this article.