Gemini 3 Flash
google/gemini-3-flash
Fast, cheap Gemini — 1M context, fully multimodal.
At a glance
- · $0.50 input / $3.00 output per 1M tokens (provider list price, billed in credits)
- · Context window: 1,000,000 tokens
- · OpenAI-compatible — model: "google/gemini-3-flash" (provider: google)
- · Free-tier available — new accounts get 10,000 free credits
- · Best for: 1M token context at mini-tier pricing
Strengths
- +1M token context at mini-tier pricing
- +Very low latency, ideal for realtime
- +Multimodal: image, audio, and video input
Weaknesses
- −Code quality clearly below Sonnet 4.6 and GPT-5.4-mini
- −Complex reasoning chains fail sooner than on Pro
Use cases
- →Bulk processing of large audio and video volumes
- →Realtime chat with multimodal input
- →Classification and routing in volume-heavy pipelines
Not the right pick for
- ×Deep code tasks — use Sonnet 4.6 or GPT-5.4
Alternatives in the catalog
How to call it
Drop-in OpenAI-compatible. Just swap the `model` string and you're using this model.
curl https://www.getmorecredits.com/v1/chat/completions \
-H "Authorization: Bearer $GMC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-3-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'Good for
Frequently asked questions
How much does Gemini 3 Flash cost?⌄
Input is $0.50 per million tokens; output is $3.00 per million tokens — provider list price. On getmorecredits.com you pay in credits, no subscription, no minimum spend.
What's the context window of Gemini 3 Flash?⌄
Gemini 3 Flash accepts up to 1,000,000 input tokens, with a maximum of 65,536 output tokens per response. That fits whole code repos or book-length documents into a single call.
What can Gemini 3 Flash do?⌄
Gemini 3 Flash supports image input (vision), audio input, tool calling, native JSON mode, structured output. Fast, cheap Gemini — 1M context, fully multimodal.
Is Gemini 3 Flash OpenAI-compatible?⌄
Yes. On getmorecredits.com you call Gemini 3 Flash with the same request shape as OpenAI: POST /v1/chat/completions with "model": "google/gemini-3-flash". Existing OpenAI SDKs (Python, Node, etc.) work by changing the base URL and API key.
Can I try Gemini 3 Flash for free?⌄
Yes, Gemini 3 Flash is available on the free tier. New accounts get 10,000 free credits — enough for several hundred calls depending on length. No credit card required to sign up.