google
Included in Free Plan
Gemini 1.5 Flash
google/gemini-flash-1.5
High-throughput, cost-effective multimodal model with a 1M token context window built for rapid response times.
Context Length
1,000k
Tokens total context
Max Output
8,192
Tokens per completion
Input Pricing
$0.075
Per 1,000,000 prompt tokens
Output Pricing
$0.3
Per 1,000,000 output tokens
Key Capabilities
high throughput
fast latency
long context
multimodal
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-flash",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
