openai

gpt-5-2025-08-07

Context

128K

Input

text, image

Output

text

Tool calling

Supported

About this model

A large, multimodal language model with advanced reasoning capabilities and support for tools. It supports the new OpenAI Responses API with features like reasoning effort control.

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "733b10067dde40d9b993261dc92578a9",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

openai

733b10067dde40d9b993261dc92578a9

Available

Input

$1.250 / 1M

Output

$10.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$1.250 / 1M
Output tokens$10.000 / 1M

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "733b10067dde40d9b993261dc92578a9",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'