使用 Google Gemini 3.6 Flash 生成文本并分析图像。低延迟的实时多模态性能。可免费试用,按次生成付费。
About this model
Gemini 3.6 Flash 是 Google 下一代高速多模态语言模型,专为实时文本生成、指令遵循和高级图像理解而构建。它为对话式 AI、实时客户支持、文档解析和视觉推理任务提供低延迟性能。按 token 计费:المدخلات token $0.60/M,المخرجات token $3.60/M。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.60/M input, $3.60/M output tokens | 快速、高质量的 Token 计费,单次调用最低收费 $0.0001。 |
| Google (official) | $0.075/M input, $0.30/M output tokens (under 128k context) | تسعير الـ API الرسمي.我们的费率与标准 Gemini 费率保持一致,并保留开发者所需的利润空间。 |
快速、高质量的 Token 计费,单次调用最低收费 $0.0001。
تسعير الـ API الرسمي.我们的费率与标准 Gemini 费率保持一致,并保留开发者所需的利润空间。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| الموجه النصي | string | 提供给模型的用户消息或指令。 | Summarize the key points of the attached image. |
| الصورة URL | string | 作为多模态المدخلات的可选الصورة URL。 | undefined |
| 系统الموجه النصي | string | 可选的系统级指令,用于引导模型行为。 | You are a helpful assistant that responds concisely. |
提供给模型的用户消息或指令。
Summarize the key points of the attached image.作为多模态المدخلات的可选الصورة URL。
undefined可选的系统级指令,用于引导模型行为。
You are a helpful assistant that responds concisely.Developer documentation
prompt 字段中编写清晰的文本指令或问题。image_url 字段中传入图像的直接 URL。system_prompt 字段中传入系统级约束。/gemini-3-6-flash 端点进行异步处理,或使用 /gemini-3-6-flash/stream 实时接收 token。curl -X POST https://api.muapi.ai/api/v1/gemini-3-6-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.6 Flash 是 Google 推出的高速多模态 AI 模型,专为高速文本生成和视觉理解而设计。
按 token 计费:每百万المدخلات token $0.60,每百万المخرجات token $3.60,每次请求的最低预付费用为 $0.0001。
支持。通过 Server-Sent Events(SSE)在 `/gemini-3-6-flash/stream` 提供实时流式传输。
可以。Gemini 3.6 Flash 原生支持多模态المدخلات,包括文本指令和直接图像 URL。
有。你还可以通过 `/gemini-3-6-flash-openai` 端点,使用标准 OpenAI 消息格式访问 Gemini 3.6 Flash。