Returns the set of vision-language models you can target in chat/completions.
Documentation Index
Fetch the complete documentation index at: https://docs.overshoot.ai/llms.txt
Use this file to discover all available pages before exploring further.
id is what you pass as model on /chat/completions. Use it verbatim — IDs are case-sensitive.status is the only mutable field worth checking:
ready — at least one healthy replica is serving. Use it.loading — replicas are starting; may flip to ready in seconds, may not. Don’t depend on it.ready here can still return 503 on /chat/completions if its replica falls over between calls. Always handle 503 with a retry or a fallback to another ready model.