Vertex
Gemini 2.5 Flash Preview 09-25 是由 google-vertex 提供的人工智能模型。
Vendor
Vertex
Category
Large Language Model API
Input price / 1M tokens
$1.05
Output price / 1M tokens
$8.75
geminiopenaiOpenAI-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-preview-09-2025",
"messages": [{"role": "user", "content": "Hello"}]
}'