Reve 0.0.0-dev
See the version list below for details.
dotnet add package Reve --version 0.0.0-dev
NuGet\Install-Package Reve -Version 0.0.0-dev
<PackageReference Include="Reve" Version="0.0.0-dev" />
<PackageVersion Include="Reve" Version="0.0.0-dev" />
<PackageReference Include="Reve" />
paket add Reve --version 0.0.0-dev
#r "nuget: Reve, 0.0.0-dev"
#:package Reve@0.0.0-dev
#addin nuget:?package=Reve&version=0.0.0-dev&prerelease
#tool nuget:?package=Reve&version=0.0.0-dev&prerelease
<div class="docs-hero"> <h1>Reve</h1> <p class="docs-hero-lead">Modern .NET SDK for Reve generated from the provider's OpenAPI definition with AutoSDK.</p> <div class="docs-badge-row"> <a href="https://www.nuget.org/packages/Reve/"><img alt="Nuget package" src="https://img.shields.io/nuget/vpre/Reve"></a> <a href="https://github.com/tryAGI/Reve/actions/workflows/dotnet.yml"><img alt="dotnet" src="https://github.com/tryAGI/Reve/actions/workflows/dotnet.yml/badge.svg?branch=main"></a> <a href="https://github.com/tryAGI/Reve/blob/main/LICENSE.txt"><img alt="License: MIT" src="https://img.shields.io/github/license/tryAGI/Reve"></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 from the source spec</h3> <p>Built from <a href="src/libs/Reve/openapi.yaml">Reve's OpenAPI definition</a> so the SDK stays close to the upstream API surface.</p> </div> <div class="docs-feature-card"> <h3>Auto-updated</h3> <p>Designed for fast regeneration and low-friction updates when the upstream API changes without breaking compatibility.</p> </div> <div class="docs-feature-card"> <h3>Modern .NET</h3> <p>Targets current .NET practices including nullability, trimming, NativeAOT awareness, and source-generated serialization.</p> </div> <div class="docs-feature-card"> <h3>Docs from examples</h3> <p>Examples stay in sync between the README, MkDocs site, and integration tests through the AutoSDK docs pipeline.</p> </div> </div>
Usage
using Reve;
using var client = new ReveClient(apiKey);
Create image
Generate an image from a text prompt.
using var client = new ReveClient(apiKey);
var image = await client.CreateImageAsync(new CreateImageRequest
{
Prompt = "A crisp product photo of a matte white ceramic espresso cup on a walnut table.",
AspectRatio = AspectRatio.x1_1,
Version = "latest",
TestTimeScaling = 1,
});
Get balance
Check the current Reve credit balance.
using var client = new ReveClient(apiKey);
var balance = await client.GetBalanceAsync();
Support
<div class="docs-card-grid"> <div class="docs-card"> <h3>Bugs</h3> <p>Open an issue in <a href="https://github.com/tryAGI/Reve/issues">tryAGI/Reve</a>.</p> </div> <div class="docs-card"> <h3>Ideas and questions</h3> <p>Use <a href="https://github.com/tryAGI/Reve/discussions">GitHub Discussions</a> for design questions and usage help.</p> </div> <div class="docs-card"> <h3>Community</h3> <p>Join the <a href="https://discord.gg/Ca2xhfBf3v">tryAGI Discord</a> for broader discussion across SDKs.</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
- 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.1-dev.37 | 0 | 9/21/2026 |
| 1.0.1-dev.36 | 0 | 9/21/2026 |
| 1.0.1-dev.35 | 46 | 9/14/2026 |
| 1.0.1-dev.34 | 47 | 9/14/2026 |
| 1.0.1-dev.33 | 69 | 9/7/2026 |
| 1.0.1-dev.32 | 65 | 9/7/2026 |
| 1.0.1-dev.31 | 111 | 9/2/2026 |
| 1.0.1-dev.30 | 65 | 8/31/2026 |
| 1.0.1-dev.29 | 60 | 8/31/2026 |
| 1.0.0 | 108 | 6/23/2026 |
| 0.0.0-dev.8 | 79 | 6/16/2026 |
| 0.0.0-dev.5 | 70 | 6/11/2026 |
| 0.0.0-dev.4 | 70 | 6/11/2026 |
| 0.0.0-dev.2 | 79 | 5/21/2026 |
| 0.0.0-dev | 64 | 5/4/2026 |