Gemini 3.5 Flash: AI Large Language Models

Gemini 3.5 Flash 是一款高速多模态语言模型,专为实时文本生成而构建,并原生支持文本和图像Eingabe。按 token 计费:Eingabe token 每百万 $0.60,Ausgabe token 每百万 $3.60。提供两个端点:标准异步(/gemini-3-5-flash)和通过 SSE 的实时流式端点(/gemini-3-5-flash/stream)。

📝

Overview

About this model

Gemini 3.5 Flash 是一款高速多模态语言模型,针对快速文本生成和实时图像理解进行了优化。它在保持极低延迟的同时提供出色性能。按 token 计费:Eingabe token 每百万 $0.60,Ausgabe token 每百万 $3.60。

1实时客服助手
2多模态图像分析和图像描述
3快速内容摘要和改写
4快速生成代码片段并调试
5通用对话式智能体
💰

Pricing & Value

Cost analysis

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)

Offizielle API-Preise.我们的费率与标准 Gemini 费率保持一致,并保留开发者所需的利润空间。

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

提供给模型的用户消息或指令。

Default ValueSummarize the key points of the attached image.
Bild URLstring

作为多模态Eingabe的可选Bild URL。

Default Valueundefined
系统Promptstring

可选的系统级指令,用于引导模型行为。

Default ValueYou are a helpful assistant that responds concisely.
📖

Implementation Guide

Developer documentation

Verwendung Gemini 3.5 Flash

  1. 准备Prompt:在 prompt 字段中编写清晰的文本指令或问题。
  2. 加入图像(可选):如果需要分析图像,请在 image_url 字段中传入图像的直接 URL。
  3. 提供系统指令(可选):在 system_prompt 字段中传入系统级约束。
  4. 提交请求:将请求发送到 /gemini-3-5-flash 端点进行异步处理,或使用 /gemini-3-5-flash/stream 实时接收 token。

Common Questions

Frequently asked

采用什么计费模式?

按 token 计费。Eingabe token 每百万收费 $0.60,Ausgabe token 每百万收费 $3.60,每次调用预先收取的最低费用为 $0.0001。最终价格会根据实际 token 使用量在调用后调整。

Gemini 3.5 Flash 支持流式传输吗?

支持。`/gemini-3-5-flash/stream` 提供流式端点,使用 Server-Sent Events(SSE)实时传回 token 响应。