Soenneker.Maf.Pool.Mistral
4.0.136
Prefix Reserved
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 Soenneker.Maf.Pool.Mistral --version 4.0.136
NuGet\Install-Package Soenneker.Maf.Pool.Mistral -Version 4.0.136
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="Soenneker.Maf.Pool.Mistral" Version="4.0.136" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Maf.Pool.Mistral" Version="4.0.136" />
<PackageReference Include="Soenneker.Maf.Pool.Mistral" />
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 Soenneker.Maf.Pool.Mistral --version 4.0.136
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Maf.Pool.Mistral, 4.0.136"
#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 Soenneker.Maf.Pool.Mistral@4.0.136
#: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=Soenneker.Maf.Pool.Mistral&version=4.0.136
#tool nuget:?package=Soenneker.Maf.Pool.Mistral&version=4.0.136
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Maf.Pool.Mistral
Provides Mistral-specific registration extensions for IMafPool, enabling integration via Microsoft Agent Framework (OpenAI-compatible API).
Install
dotnet add package Soenneker.Maf.Pool.Mistral
Quick start
using Soenneker.Maf.Pool.Mistral;
IMafPool pool = /* obtain from your application */;
await pool.AddMistral("value", "value", "value", "value", default);
Registers a Mistral model in the agent pool with optional rate/token limits. Uses Mistral's OpenAI-compatible API.
What you get
MafPoolMistralExtension— Provides Mistral-specific registration extensions forIMafPool, enabling integration via Microsoft Agent Framework (OpenAI-compatible API).
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
MafPoolMistralExtension.AddMistral(pool, poolId, key, modelId, apiKey, endpoint, rps, rpm, rpd, tokensPerDay, instructions, cancellationToken) |
Registers a Mistral model in the agent pool with optional rate/token limits. Uses Mistral's OpenAI-compatible API. | A task that completes when the mistral addition is complete. |
MafPoolMistralExtension.RemoveMistral(pool, poolId, key, cancellationToken) |
Unregisters a Mistral model from the agent pool and removes the associated cache entry. | True if the entry existed and was removed; false if it was not present. |
Practical notes
- Cancellation stops pending work; it does not undo work that has already completed.
| 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
- Microsoft.Agents.AI.OpenAI (>= 1.19.0)
- Soenneker.Maf.Pool (>= 4.0.122)
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 |
|---|---|---|
| 4.0.138 | 0 | 8/31/2026 |
| 4.0.137 | 23 | 8/30/2026 |
| 4.0.136 | 29 | 8/30/2026 |
| 4.0.135 | 122 | 8/29/2026 |
| 4.0.134 | 34 | 8/29/2026 |
| 4.0.133 | 65 | 8/26/2026 |
| 4.0.132 | 63 | 8/26/2026 |
| 4.0.131 | 84 | 8/23/2026 |
| 4.0.130 | 89 | 8/22/2026 |
| 4.0.129 | 88 | 8/21/2026 |
| 4.0.128 | 92 | 8/19/2026 |
| 4.0.127 | 85 | 8/18/2026 |
| 4.0.126 | 88 | 8/18/2026 |
| 4.0.125 | 102 | 8/14/2026 |
| 4.0.124 | 102 | 8/13/2026 |
| 4.0.123 | 83 | 8/10/2026 |
| 4.0.122 | 95 | 8/9/2026 |
| 4.0.121 | 100 | 8/7/2026 |
| 4.0.120 | 94 | 8/6/2026 |
| 4.0.119 | 106 | 8/5/2026 |
Loading failed
Update dependency Soenneker.Maf.Pool to 4.0.122 (#156)