FishAudio 1.0.1-dev.44
See the version list below for details.
dotnet add package FishAudio --version 1.0.1-dev.44
NuGet\Install-Package FishAudio -Version 1.0.1-dev.44
<PackageReference Include="FishAudio" Version="1.0.1-dev.44" />
<PackageVersion Include="FishAudio" Version="1.0.1-dev.44" />
<PackageReference Include="FishAudio" />
paket add FishAudio --version 1.0.1-dev.44
#r "nuget: FishAudio, 1.0.1-dev.44"
#:package FishAudio@1.0.1-dev.44
#addin nuget:?package=FishAudio&version=1.0.1-dev.44&prerelease
#tool nuget:?package=FishAudio&version=1.0.1-dev.44&prerelease
<div class="docs-hero"> <h1>FishAudio</h1> <p class="docs-hero-lead">.NET SDK for Fish Audio generation APIs with generated REST coverage and Microsoft.Extensions.AI tool adapters.</p> <div class="docs-badge-row"> <a href="https://www.nuget.org/packages/FishAudio/"><img alt="Nuget package" src="https://img.shields.io/nuget/vpre/FishAudio"></a> <a href="https://github.com/tryAGI/FishAudio/actions/workflows/dotnet.yml"><img alt="dotnet" src="https://github.com/tryAGI/FishAudio/actions/workflows/dotnet.yml/badge.svg?branch=main"></a> <a href="https://github.com/tryAGI/FishAudio/blob/main/LICENSE.txt"><img alt="License: MIT" src="https://img.shields.io/github/license/tryAGI/FishAudio"></a> <a href="https://discord.gg/Ca2xhfBf3v"><img alt="Discord" src="https://img.shields.io/discord/1115206893015662663?label=Discord&logo=discord&logoColor=white&color=d82679"></a> </div> <div class="docs-hero-actions"> <a href="#usage">Get started</a> <a href="#support">Get support</a> </div> </div>
<div class="docs-feature-grid"> <div class="docs-feature-card"> <h3>Generated API coverage</h3> <p>Built from the <a href="https://docs.fish.audio/api-reference/openapi.json">Fish Audio OpenAPI definition</a> so the SDK stays aligned with the published API.</p> </div> <div class="docs-feature-card"> <h3>MEAI tools</h3> <p>Expose common operations as <code>AIFunction</code> tools for use with any compatible <code>IChatClient</code>.</p> </div> <div class="docs-feature-card"> <h3>Modern .NET</h3> <p>Generated with AutoSDK and shaped for trimming, NativeAOT awareness, nullability, and current .NET conventions.</p> </div> </div>
Usage
Installation
dotnet add package FishAudio
Client
using FishAudio;
using var client = new FishAudioClient(apiKey);
CLI
dotnet tool install --global FishAudio.CLI --prerelease
fish-audio api --help
MEAI Tools
using FishAudio;
using Microsoft.Extensions.AI;
var fishAudio = new FishAudioClient(apiKey);
var tools = new[]
{
fishAudio.AsTextToSpeechTool(referenceId: "your-voice-model-id"),
fishAudio.AsListModelsTool(),
fishAudio.AsGetModelTool(),
};
<div class="docs-callout"> <strong>Guides first.</strong> See the authentication and MEAI guides in the docs nav for provider-specific setup before running examples. </div>
Generate
Basic example showing how to create a client and make a request.
using var client = new FishAudioClient(apiKey);
Support
<div class="docs-card-grid"> <div class="docs-card"> <h3>Bugs</h3> <p>Open an issue in <a href="https://github.com/tryAGI/FishAudio/issues">tryAGI/FishAudio</a>.</p> </div> <div class="docs-card"> <h3>Ideas and questions</h3> <p>Use <a href="https://github.com/tryAGI/FishAudio/discussions">GitHub Discussions</a> for feedback and design discussion.</p> </div> <div class="docs-card"> <h3>Community</h3> <p>Join the <a href="https://discord.gg/Ca2xhfBf3v">tryAGI Discord</a> for broader SDK discussion.</p> </div> </div>
Acknowledgments
This project is supported by JetBrains 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. |
-
net10.0
- Microsoft.Extensions.AI (>= 10.9.0)
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.4-dev.12 | 35 | 9/14/2026 |
| 1.0.4-dev.11 | 43 | 9/13/2026 |
| 1.0.4-dev.10 | 51 | 9/11/2026 |
| 1.0.4-dev.9 | 44 | 9/11/2026 |
| 1.0.4-dev.8 | 42 | 9/11/2026 |
| 1.0.4-dev.7 | 44 | 9/10/2026 |
| 1.0.4-dev.6 | 54 | 9/7/2026 |
| 1.0.4-dev.5 | 56 | 9/6/2026 |
| 1.0.4-dev.4 | 60 | 9/4/2026 |
| 1.0.4-dev.3 | 60 | 9/4/2026 |
| 1.0.4-dev.2 | 55 | 9/4/2026 |
| 1.0.4-dev.1 | 102 | 9/2/2026 |
| 1.0.3 | 118 | 9/1/2026 |
| 1.0.2 | 88 | 9/1/2026 |
| 1.0.2-dev.3 | 53 | 9/1/2026 |
| 1.0.2-dev.2 | 46 | 9/1/2026 |
| 1.0.2-dev.1 | 60 | 9/1/2026 |
| 1.0.1 | 91 | 9/1/2026 |
| 1.0.1-dev.45 | 60 | 8/25/2026 |
| 1.0.1-dev.44 | 61 | 8/25/2026 |