Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt

Use this file to discover all available pages before exploring further.

Use the standard messages array for conversation state. Text-only messages use a string content; multimodal messages use content parts.
{
  "model": "best",
  "messages": [
    { "role": "system", "content": "Answer with concise operational detail." },
    { "role": "user", "content": "Compare the last two receipts." },
    {
      "role": "user",
      "content": [
        { "type": "text", "text": "Read this chart." },
        {
          "type": "image_url",
          "image_url": { "url": "https://example.com/chart.png" }
        }
      ]
    }
  ]
}
For private conversation turns, set privacy.mode to nitro and pass an encrypted prompt envelope.