Skip to main content
OpenPAI fully integrates every available OpenAI model and keeps the model IDs consistent with the official ones. For live prices, refer to Console → Models.

Chat models

OpenAI’s chat capabilities are increasingly centered on the GPT-5.x series, and OpenAI recommends the Responses API for new projects. The GPT-4o series remains callable.

Reasoning models (GPT-5.x / o series)

The GPT-5.x series has built-in reasoning, controlled via reasoning_effort; the o series (o3, o4-mini, etc.) is still available.
Reasoning models are billed including invisible reasoning_tokens — they aren’t shown in content but count toward usage. Leave headroom when estimating max_completion_tokens.

Image generation

Audio

Realtime (voice conversation)

Endpoint path: wss://openp.ai/v1/realtime?model=gpt-realtime-2, over WebSocket. See the Realtime API docs.

Embeddings

Moderations

omni-moderation-latest — multimodal content-safety classification, free (some accounts must enable it).

Responses API

OpenAI’s newer /v1/responses endpoint unifies conversation state management, suited to agent scenarios. See the Responses API.

Detailed fields