curl --request GET \
--url https://api.runtools.ai/v1/models/available \
--header 'Authorization: Bearer <token>'{
"data": {
"platform": [
{
"model": "<string>",
"displayName": "<string>",
"available": true,
"requiresSecret": "<string>"
}
],
"byok": [
{
"model": "<string>",
"displayName": "<string>",
"available": true,
"requiresSecret": "<string>"
}
]
}
}Platform availability reflects live route health (DigitalOcean Inference
/ direct provider fallback / Vertex). BYOK availability reflects whether
the org has the matching provider secret (e.g. ANTHROPIC_API_KEY).
curl --request GET \
--url https://api.runtools.ai/v1/models/available \
--header 'Authorization: Bearer <token>'{
"data": {
"platform": [
{
"model": "<string>",
"displayName": "<string>",
"available": true,
"requiresSecret": "<string>"
}
],
"byok": [
{
"model": "<string>",
"displayName": "<string>",
"available": true,
"requiresSecret": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.