openai
Included in Free Plan
GPT-4o mini
openai/gpt-4o-mini
Affordable and exceptionally fast lightweight model for everyday tasks, triage, and high-frequency queries.
Context Length
128k
Tokens total context
Max Output
16,384
Tokens per completion
Input Pricing
$0.15
Per 1,000,000 prompt tokens
Output Pricing
$0.6
Per 1,000,000 output tokens
Key Capabilities
fast latency
budget friendly
function calling
summarization
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-mini",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
