tryAGI.Replicate
1.0.8-dev.9
Prefix Reserved
dotnet add package tryAGI.Replicate --version 1.0.8-dev.9
NuGet\Install-Package tryAGI.Replicate -Version 1.0.8-dev.9
<PackageReference Include="tryAGI.Replicate" Version="1.0.8-dev.9" />
<PackageVersion Include="tryAGI.Replicate" Version="1.0.8-dev.9" />
<PackageReference Include="tryAGI.Replicate" />
paket add tryAGI.Replicate --version 1.0.8-dev.9
#r "nuget: tryAGI.Replicate, 1.0.8-dev.9"
#:package tryAGI.Replicate@1.0.8-dev.9
#addin nuget:?package=tryAGI.Replicate&version=1.0.8-dev.9&prerelease
#tool nuget:?package=tryAGI.Replicate&version=1.0.8-dev.9&prerelease
Replicate
Features 🔥
- Fully generated C# SDK based on official Replicate OpenAPI specification using OpenApiGenerator
- 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
Documentation
Examples and documentation can be found here: https://tryagi.github.io/Replicate/
Usage
using Replicate;
using var api = new ReplicateClient(apiKey);
var response = await api.ModelsPredictionsCreateAsync(
input: new PredictionRequestInput
{
AdditionalProperties = new Dictionary<string, object>
{
["seed"] = Random.Shared.Next(0, 1000000),
["steps"] = 25,
["prompt"] = "a female, european, young adult, fit body, wavy acid orange hair, wearing open swimsuit, sea in the background.",
["guidance"] = 3.5,
["interval"] = 3,
["aspect_ratio"] = "16:9",
["safety_tolerance"] = 5,
},
},
prefer: "wait=60",
modelOwner: "black-forest-labs",
modelName: "flux-pro");
var endResponse = await response.WaitUntilSuccessfulAsync(
api,
pollingInterval: TimeSpan.FromSeconds(2),
progress: new Progress<SchemasPredictionResponse>(p =>
Console.WriteLine($"Status: {p.Status}")));
Console.WriteLine($@"Seed: {endResponse.Input?.Seed}.
Image available at:\n{endResponse.Output}");
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
Priority place for bugs: https://github.com/tryAGI/Replicate/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Replicate/discussions
Discord: https://discord.gg/Ca2xhfBf3v
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
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on tryAGI.Replicate:
| Package | Downloads |
|---|---|
|
HPD-Agent.Providers.Replicate
Replicate image generation provider for HPD-Agent |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.8-dev.9 | 33 | 9/2/2026 |
| 1.0.8-dev.4 | 100 | 6/16/2026 |
| 1.0.8-dev.3 | 74 | 5/21/2026 |
| 1.0.7 | 292 | 4/30/2026 |
| 1.0.7-dev.117 | 85 | 4/1/2026 |
| 1.0.7-dev.116 | 80 | 3/29/2026 |
| 1.0.7-dev.111 | 187 | 3/28/2026 |
| 1.0.7-dev.110 | 84 | 3/28/2026 |
| 1.0.7-dev.108 | 83 | 3/28/2026 |
| 1.0.7-dev.107 | 85 | 3/28/2026 |
| 1.0.7-dev.105 | 86 | 3/27/2026 |
| 1.0.7-dev.99 | 80 | 3/20/2026 |
| 1.0.7-dev.97 | 79 | 3/20/2026 |
| 1.0.7-dev.96 | 72 | 3/20/2026 |
| 1.0.7-dev.93 | 71 | 3/19/2026 |
| 1.0.7-dev.92 | 78 | 3/19/2026 |
| 1.0.7-dev.91 | 79 | 3/19/2026 |
| 1.0.7-dev.90 | 76 | 3/19/2026 |
| 1.0.7-dev.87 | 72 | 3/19/2026 |
| 1.0.7-dev.86 | 71 | 3/19/2026 |