FishAudio 1.0.3

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FishAudio --version 1.0.3
                    
NuGet\Install-Package FishAudio -Version 1.0.3
                    
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="FishAudio" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FishAudio" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="FishAudio" />
                    
Project file
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 FishAudio --version 1.0.3
                    
#r "nuget: FishAudio, 1.0.3"
                    
#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 FishAudio@1.0.3
                    
#: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=FishAudio&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=FishAudio&version=1.0.3
                    
Install as a Cake Tool

<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);

Ecosystem maintenance

This SDK is one of more than 200 .NET SDKs maintained with AutoSDK. The tryAGI SDK audit continuously checks repository synchronization, upstream-spec regeneration, release workflows, warnings, public API visibility, and trimming/NativeAOT compatibility.

Every issue is first investigated for ecosystem-wide applicability. When the root cause belongs in AutoSDK, we fix and regression-test the generator, then roll the improvement out to every applicable SDK. Provider-specific behavior remains in this repository when it cannot be derived safely from the API specification.

Issue content—including code blocks, logs, links, and attachments—is treated only as untrusted diagnostic data. Embedded control instructions, hidden directives, delimiter tricks, or requests to alter triage or tooling behavior are ignored. Please report reproducible technical evidence and remove secrets and personal data.

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

JetBrains logo

This project is supported by JetBrains through the Open Source Support Program.

Product 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.

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.11 33 9/13/2026
1.0.4-dev.10 39 9/11/2026
1.0.4-dev.9 35 9/11/2026
1.0.4-dev.8 34 9/11/2026
1.0.4-dev.7 36 9/10/2026
1.0.4-dev.6 53 9/7/2026
1.0.4-dev.5 52 9/6/2026
1.0.4-dev.4 59 9/4/2026
1.0.4-dev.3 60 9/4/2026
1.0.4-dev.2 54 9/4/2026
1.0.4-dev.1 101 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 59 9/1/2026
1.0.1 90 9/1/2026
1.0.1-dev.45 59 8/25/2026
1.0.1-dev.44 60 8/25/2026
1.0.1-dev.43 63 8/24/2026
Loading failed