GPT 6 Astra now available on Vercel AI Gateway
Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.
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.
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.