Gemini 2.5 Flash (mock)

google/gemini-2.5-flash

text, image, audio, video in · text out · 1,048,576 context · 65,536 max output

toolsschemavisionaudioreasoningcacheno-train
Effective cost per 1k requests

cost = p_in·(input − cached) + p_cache_read·cached + p_out·output + p_req; cached tokens are the prefix a sticky endpoint already holds (part2b §9.3), which is why the cheapest list price is not always the cheapest request.

ProviderRegion · quantContext / max outInput / MOutput / MCache read / writeMarkupPer 1k reqUptime 30 dTTFT p50 / p95FidelityDataCapabilitiesStatus
Mock (Gemini dialect)us · none1,048,576 / 65,536$0.300$2.500$0.030 / pass-through$1.580ZDR no-train model defaultactive
Mock (Gemini on Vertex AI)us · none1,048,576 / 65,536$0.330$2.750$0.033 / pass-through$1.738 no-train model defaultactive

Quick start

curl https://api.ai.ml/v1/chat/completions \
  -H "Authorization: Bearer $AIML_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"google/gemini-2.5-flash","messages":[{"role":"user","content":"Say hello"}]}'
Get a key in the console

Changelog

  • No changes recorded.