curl -X POST https://vision.kim8.s4s.host/api/analyze \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-3-27b-it",
"prompt": "Describe this image",
"image": "https://example.com/screenshot.png",
"temperature": 0.3,
"max_tokens": 500
}'
curl -X POST https://vision.kim8.s4s.host/api/analyze \
-H "Content-Type: application/json" \
-d '{
"models": [
"google/gemma-3-27b-it",
"google/gemma-3-12b-it",
"mistralai/Mistral-Small-3.2-24B-Instruct-2506"
],
"prompt": "Describe this image",
"image": "https://example.com/screenshot.png",
"temperature": 0.3,
"max_tokens": 500
}'
curl https://vision.kim8.s4s.host/api/models
curl https://vision.kim8.s4s.host/api/health
For all available models, see the Model Catalog