Access Google Gemini 3.7 Flash with OpenAI-compatible API schemas. Real-time multimodal performance with low latency. Try free β pay per generation.
About this model
Gemini 3.7 Flash (OpenAI-compatible) provides Google's high-speed multimodal language model formatted for OpenAI SDK compatibility. It allows seamless drop-in integration with existing OpenAI tools and SDKs while delivering rapid text generation, image comprehension, and advanced reasoning. Token-based pricing is $0.60/M input tokens and $3.60/M output tokens with zero upfront commitments.
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-openai endpoint for async processing, or use /gemini-3-7-flash-openai/stream to receive tokens in real time.curl -X POST https://api.muapi.ai/api/v1/gemini-3-7-flash-openai \
-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 (OpenAI-compatible) is Google's high-speed multimodal model formatted to respond using standard OpenAI chat completion structures.
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. A streaming endpoint is available at /gemini-3-7-flash-openai/stream using Server-Sent Events (SSE).
Yes. Multimodal image input is fully supported via the image_url field.
Functionally identical in model capabilities, but formatted for OpenAI SDK compatibility.