google/gemini-flash-latest

google/gemini-flash-latest
視覺音訊工具JSON推理
來自 google
最大輸出65.5K
輸入模態text + image + audio + video + file
p50 首字節2.25 s
輸入$0.50/ 百萬 tokens
輸出$3.00/ 百萬 tokens
p50 首字節2.25 s7 天
p95 首字節10.00 s7 天
流量1.9Mtokens / 7 天

程式碼範例

用任意 SDK 呼叫

相容 OpenAI——沿用你現有的 SDK

  • OpenAI SDKhttps://api.orcarouter.ai/v1
  • Gemini SDKhttps://api.orcarouter.ai
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-flash-latest",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

支援的參數

  • max_tokens
  • response_format
  • seed
  • stop
  • structured_outputs
  • temperature
  • tool_choice
  • tools
  • top_p
  • include_reasoning
  • reasoning

價格

輸入 / 1M tokens$0.500
輸出 / 1M tokens$3.00
快取讀取 / 1M$0.100
貨幣USD

費用計算器

每月 token 數10MM
輸入占比70%%
預計每月 $12.50 · 啟用提示快取後 $11.10

基於標價的估算

Token 與費用估算器

輸入 Token: 6每次請求費用: $0.001503

僅為估算——實際 Token 數取決於供應商的分詞器。

效能

p50 首字節
2.25 s
輸出速度
534 tok/s
p95 首字節
10.00 s
錯誤率
0%

公開基準測試

來源: Design Arena

比較一覽

google/gemini-flash-latestGemini 3.1 Pro PreviewGemini 3.1 Pro Preview Custom ToolsGemini 3 Flash Preview
輸入 $/百萬$0.50$2.00$4.00$0.50
輸出 $/百萬$3.00$12.00$18.00$3.00
上下文1.0M1.0M1.0M
品質6/1010/1010/109/10
並排比較並排比較並排比較並排比較

更多 google 模型

常見問題

在 OrcaRouter 上,google/gemini-flash-latest 的價格是多少?
google/gemini-flash-latest 透過 OrcaRouter 的定價為每百萬輸入代幣 $0.50,每百萬輸出代幣 $3.00。價格由路由層即時提供。
google/gemini-flash-latest 的上下文視窗是什麼?
google/gemini-flash-latest 支援 — 個標記的上下文窗口。使用長上下文功能(RAG、摘要)直至該限制。
如何透過 OpenAI SDK 呼叫 google/gemini-flash-latest?
將 OpenAI 的 base_url 設定為 https://api.orcarouter.ai/v1,提供您的 OrcaRouter API 金鑰,並在 chat.completions.create 呼叫中傳入 model=\"google/gemini-flash-latest\"。
OrcaRouter 是否會對 google/gemini-flash-latest 進行速率限制?
每個模型的速率限制會遵循您的 OrcaRouter 方案。免費方案附帶保守的上限;付費方案則會提高這些上限。請查看 /pricing 以了解目前的配額。

嵌入此徽章

google/gemini-flash-latest$0.50/M in2250ms p50透過 OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-flash-latest" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-flash-latest.svg" alt="google/gemini-flash-latest 於 OrcaRouter" /> </a>
Markdown [![google/gemini-flash-latest](https://www.orcarouter.ai/embed/google/gemini-flash-latest.svg)](https://www.orcarouter.ai/models/google/gemini-flash-latest)

以資料形式取得模型卡

GET /api/public/models/google/gemini-flash-latest開啟