返回模型列表Google
购买套餐
Google
Gemini 2.5 Flash Lite
Gemini 2.5 Flash-Lite is the fastest and most budget-friendly multimodal model in the 2.5 family.
快速参数
上下文
1049K
最大输出
66K
出品方
规格数
1
模态
输入 text输入 image输入 file输入 audio输入 video输出 text
规格与平台指导价(每百万 tokens)
高质量
输入 $0.1输出 $0.4缓存读取 $0.01
推荐套餐
Gemini 2.5 Flash Lite 体验套餐
充值即用,按量计费;新用户享 $1 体验额度。
API 接入
Model ID
google/gemini-2.5-flash-litecURL
curl https://intertoken.ai/v1/models/google/gemini-2.5-flash-lite:generateContent \
-H "Authorization: Bearer $TOKENPORTAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents": [{"role": "user", "parts": [{"text": "Hello!"}]}]
}'