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

# Introduction

> Welcome to the Sunbird AI Developer Documentation

Sunbird AI provides a suite of open-source AI tools and APIs for African languages. Our platform includes high-quality models for translation, speech recognition, and text generation.

## Get Started

<CardGroup cols={2}>
  <Card title="API Quickstart" icon="bolt" href="/quickstart">
    Make your first API request in 5 minutes.
  </Card>

  <Card title="Speech-to-Text" icon="microphone" href="/guides/speech-to-text">
    Transcribe audio files in Ugandan languages.
  </Card>

  <Card title="Supported Languages" icon="language" href="/languages">
    View the list of supported languages and codes.
  </Card>

  <Card title="SALT Framework" icon="cubes" href="/salt-intro">
    Train and finetune custom models with our Python library.
  </Card>
</CardGroup>

## Explore Models

<CardGroup cols={2}>
  <Card title="Sunflower LLM" icon="sun" href="/sunflower/overview">
    Run our 14B and 32B multilingual LLMs efficiently.
  </Card>
</CardGroup>

## Supported Languages

We currently support over 30 languages, with a focus on Ugandan and East African dialects. Key features include translation for all, plus STT and TTS for select ones.

For the full list, including codes, support levels, and TTS IDs, see our [Supported Languages reference](languages).

## Getting Started

Ready to start building? Follow these steps to make your first API call.

<Steps>
  <Step title="Create an Account">
    Sign up for a free account to get your API credentials.
  </Step>

  <Step title="Get Your Token">
    Generate an access token to authenticate your requests.
  </Step>

  <Step title="Make a Request">
    Use our SDKs or HTTP client to interact with the API.
  </Step>
</Steps>

<Card title="Quickstart Guide" icon="bolt" href="/quickstart">
  Get up and running in less than 5 minutes.
</Card>

## Community and Support

Need help? We're here for you.

* [GitHub](https://github.com/SunbirdAI) - Report bugs and contribute.
