Gemini 3.5 Flash (OpenAI-compatible) is a high-speed, multimodal language model built for real-time text generation, supporting text and image inputs natively. Token-based pricing: $0.60/M input tokens and $3.60/M output tokens. Two endpoints: standard async (/gemini-3-5-flash-openai) and live streaming (/gemini-3-5-flash-openai/stream) via SSE.
About this model
Gemini 3.5 Flash (OpenAI-compatible) is a high-speed, multimodal language model optimized for rapid text generation and real-time image understanding, accessed via an OpenAI-compatible API interface. Token-based pricing: $0.60/M input tokens and $3.60/M output tokens.
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-5-flash-openai endpoint for async processing, or use /gemini-3-5-flash-openai/stream to receive tokens in real time.Frequently asked
Billing is token-based. We charge $0.60/M input tokens and $3.60/M output tokens, with an upfront minimum charge of $0.0001 per call. The final price is adjusted post-call from actual token usage.
Yes. A streaming endpoint is available at `/gemini-3-5-flash-openai/stream` which uses Server-Sent Events (SSE) to stream back the token responses.