Jelajahi dan integrasikan model AI gemini-3-flash melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model gemini-3-flash menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| Google AI (Official) | $0.50/M input tokens, $3.00/M output tokens | Official Google AI pricing for Gemini Flash. muapiapp is 40% cheaper — you save $0.20 per million input tokens and $1.20 per million output tokens. |
| muapiapp | $0.30/M input tokens, $1.80/M output tokens | 40% cheaper than Google's official pricing. Token-based billing — you only pay for what you use, with no per-request minimums or setup fees. |
| Fal.ai | Tidak tersedia | Fal.ai 目前不提供独立的 Gemini Flash LLM 端点。 |
| Replicate | Tidak tersedia | Replicate 目前不提供托管的 Gemini Flash 模型。 |
Official Google AI pricing for Gemini Flash. muapiapp is 40% cheaper — you save $0.20 per million input tokens and $1.20 per million output tokens.
40% cheaper than Google's official pricing. Token-based billing — you only pay for what you use, with no per-request minimums or setup fees.
Fal.ai 目前不提供独立的 Gemini Flash LLM 端点。
Replicate 目前不提供托管的 Gemini Flash 模型。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt Teks | string | 提供给模型的用户消息或指令。 | Summarize the key points of the attached image. |
| Gambar URL | string | 作为多模态Input的可选Gambar URL。 | undefined |
| 系统Prompt Teks | string | 可选的系统级指令,用于引导模型行为。 | You are a helpful assistant that responds concisely. |
提供给模型的用户消息或指令。
Summarize the key points of the attached image.作为多模态Input的可选Gambar URL。
undefined可选的系统级指令,用于引导模型行为。
You are a helpful assistant that responds concisely.Developer documentation
Panduan integrasi cepat untuk gemini-3-flash. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
它支持文本提示词和可选的图像 URL。所有媒体类型在 payload 中都使用相同的结构。
价格基于 token 计费:每百万输入 token $0.30、每百万输出 token $1.80。实际费用根据 API 响应计算,并在每次调用后从你的钱包中扣除。
由于费用会在调用后根据 token 使用量扣除,$1.00 的最低余额可以确保钱包足以覆盖实际使用费用。
支持。Gemini 3 Flash 支持兼容 OpenAI 的 function calling。你可以在请求中定义工具,模型会根据需要调用它们。
/gemini-3-flash 是标准异步端点——它返回 request_id,你需要轮询结果。/gemini-3-flash/stream 返回实时的 Server-Sent Events(SSE)流,在生成 token 的同时持续发送。聊天 UI 应使用流式端点;工作流和自动化应使用标准端点。