$5 free credits when you sign up
Back to Models
OpenAI

GPT-4o

GPT-4o from OpenAI — 128K-token context, multimodal vision, function calling.

Released

Context Window

128.0K

tokens
Max Output

16K

tokens
Input / 1M

$5.00

per 1M tokens
Output / 1M

$15.00

per 1M tokens

Capabilities

Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use

Pricing Comparison

Quick Start

curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-nemo-..." \
  -d '{
    "model": "gpt-4o-2024-05-13",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "Hello!"}
    ],
    "max_tokens": 256
  }'

Replace sk-nemo-... with your Nemo Router API key. Use gpt-4o-2024-05-13 as the model identifier.