Models / ~google
~google
Google Gemini Flash Latest
~google/gemini-flash-latest
This model always redirects to the latest model in the Google Gemini Flash family.
Input
$1.95 / 1M tokens
Output
$11.7 / 1M tokens
Context
1049K tokens
Capabilities
✓ Streaming✓ Tool / function calling✓ JSON / structured output✓ Vision (image input)
Call this model
Pass ~google/gemini-flash-latest as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "~google/gemini-flash-latest",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.