Skip to content
Dashboard
import { streamText } from 'ai';
const result = streamText({
model: 'openai/gpt-5.4',
prompt:
`Refactor our API layer to use the new auth SDK, update the
affected tests and docs, then generate a migration guide
for the rest of the team.`,
});