Gemini 3.1 Flash Lite Preview API 定價與使用教學
高效能 AI 語言模型,透過 BazaarLink 以美元計費(台幣報價)使用。
智商#228 / 630
19
Artificial Analysis Intelligence Index
輸出速度#18 / 333
290.9
每秒輸出 tokens(中位數)
輸入價格#146 / 439
$0.25NT$ 8
USD / 1M tokens
輸出價格#188 / 439
$1.50NT$ 47
USD / 1M tokens
首字延遲#244 / 333
5.47s
Time to first token(AA 中位數)
技術規格
價格對照
BazaarLink 售價,並列 AA 觀察到的市場標準。
BazaarLink 售價 本站
輸入$0.25NT$ 8
輸出$1.50NT$ 47
Cache 讀取$0.03NT$ 1
Cache 寫入$0.08NT$ 3
3:1 混合(估計)$0.56NT$ 18
所有單價以 1M tokens 計。支援台幣信用卡 / 統一發票。
市場參考 Artificial Analysis
輸入$0.25
輸出$1.50
Cache 讀取AA 未追蹤
Cache 寫入AA 未追蹤
3:1 混合$0.56
獨立第三方評測
所有分數來自 Artificial Analysis 的獨立第三方評測,BazaarLink 不參與測試過程。
智商 19
編碼 35
數學
MMLU
GPQA 82
本模型類別最強
編碼能力
#153於 255 個模型中
在 LiveCodeBench / SciCode 等任務
綜合智商
#228於 630 個模型中
整合多項學術 benchmark
首字延遲
#244於 333 個模型中
AA 全球 p50:5.47 秒
智商
19
中段本模型19
類別最強57
中位數11
編碼
35
中段本模型35
類別最強82
中位數44
GPQA
82%
—本模型82%
類別最強94%
中位數69%
HLE
16%
—本模型16%
類別最強53%
中位數7%
SciCode
42%
—本模型42%
類別最強60%
中位數34%
IFBench
77%
—本模型77%
類別最強83%
中位數44%
τ²-Bench Telecom
31%
—本模型31%
類別最強99%
中位數46%
AA-LCR
65%
—本模型65%
類別最強76%
中位數40%
Terminal-Bench Hard
24%
—本模型24%
類別最強66%
中位數14%
編碼能力 Top 5Coding Index 排行榜
2Claude Fable 5.1 (Adaptive Reasoning, Xhigh Effort, Default Fallback)
?/claude-fable-5-1-xhigh81$10 / $503Claude Fable 5.1 (Adaptive Reasoning, High Effort, Default Fallback)
?/claude-fable-5-1-high79$10 / $504GPT-5.6 Sol (xhigh)
openai/gpt-5-6-sol-xhigh78$4 / $20快速開始
只需更改 base_url 即可透過 BazaarLink API 使用 Gemini 3.1 Flash Lite Preview:
Python
from openai import OpenAI
client = OpenAI(
base_url="https://api.bazaarlink.ai/v1",
api_key="sk-bl-YOUR_API_KEY",
)
response = client.chat.completions.create(
model="google/gemini-3.1-flash-lite-preview",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)TypeScript
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.bazaarlink.ai/v1",
apiKey: "sk-bl-YOUR_API_KEY",
});
const response = await client.chat.completions.create({
model: "google/gemini-3.1-flash-lite-preview",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);為什麼透過 BazaarLink 使用 Gemini 3.1 Flash Lite Preview?
- ✓美元計費(台幣報價)+ 統一發票 — 台灣團隊無需海外刷卡
- ✓OpenAI 相容 API — 無需改寫程式碼
- ✓自動故障轉移 — 同模型多供應商備援
- ✓中文客服支援 — 在地團隊即時協助
常見問題
Gemini 3.1 Flash Lite Preview 是什麼?
Gemini 3.1 Flash Lite Preview is Google's high-efficiency model optimized for high-volume use cases. It outperforms Gemini 2.5 Flash Lite on overall quality and approaches Gemini 2.5 Flash performance across...
Gemini 3.1 Flash Lite Preview API 怎麼計價?可以開統一發票報帳嗎?
Gemini 3.1 Flash Lite Preview 以台幣即時計價、本站不加價,可開立統一發票供台灣企業報帳,支援台幣信用卡。
用 Gemini 3.1 Flash Lite Preview API 需要統編嗎?怎麼報帳?
結帳時填入公司統編即可開立統一發票,可直接作為公司帳務憑證報帳。
怎麼用 OpenAI SDK 串接 Gemini 3.1 Flash Lite Preview?
將 base_url 設為 https://api.bazaarlink.ai/v1、model 填 "google/gemini-3.1-flash-lite-preview",所有 OpenAI SDK 方法無需改 code。
中轉站誠信檢測
- 已測試 endpoint
- 9 次
- 獨立 hosts
- 7
- 家族指紋一致率
- 0%
- 偵測到異常
- 8 次
- 資料範圍
- 過去 90 天
BazaarLink Probe 會驗證聲稱提供此模型的 endpoint;行為與基準不符時會列為異常案例。
查看完整檢測報告 →