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

# Python SDK Resources

> Links, examples, and reference material for the Anam Python SDK

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/anam-org/python-sdk">
    Source code, API reference, and examples
  </Card>

  <Card title="PyPI Package" icon="python" href="https://pypi.org/project/anam/">
    `pip install anam` -- latest releases and changelog
  </Card>

  <Card title="Cookbook: Python BYO LLM" icon="book-open" href="https://anam.ai/cookbook/python-byo-llm">
    Bring your own LLM with the Python SDK
  </Card>

  <Card title="Cookbook: Python Audio Passthrough" icon="book-open" href="https://anam.ai/cookbook/python-audio-passthrough-tts">
    Stream custom TTS audio through an avatar with Python
  </Card>
</CardGroup>
