AI Gateway

gpt-oss-120b

openai/gpt-oss-120b

Extremely capable general-purpose LLM with strong, controllable reasoning capabilities

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-oss-120b',
prompt: 'Why is the sky blue?'
})