Google · Text
Hermes Agent x Gemini
Gemini is Google's flagship multimodal LLM, available in Flash (fast) and Pro (frontier reasoning) variants. Through RunAPI, all Gemini models share the same API shape and billing.
公開版本與端點
| 模型 ID | 版本 | 端點 | 起始價格 | 模型目錄 |
|---|---|---|---|---|
gemini-2.5-flash | Speed/cost optimized; 1M context; older generation baseline | /v1/chat/completions | $0.0003 | 模型詳情 |
gemini-2.5-pro | Best reasoning in 2.5 gen; 1M context | /v1/chat/completions | $0.0013 | 模型詳情 |
gemini-3-flash-preview | gemini-3-flash-preview | /v1/chat/completions/v1beta/models/gemini-3-flash-preview:streamGenerateContent | $0.0003 | 模型詳情 |
gemini-3.1-pro-preview | gemini-3.1-pro-preview | /v1/chat/completions | $0.0010 | 模型詳情 |
gemini-3.5-flash | Fast multimodal streaming for high-volume production workloads | /v1/chat/completions/v1beta/models/gemini-3.5-flash:streamGenerateContent | $0.0009 | 模型詳情 |
gemini-3.6-flash | 面向正式環境工作流程的快速多模態對話、工具調用與串流輸出 | /v1/chat/completions/v1beta/models/gemini-3.6-flash:streamGenerateContent | $0.0009 | 模型詳情 |
設定
指南端點: <endpoint>
選擇 <model-id> 後,依端點的公開輸入契約產生請求。驗證
選擇 <model-id> 後產生驗證命令。使用流程
- 1. 選擇模型 ID
選擇公開模型 ID,並查看其端點與目前起始價格。
- 2. 設定 RunAPI
為此 Agent 新增 Provider 設定。
- 3. 驗證結果
執行下方 Agent 狀態與模型選擇命令。
常見問題
應該使用哪個模型 ID?
從版本表選擇公開模型 ID。每個 ID 可用的端點均列於相應資料列。
本指南會設定聊天模型嗎?
會。此 Model Line 支援面向用戶端的 LLM 協定。