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

# Introduction

> Start building with LLM7.io for text.

## Start here

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Install the SDK, configure the client, and make your first requests.
</Card>

## Text generation

<Columns cols={2}>
  <Card title="Streaming" icon="bolt" href="/guides/streaming">
    Stream tokens for low-latency UIs.
  </Card>

  <Card title="Function calling" icon="brackets-curly" href="/guides/function-calling">
    Let the model call your functions with structured arguments.
  </Card>

  <Card title="JSON mode" icon="code" href="/guides/json-mode">
    Force valid JSON outputs for structured responses.
  </Card>

  <Card title="Available models" icon="box" href="/guides/models">
    See model options and recommended selectors.
  </Card>

  <Card title="Models API" icon="list" href="/guides/models-api">
    Inspect live pricing, context windows, and capabilities.
  </Card>
</Columns>
