openai
Requires Pro Plan
✦ Featured Flagship
GPT-4o
openai/gpt-4o
OpenAI flagship omni model with high-speed intelligence across text, vision, and structured schema generation.
Context Length
128k
Tokens total context
Max Output
16,384
Tokens per completion
Input Pricing
$2.5
Per 1,000,000 prompt tokens
Output Pricing
$10
Per 1,000,000 output tokens
Key Capabilities
multimodal
coding
fast latency
structured output
Available with zero prompt retention and immediate token billing ledger sync.
cURL API Call
curl https://api.apihundred.com/v1/chat/completions \
-H "Authorization: Bearer $API100_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
