founderhooks·Multimodal·Official
Vision Router XL
A multimodal routing model for screenshots, product UIs, and operations-heavy image understanding.
See examples, test outputs, copy the API call.
screenshotsvisionrouting
API snapshot
2ff10d3
Avg latency
2.4s
Billing hint
$0.004 / image
Playground
Run this model now
prediction output
2.3s
Parsed KPI summary
Returns a structured interpretation of metrics, deltas, and likely issues.
curl
API sample
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
-H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "founderhooks/vision-router-xl",
"input": {
"image_url": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10
}'Python
API sample
import os
import requests
response = requests.post(
"https://www.founderhooks.com/api/v1/predictions",
headers={
"Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
"Content-Type": "application/json",
},
json={
"model": "founderhooks/vision-router-xl",
"input": {
"image_url": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10,
},
)
print(response.json())Available snapshots
2ff10d3
stable
Improved screenshot parsing on compact analytics dashboards.
2026-04-14 · L40S
98d2f17
beta
Higher reliability on OCR-heavy product images.
2026-03-30 · L40S
Example outputs
2.3s
Dashboard review
Returns a structured interpretation of metrics, deltas, and likely issues.