From abe7bc134d25900904ef6aaabc060e3685e335a8 Mon Sep 17 00:00:00 2001 From: Ben Lower Date: Tue, 3 Dec 2024 13:26:00 -0700 Subject: [PATCH] Add Mistral and fix Swagger links Update swagger links to point to app. instead of api. Add mistral nemo model along with info about setting initialMessages. --- docs/src/content/docs/api/playground.md | 6 +++--- docs/src/content/docs/availablemodels.mdx | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/api/playground.md b/docs/src/content/docs/api/playground.md index d7e1e64..a3a076c 100644 --- a/docs/src/content/docs/api/playground.md +++ b/docs/src/content/docs/api/playground.md @@ -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/). diff --git a/docs/src/content/docs/availablemodels.mdx b/docs/src/content/docs/availablemodels.mdx index 56d4f92..11adc90 100644 --- a/docs/src/content/docs/availablemodels.mdx +++ b/docs/src/content/docs/availablemodels.mdx @@ -15,12 +15,16 @@ The Ultravox API currently provides the following models. fixie-ai/ultravox-70B - 70B variant of Ultravox. Supports tools. + Based on Llama 3.1 70B. Supports tools. fixie-ai/ultravox-8B - 8B variant of Ultravox. Not recommended for most use cases. Tools are unlikely to work. + Based on Llama 3.1 8B. Not recommended for most use cases. Tools are unlikely to work. + + fixie-ai/ultravox-mistral-nemo-12B + Based on Mistral Nemo 12B. Mistral handles the system prompt differently. See [`initialMessages`](/api/calls/#more-info). + ## Using Models