Back to Models

GPT-4o

openaiopenai/gpt-4o

OpenAI's versatile, high-intelligence flagship model. Accepts text and image inputs, produces text outputs including structured outputs. Best model for most tasks outside reasoning-heavy use cases.

Context Length
128K
Max Output
16K
Input Price
$3.00/ 1M tokens
Output Price
$12.00/ 1M tokens

Modalities

textimagetext

Pricing Breakdown

TypeRate
Input$3.00 / 1M tokens
Output$12.00 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "openai/gpt-4o",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'