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

# About

<Tip>
  Looking for an instant start? Check out the drop-in snippets:

  <Tabs>
    <Tab title="Python">
      <Columns cols={2}>
        <Card href="/quick-start/chat#python">
          Chat
        </Card>

        <Card href="/quick-start/text-to-speech#python">
          Text to Speech
        </Card>

        <Card href="/quick-start/classification#python">
          Classification
        </Card>

        <Card href="/quick-start/chat-structured-output#python">
          Structured output
        </Card>

        <Card href="/quick-start/chat-speculation-summarization#python">
          Speculative summarization
        </Card>

        <Card href="/quick-start/chat-speculation-classification#python">
          Speculative classification
        </Card>

        <Card href="/quick-start/chat-cloud#python">
          Cloud
        </Card>
      </Columns>
    </Tab>

    <Tab title="Swift">
      <Columns cols={2}>
        <Card href="/quick-start/chat#swift">
          Chat
        </Card>

        <Card href="/quick-start/text-to-speech#swift">
          Text to Speech
        </Card>

        <Card href="/quick-start/classification#swift">
          Classification
        </Card>

        <Card href="/quick-start/chat-structured-output#swift">
          Structured output
        </Card>

        <Card href="/quick-start/chat-speculation-summarization#swift">
          Speculative summarization
        </Card>

        <Card href="/quick-start/chat-speculation-classification#swift">
          Speculative classification
        </Card>

        <Card href="/quick-start/chat-cloud#swift">
          Cloud
        </Card>
      </Columns>
    </Tab>

    <Tab title="TypeScript">
      <Columns cols={2}>
        <Card href="/quick-start/chat#typescript">
          Chat
        </Card>

        <Card href="/quick-start/text-to-speech#typescript">
          Text to Speech
        </Card>

        <Card href="/quick-start/classification#typescript">
          Classification
        </Card>

        <Card href="/quick-start/chat-structured-output#typescript">
          Structured output
        </Card>

        <Card href="/quick-start/chat-speculation-summarization#typescript">
          Speculative summarization
        </Card>

        <Card href="/quick-start/chat-speculation-classification#typescript">
          Speculative classification
        </Card>

        <Card href="/quick-start/chat-cloud#typescript">
          Cloud
        </Card>
      </Columns>
    </Tab>

    <Tab title="Rust">
      <Columns cols={2}>
        <Card href="/quick-start/chat#rust">
          Chat
        </Card>

        <Card href="/quick-start/text-to-speech#rust">
          Text to Speech
        </Card>

        <Card href="/quick-start/classification#rust">
          Classification
        </Card>

        <Card href="/quick-start/chat-structured-output#rust">
          Structured output
        </Card>

        <Card href="/quick-start/chat-speculation-summarization#rust">
          Speculative summarization
        </Card>

        <Card href="/quick-start/chat-speculation-classification#rust">
          Speculative classification
        </Card>

        <Card href="/quick-start/chat-cloud#rust">
          Cloud
        </Card>
      </Columns>
    </Tab>
  </Tabs>
</Tip>

[**Mirai**](https://trymirai.com/) lets you add high-performance AI right into your app with zero latency, full data privacy, and no inference costs. You don’t need an ML team or weeks of setup anymore. One developer can get it all running in minutes. To achieve this, we offer the following key products:

<Columns cols={3}>
  <Card title="uzu" img="https://mintcdn.com/mirai-bded675a/-MIzY7hlOp3HioeZ/images/headers/uzu.jpg?fit=max&auto=format&n=-MIzY7hlOp3HioeZ&q=85&s=8560513c37cccab224e5487afb8a297a" href="https://github.com/trymirai/uzu" width="1500" height="320" data-path="images/headers/uzu.jpg">
    A Rust inference engine built to run AI with hardware specifics in mind.
  </Card>

  <Card title="lalamo" img="https://mintcdn.com/mirai-bded675a/-MIzY7hlOp3HioeZ/images/headers/lalamo.jpg?fit=max&auto=format&n=-MIzY7hlOp3HioeZ&q=85&s=d4ddd7ae85e30d0c239db5adaf36a5b1" href="https://github.com/trymirai/lalamo" width="1500" height="320" data-path="images/headers/lalamo.jpg">
    A set of tools to optimize and convert models for on-device use.
  </Card>

  <Card title="cli" img="https://mintcdn.com/mirai-bded675a/-MIzY7hlOp3HioeZ/images/headers/cli.jpg?fit=max&auto=format&n=-MIzY7hlOp3HioeZ&q=85&s=c39e3c82d03dcbd23656c173edebb441" href="https://github.com/trymirai/uzu#cli" width="3000" height="640" data-path="images/headers/cli.jpg">
    A command-line tool to chat with models and serve them as a local API.
  </Card>
</Columns>

<Tip>
  If you run into a problem and don’t find an answer here, feel free to reach out in our [Discord](https://discord.com/invite/trymirai) community. We can even debug the issue with you over voice chat, or you can [book a call](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ0RkTVFVCqRHJdidCc0aRAr4T44KeO58N01tMrNBkjbNFndBAaTf6rKdtTTEryPo8JB_UNQ8Lx6) with our engineers ❤️.
</Tip>

## FAQ

<AccordionGroup>
  <Accordion title="Is this project open source?">
    <Check>
      The [**uzu**](https://github.com/trymirai/uzu) and [**lalamo**](https://github.com/trymirai/lalamo) libraries are fully open source under the MIT license.
    </Check>
  </Accordion>

  <Accordion title="Is it free to use?">
    <Check>
      The [**uzu**](https://github.com/trymirai/uzu) and [**lalamo**](https://github.com/trymirai/lalamo) libraries are completly free to use.
    </Check>
  </Accordion>

  <Accordion title="Which devices are supported?">
    <Info>Currently, only Apple Silicon (iOS/macOS) devices are supported.</Info>
  </Accordion>

  <Accordion title="Which models are supported?">
    <Info>The full list of supported models is available [here](https://trymirai.com/local-models).</Info>
  </Accordion>
</AccordionGroup>
