Back to all models

Google

gemini-2.5-flash-image-preview

Gemini 2.5 Flash Image (Preview) 是由 google 提供的人工智能模型。

Vendor

Google

Category

Large Language Model API

Pricing

Per request

$0.2000

Supported endpoints

geminiopenai

Quick start

OpenAI-compatible — just change base_url to treeRouter to use this model:

curl https://treerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TREEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2.5-flash-image-preview",
    "messages": [{"role": "user", "content": "Hello"}]
  }'