Generate text and analyze images with Google Gemini 3.7 Flash. Hybrid reasoning with low latency. Try free β pay per generation.
About this model
Gemini 3.7 Flash is Google's state-of-the-art high-speed multimodal language model featuring hybrid reasoning capabilities, real-time text generation, and advanced visual comprehension. It seamlessly balances ultra-low latency with deep thinking capabilities for conversational AI, document intelligence, complex image reasoning, and automated workflow orchestration. Token-based pricing is $0.60/M input tokens and $3.60/M output tokens with zero subscription required.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.60/M input, $3.60/M output tokens | Fast, high-quality, token-based pricing with an upfront minimum of $0.0001. |
| Google (official) | $0.075/M input, $0.30/M output tokens (under 128k context) | Official API pricing. We scale our rates to match standard Gemini rates with preserved developer margin. |
Fast, high-quality, token-based pricing with an upfront minimum of $0.0001.
Official API pricing. We scale our rates to match standard Gemini rates with preserved developer margin.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The user message or instruction for the model. | Summarize the key points of the attached image. |
| Image URL | string | Optional image URL to include as multimodal input. | undefined |
| System Prompt | string | Optional system-level instruction to guide model behavior. | You are a helpful assistant that responds concisely. |
The user message or instruction for the model.
Summarize the key points of the attached image.Optional image URL to include as multimodal input.
undefinedOptional system-level instruction to guide model behavior.
You are a helpful assistant that responds concisely.Developer documentation
prompt field.image_url field.system_prompt field./gemini-3-7-flash endpoint for async processing, or use /gemini-3-7-flash/stream to receive tokens in real time via Server-Sent Events.curl -X POST https://api.muapi.ai/api/v1/gemini-3-7-flash \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Analyze this image and summarize the key visual details.",
"image_url": "https://example.com/sample.jpg"
}'
Frequently asked
Gemini 3.7 Flash is Google's fast, hybrid-reasoning multimodal AI model designed for high-speed text generation, deep reasoning, and visual comprehension.
Pricing is token-based: $0.60 per million input tokens and $3.60 per million output tokens with an upfront minimum charge of $0.0001.
Yes. Live streaming is supported at /gemini-3-7-flash/stream using Server-Sent Events (SSE).
Yes. Gemini 3.7 Flash natively supports multimodal inputs including text instructions and direct image URLs.
Yes. You can also access Gemini 3.7 Flash via the /gemini-3-7-flash-openai endpoint using standard OpenAI message formats.