AI Gateway

GPT-5.1 Codex mini

openai/gpt-5.1-codex-mini

GPT-5.1 Codex mini is a smaller, faster, and cheaper version of GPT-5.1 Codex.

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