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

# AI SDKs

> Explore developer SDKs for interacting with the Livepeer AI API.

## Client-side SDKs

Client-side SDKs simplify the process of using the Livepeer AI API. Just install
a language-specific SDK into your application, choose a
[AI Gateway](/ai/builders/gateways), and get started with only 2 lines of code.
For some gateways, initialisation with an API key is optional.

<CardGroup cols={2}>
  <Card title="Go" icon="golang" color="#1EAED8" href="/ai/sdks/go" />

  <Card title="Typescript" icon="js" color="#EFD81A" href="/ai/sdks/javascript" />

  <Card title="Python" icon="python" color="#F4DC5E" href="/ai/sdks/python" />
</CardGroup>
