text, image, or audio
capable routes.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send text and images to models that support visual input.
{
"model": "mesh/claude-sonnet-4.5",
"messages": [
{
"role": "user",
"content": [
{ "type": "text", "text": "Extract the table from this image." },
{
"type": "image_url",
"image_url": { "url": "https://example.com/table.png" }
}
]
}
]
}
text, image, or audio
capable routes.