Skip to content

Commit

Permalink
Merge pull request #48 from fixie-ai/ben-various-patches
Browse files Browse the repository at this point in the history
Add Mistral and fix Swagger links
  • Loading branch information
benlower authored Dec 3, 2024
2 parents 3b9c388 + abe7bc1 commit 7b72915
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/api/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar:
order: 99
---
## API Playground
There is a hosted, interactive API playground available at https://api.ultravox.ai/api/schema/swagger-ui. This enables you to visually explore the Ultravox API and to make calls to the API directly in your browser.
There is a hosted, interactive API playground available at https://app.ultravox.ai/api/schema/swagger-ui. This enables you to visually explore the Ultravox API and to make calls to the API directly in your browser.

[![Ultravox OpenAPI Playground](../../../assets/apiplayground.png)](https://api.ultravox.ai/api/schema/swagger-ui)
[![Ultravox OpenAPI Playground](../../../assets/apiplayground.png)](https://app.ultravox.ai/api/schema/swagger-ui)

## OpenAPI Specification
We have an OpenAPI spec (OAS) file available for [download](https://api.ultravox.ai/api/schema/).
We have an OpenAPI spec (OAS) file available for [download](https://app.ultravox.ai/api/schema/).
8 changes: 6 additions & 2 deletions docs/src/content/docs/availablemodels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ The Ultravox API currently provides the following models.
</tr>
<tr>
<td class="font-mono">fixie-ai/ultravox-70B</td>
<td>70B variant of Ultravox. Supports tools.</td>
<td>Based on Llama 3.1 70B. Supports tools.</td>
</tr>
<tr>
<td class="font-mono">fixie-ai/ultravox-8B</td>
<td>8B variant of Ultravox. Not recommended for most use cases. Tools are unlikely to work.</td>
<td>Based on Llama 3.1 8B. Not recommended for most use cases. Tools are unlikely to work.</td>
</tr>
<tr>
<td class="font-mono">fixie-ai/ultravox-mistral-nemo-12B</td>
<td>Based on Mistral Nemo 12B. Mistral handles the system prompt differently. See [`initialMessages`](/api/calls/#more-info).</td>
</tr>
</table>

## Using Models
Expand Down

0 comments on commit 7b72915

Please sign in to comment.