Skip to main content

Documentation Index

Fetch the complete documentation index at: https://1router.com/llms.txt

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

1Router.com is currently developing multi-model routing capabilities. In the meantime, two options are available:
  1. Auto Router: A special model ID that selects between high-quality models based on heuristics applied to your prompt.
  2. Models Array: This option allows you to automatically try other models if the primary model’s providers are down, rate-limited, or unable to reply due to mandatory content moderation:
{
  "models": ["anthropic/claude-2.1", "gryphe/mythomax-l2-13b"],
  "route": "fallback",
  // Other parameters
}