Gemini 3.1 Flash Image Preview API 定價與使用教學
高效能 AI 語言模型,透過 BazaarLink 以美元計費(台幣報價)使用。
定價資訊
輸入價格
$0.50
/ 百萬 tokens
NT$ 16
輸出價格
$3.00
/ 百萬 tokens
NT$ 95
上下文視窗
66K
tokens
💱 USD/NTD = 31.63 · 未稅 · 更新於 2026/09/05
技術規格
快速開始
只需更改 base_url 即可透過 BazaarLink API 使用 Gemini 3.1 Flash Image 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-image-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-image-preview",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);為什麼透過 BazaarLink 使用 Gemini 3.1 Flash Image Preview?
- ✓美元計費(台幣報價)+ 統一發票 — 台灣團隊無需海外刷卡
- ✓OpenAI 相容 API — 無需改寫程式碼
- ✓自動故障轉移 — 同模型多供應商備援
- ✓中文客服支援 — 在地團隊即時協助
常見問題
Gemini 3.1 Flash Image Preview 是什麼?
Gemini 3.1 Flash Image Preview, a.k.a. "Nano Banana 2," is Google’s latest state of the art image generation and editing model, delivering Pro-level visual quality at Flash speed. It combines...
Gemini 3.1 Flash Image Preview API 怎麼計價?可以開統一發票報帳嗎?
Gemini 3.1 Flash Image Preview 以台幣即時計價、本站不加價,可開立統一發票供台灣企業報帳,支援台幣信用卡。
用 Gemini 3.1 Flash Image Preview API 需要統編嗎?怎麼報帳?
結帳時填入公司統編即可開立統一發票,可直接作為公司帳務憑證報帳。
怎麼用 OpenAI SDK 串接 Gemini 3.1 Flash Image Preview?
將 base_url 設為 https://api.bazaarlink.ai/v1、model 填 "google/gemini-3.1-flash-image-preview",所有 OpenAI SDK 方法無需改 code。
中轉站誠信檢測
- 已測試 endpoint
- 3 次
- 獨立 hosts
- 3
- 家族指紋一致率
- 0%
- 偵測到異常
- 3 次
- 資料範圍
- 過去 90 天
BazaarLink Probe 會驗證聲稱提供此模型的 endpoint;行為與基準不符時會列為異常案例。
查看完整檢測報告 →