Back to all models
其他
flux-pro-1.1-ultra
Vendor
其他
Category
Large Language Model API
Pricing
Per request
$1.0000
Supported endpoints
image-generationopenaiQuick 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": "flux-pro-1.1-ultra",
"messages": [{"role": "user", "content": "Hello"}]
}'