# to11 ## Docs - [Connect-provider drawer](https://to11.ai/docs/deploy/concepts/connect-provider-drawer.md): How the providers-list connect drawer validates credentials, discovers models, and persists a new provider in one transactional submit. - [Functions](https://to11.ai/docs/deploy/concepts/functions.md): What a function is in the to11 gateway, how it decouples caller intent from model selection, and the two configuration patterns. - [Models](https://to11.ai/docs/deploy/concepts/models.md): Per-model configuration overrides in the to11 gateway, including timeout tuning for reasoning models. - [Providers](https://to11.ai/docs/deploy/concepts/providers.md): What a provider is in the to11 gateway, how credential resolution works, and how providers relate to the routing layers. - [Routes](https://to11.ai/docs/deploy/concepts/routes.md): What a route is in the to11 gateway, how strategies control target selection, and how routes fit into the routing hierarchy. - [Targets](https://to11.ai/docs/deploy/concepts/targets.md): What a target is in the to11 gateway, how it pairs a model with gateway-owned credentials, and how credential resolution works. - [Environments](https://to11.ai/docs/deploy/environments.md): Separate production from staging within a project using environments. - [Gateway Overview](https://to11.ai/docs/deploy/overview.md): How the to11 gateway routes, secures, and traces your LLM traffic. - [Promotion Policies](https://to11.ai/docs/deploy/promotion-policies.md): Govern how configuration changes move from one environment into the next. - [Release Approvals](https://to11.ai/docs/deploy/release-approvals.md): Require review and sign-off before a routing or provider change takes effect. - [Experiment Routing](https://to11.ai/docs/deploy/routing/experiment.md): A/B test different models and inference parameters for the same task using weighted experiment variants. - [Fallback Routing](https://to11.ai/docs/deploy/routing/fallback.md): Configure automatic failover so the gateway tries the next provider when the primary one fails. - [Function Routing](https://to11.ai/docs/deploy/routing/functions.md): Define named task aliases so your application sends function names instead of model names, letting you swap models without changing code. - [Routing Overview](https://to11.ai/docs/deploy/routing/overview.md): How the gateway resolves requests through three routing layers: passthrough, managed routing, and function routing. - [Passthrough Routing](https://to11.ai/docs/deploy/routing/passthrough.md): How the gateway acts as a transparent proxy in L1 passthrough mode, forwarding the caller's API key directly to upstream providers. - [Simple Routing](https://to11.ai/docs/deploy/routing/simple.md): Set up gateway-owned credentials so callers can use specific models without providing their own API keys. - [Weighted Routing](https://to11.ai/docs/deploy/routing/weighted.md): Split LLM traffic across multiple providers or API keys using weighted random selection. - [Scheduled Changes](https://to11.ai/docs/deploy/scheduled-changes.md): Schedule a provider or routing change to apply at a chosen time. - [Evaluate](https://to11.ai/docs/evaluate/overview.md): Run evaluations against your LLM application. Coming soon. - [Core Concepts](https://to11.ai/docs/get-started/concepts.md): The mental model behind to11: the Organization, Workspace, and Project hierarchy, the gateway, and the observability data plane. - [What is to11?](https://to11.ai/docs/get-started/index.md): What to11 is, who it's for, and how it fits your AI stack. - [Quickstart](https://to11.ai/docs/get-started/quickstart.md): Send your first traced LLM request through to11 in a few minutes. - [Frequently Asked Questions](https://to11.ai/docs/help/faq.md): Common questions about using to11. - [Getting Help](https://to11.ai/docs/help/support.md): Where to get help with to11 and how to report an issue. - [Content Capture](https://to11.ai/docs/instrument/content-capture.md): How to enable and configure prompt and completion recording in GenAI telemetry spans. - [Context Propagation](https://to11.ai/docs/instrument/context-propagation.md): How to attach session metadata, tool execution, retrieval, and agent context to your LLM requests. - [Direct Ingestion](https://to11.ai/docs/instrument/direct-ingestion.md): How to send custom OpenTelemetry spans directly to the to11 collector from any OTel SDK. - [Distributed Tracing](https://to11.ai/docs/instrument/distributed-tracing.md): How to group LLM calls and agent-to-agent communication under a single trace. - [Metrics](https://to11.ai/docs/instrument/metrics.md): Histogram metrics, counters, metric dimensions, and ClickHouse query examples. - [Instrumentation](https://to11.ai/docs/instrument/overview.md): Get your application's LLM calls into to11 — automatically through the gateway, or by sending OpenTelemetry spans directly. - [Span Attributes](https://to11.ai/docs/instrument/span-attributes.md): Complete reference for every OpenTelemetry span attribute emitted by the gateway. - [Telemetry](https://to11.ai/docs/instrument/telemetry.md): Dual-pipeline architecture, OTel GenAI semantic conventions, and the ten supported operation names. - [Anthropic SDK](https://to11.ai/docs/integrations/anthropic-sdk.md): How to use the Anthropic Python and TypeScript SDKs with to11. - [OpenAI SDK](https://to11.ai/docs/integrations/openai-sdk.md): How to use the OpenAI Python and Node.js SDKs with to11. - [Integrations](https://to11.ai/docs/integrations/overview.md): Connect to11 to your application through the LLM SDK you already use. - [Vercel AI SDK](https://to11.ai/docs/integrations/vercel-ai-sdk.md): How to use the Vercel AI SDK with to11. - [Observe](https://to11.ai/docs/observe/overview.md): See what your LLM application is doing in production. - [Traces](https://to11.ai/docs/observe/traces.md): Explore and filter the requests flowing through your project. - [API Keys](https://to11.ai/docs/platform/api-keys.md): Create scoped API keys for programmatic access, and rotate or revoke them. - [Audit Logs](https://to11.ai/docs/platform/audit-logs.md): Review a record of administrative and configuration changes, and export it. - [Authentication](https://to11.ai/docs/platform/authentication.md): How members sign in to to11, including single sign-on. - [Data Centers](https://to11.ai/docs/platform/data-centers.md): Where to11 runs your data. - [Organizations](https://to11.ai/docs/platform/organizations.md): Create and manage the top-level tenant that owns your members, roles, and API keys. - [Platform Administration](https://to11.ai/docs/platform/overview.md): Administer your organization: structure, members, access, API keys, and audit. - [Projects](https://to11.ai/docs/platform/projects.md): Manage the individual applications that own providers, routing, environments, and traces. - [Roles & Permissions](https://to11.ai/docs/platform/roles-and-permissions.md): Control what each member can do with roles, a permission catalog, per-user overrides, and trace access. - [Team](https://to11.ai/docs/platform/team.md): Invite people to your organization, manage the roster, and handle pending invitations. - [Workspaces](https://to11.ai/docs/platform/workspaces.md): Group related projects within an organization. - [API Reference](https://to11.ai/docs/reference/api.md): Gateway endpoints, headers, request/response formats, and error codes. - [Configuration Reference](https://to11.ai/docs/reference/configuration.md): Complete TOML configuration reference for the to11 AI Gateway — every section, field, type, and default. - [Error Handling](https://to11.ai/docs/reference/error-handling.md): How the gateway classifies, translates, and surfaces upstream provider errors across SDK formats — TO11-787 + TO11-803. - [Providers](https://to11.ai/docs/reference/providers.md): Supported LLM providers, model routing, and format translation. - [Python SDK](https://to11.ai/docs/reference/python-sdk.md): Install and use the to11 Python SDK. - [Streaming](https://to11.ai/docs/reference/streaming.md): How the gateway handles SSE streaming — fast-path passthrough vs normalized-path translation. - [TypeScript SDK](https://to11.ai/docs/reference/typescript-sdk.md): Install and use the to11 TypeScript and JavaScript SDK. ## OpenAPI Specs - [openapi](https://to11.ai/docs/api-reference/openapi.json)