google
Requires Pro Plan
✦ Featured Flagship
Gemini 1.5 Pro
google/gemini-pro-1.5
Google frontier model featuring industry-leading 2M token context window for massive repos, long docs, and media.
Context Length
2,000k
Tokens total context
Max Output
8,192
Tokens per completion
Input Pricing
$3.5
Per 1,000,000 prompt tokens
Output Pricing
$10.5
Per 1,000,000 output tokens
Key Capabilities
ultra long-context
multimodal
audio
video understanding
code
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": "gemini-1-5-pro",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
