> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tokmodel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TokModel: Unified LLM API Gateway for 30+ Providers

> Everything you need to start calling AI models, manage your API keys, top up credits, and explore all supported endpoints and providers.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      TokModel Documentation
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      One API key, one base URL, and access to 30+ LLM providers. Drop TokModel into any OpenAI-compatible client and start routing requests today.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Quick Start</span>} icon="rocket" href="/quickstart" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Make your first API call in under 5 minutes.</span>
    </Card>

    <a href="/api-reference/overview" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="code" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">API Reference</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Full reference for every endpoint: chat, embeddings, images, audio, and more.
        </span>
      </div>
    </a>

    <a href="/concepts/models" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="cpu" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Supported Models</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Browse the full list of providers and models available through TokModel.
        </span>
      </div>
    </a>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/account/api-keys" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="key" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Manage API keys</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Create, rotate, and revoke API keys from your console.
          </span>
        </div>
      </a>

      <a href="/guides/chat-completions" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="message-square" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Send a chat message</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Call any chat model using the OpenAI-compatible completions endpoint.
          </span>
        </div>
      </a>

      <a href="/guides/image-generation" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="image" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Generate images</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Create, edit, and vary images using leading image-generation models.
          </span>
        </div>
      </a>

      <a href="/account/top-up" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="credit-card" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Top up credits</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Add credits to your account to keep your API requests running.
          </span>
        </div>
      </a>

      <a href="/guides/embeddings" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="layers" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Create embeddings</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Convert text into vector embeddings for search and retrieval.
          </span>
        </div>
      </a>

      <a href="/guides/audio" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="mic" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Speech & transcription</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Convert text to speech or transcribe audio files with a single endpoint.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
