Skip to content

Commit

Permalink
add link to python sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
benlower committed Sep 6, 2024
1 parent 8a94ad9 commit 9265ec9
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 2 deletions.
265 changes: 265 additions & 0 deletions docs/src/assets/logos/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { Image } from 'astro:assets';
import flutterLogo from '../../assets/logos/flutter.svg';
import jsLogo from '../../assets/logos/js.svg';
import kotlinLogo from '../../assets/logos/kotlin.svg';
import pythonLogo from '../../assets/logos/python.svg';

## Intro
The Ultravox API enables developers to build speech-to-speech AI applications. Built on the open source [Ultravox LLM](https://github.com/fixie-ai/ultravox), the Ultravox API provides a simple REST API for creating calls with AI agents.
Expand Down Expand Up @@ -48,16 +49,20 @@ There are currently three SDK flavors available:

<CardGrid>
<Card title="Flutter">
<Image src={flutterLogo} width={24} alt="Flutter logo" /> Get it on <a href="https://pub.dev/packages/ultravox_client">pub.dev</a>.
<Image src={flutterLogo} width={24} alt="Flutter logo" />`flutter add ultravox_client` <br /> Get it on <a href="https://pub.dev/packages/ultravox_client">pub.dev</a>.
</Card>

<Card title="JavaScript">
<Image src={jsLogo} width={24} alt="JavaScript logo" /> Available in the [npm registry.](https://www.npmjs.com/package/ultravox-client)
<Image src={jsLogo} width={24} alt="JavaScript logo" /> `npm install ultravox-client` <br /> Available in the [npm registry.](https://www.npmjs.com/package/ultravox-client)
</Card>

<Card title="Kotlin">
<Image src={kotlinLogo} width={24} alt="Kotlin logo" /> Find it on [Maven Central](https://central.sonatype.com/artifact/ai.fixie/ultravox-client-sdk)
</Card>

<Card title="Python">
<Image src={pythonLogo} width={24} alt="Python logo" /> `pip install ultravox-client` <br /> More info on [PyPi](https://pypi.org/project/ultravox-client/)
</Card>
</CardGrid>

Please let us know if you need a client for a specific language or framework.
Expand Down

0 comments on commit 9265ec9

Please sign in to comment.