Router One
Back to Models

gpt-4o

openai/gpt-4o

chatstreamingtool_callingvision

Supported APIs

auto

Available Configurations

API Type
auto
Capabilities
chatstreamingtool_callingvision
Context Window
128K
Input
$2.50 / 1M tokens
Output
$10.00 / 1M tokens

Quick Start

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "openai/gpt-4o",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key