Ultravox 1.0.1-dev.197
This is a prerelease version of Ultravox.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Ultravox --version 1.0.1-dev.197
NuGet\Install-Package Ultravox -Version 1.0.1-dev.197
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ultravox" Version="1.0.1-dev.197" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ultravox" Version="1.0.1-dev.197" />
<PackageReference Include="Ultravox" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ultravox --version 1.0.1-dev.197
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ultravox, 1.0.1-dev.197"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ultravox@1.0.1-dev.197
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ultravox&version=1.0.1-dev.197&prerelease
#tool nuget:?package=Ultravox&version=1.0.1-dev.197&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ultravox
Features 🔥
- Fully generated C# SDK based on official Ultravox OpenAPI specification using AutoSDK
- Same day update to support new features
- Updated and supported automatically if there are no breaking changes
- All modern .NET features - nullability, trimming, NativeAOT, etc.
- Support .Net Framework/.Net Standard 2.0
Usage
using Ultravox;
using var client = new UltravoxClient(apiKey);
PaginatedVoiceList list = await client.Voices.VoicesListAsync();
foreach (Voice voice in list.Results)
{
Console.WriteLine($"{voice.Name} - {voice.Description}");
}
Support
Priority place for bugs: https://github.com/tryAGI/Ultravox/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Ultravox/discussions
Discord: https://discord.gg/Ca2xhfBf3v
Acknowledgments
This project is supported by JetBrains through the Open Source Support Program.
This project is supported by CodeRabbit through the Open Source Support Program.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2-dev.2 | 46 | 5/21/2026 |
| 1.0.1 | 95 | 4/30/2026 |
| 1.0.1-dev.228 | 62 | 4/1/2026 |
| 1.0.1-dev.227 | 67 | 3/29/2026 |
| 1.0.1-dev.222 | 150 | 3/28/2026 |
| 1.0.1-dev.220 | 60 | 3/28/2026 |
| 1.0.1-dev.219 | 61 | 3/28/2026 |
| 1.0.1-dev.218 | 62 | 3/28/2026 |
| 1.0.1-dev.213 | 62 | 3/27/2026 |
| 1.0.1-dev.212 | 55 | 3/27/2026 |
| 1.0.1-dev.203 | 57 | 3/20/2026 |
| 1.0.1-dev.201 | 54 | 3/20/2026 |
| 1.0.1-dev.200 | 52 | 3/20/2026 |
| 1.0.1-dev.199 | 56 | 3/20/2026 |
| 1.0.1-dev.198 | 54 | 3/20/2026 |
| 1.0.1-dev.197 | 51 | 3/20/2026 |
| 1.0.1-dev.195 | 60 | 3/20/2026 |
| 1.0.1-dev.192 | 57 | 3/19/2026 |
| 1.0.1-dev.191 | 52 | 3/19/2026 |
| 1.0.1-dev.190 | 49 | 3/19/2026 |
Loading failed