Skip to content
Dashboard
import { streamText } from 'ai';
const result = streamText({
model: 'openai/gpt-5.5', // or 'openai/gpt-5.5-pro'
prompt:
`Migrate our user settings page from REST to the new
GraphQL schema, update the affected components and tests,
and open a PR with a summary of the changes.`,
});

Ready to deploy?