Gemini 2.5 Flash API
Run Gemini 2.5 Flash through one production-ready, OpenAI-compatible endpoint. Fast, cheap, very long context.
When to choose Gemini 2.5 Flash
Gemini 2.5 Flash is a strong choice when your product needs fast, cheap, very long context. AIx gives it the same authentication, usage ledger and production API contract as the rest of your model stack.
- Low-latency responses
- Million-token context
- Efficient multimodal processing
- Real-time assistants
- High-volume summarization
- Document extraction
Usage
Call it with the same request shape as any model — just set "model": "google/gemini-2.5-flash".
curl https://api.aix.theaimart.co/v1/chat/completions \
-H "Authorization: Bearer $AIX_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "google/gemini-2.5-flash", "messages": [{"role":"user","content":"hi"}] }' See the Chat API reference for every
parameter and the full response shape. Prices are live from
GET /v1/models; if it changed since this page was
built, the figure above updates in your browser.
Why run Gemini 2.5 Flash on AIx?
Related chat models
Gemini 2.5 Flash API FAQ
How do I use the Gemini 2.5 Flash API?
Create an AIx key, point an OpenAI-compatible client at https://api.aix.theaimart.co/v1 and send google/gemini-2.5-flash as the model id.
What is Gemini 2.5 Flash best for?
Gemini 2.5 Flash is best suited to Real-time assistants, High-volume summarization, Document extraction. Fast, cheap, very long context.
How much does Gemini 2.5 Flash cost on AIx?
The current reference price is $1.0625 / 1M tokens. The live AIx catalog is the source of truth and the price on this page updates in the browser.