Scan to chat

Hours: 09:30 - 18:30
其他
Vendor
其他
Category
Large Language Model API
Input price / 1M tokens
$22.50
Output price / 1M tokens
$22.50
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": "veo-3.1-fast-generate-preview",
"messages": [{"role": "user", "content": "Hello"}]
}'