AI Gateway

/

gpt-oss-120b

gpt-oss-120b by OpenAI

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?'
})