Back to all models
xAI
grok-2-vision
Grok 2 Vision 是由 xai 提供的人工智能模型。
Vendor
xAI
Category
Large Language Model API
Pricing
Input price / 1M tokens
$10.00
Output price / 1M tokens
$50.00
Supported endpoints
openaiopenai-responseQuick 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": "grok-2-vision",
"messages": [{"role": "user", "content": "Hello"}]
}'