Ideogram 1.0.2-dev.108
This is a prerelease version of Ideogram.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Ideogram --version 1.0.2-dev.108
NuGet\Install-Package Ideogram -Version 1.0.2-dev.108
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="Ideogram" Version="1.0.2-dev.108" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ideogram" Version="1.0.2-dev.108" />
<PackageReference Include="Ideogram" />
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 Ideogram --version 1.0.2-dev.108
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ideogram, 1.0.2-dev.108"
#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 Ideogram@1.0.2-dev.108
#: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=Ideogram&version=1.0.2-dev.108&prerelease
#tool nuget:?package=Ideogram&version=1.0.2-dev.108&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ideogram
Features 🔥
- Fully generated C# SDK based on official Ideogram OpenAPI specification using AutoSDK
- 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
Usage
using Ideogram;
using var api = new IdeogramClient(apiKey);
GenerateImageResponse image = await api.Generate.PostGenerateImageAsync(new ImageRequest
{
Prompt = "A beautiful sunset",
AspectRatio = AspectRatio.ASPECT169,
Seed = Random.Shared.Next(),
StyleType = StyleType.REALISTIC,
Resolution = Resolution.x1024768,
});
Console.WriteLine($"Generated image: {image.Data[0].Url}");
image.Data[0].Url.Should().NotBeNullOrEmpty();
Support
Priority place for bugs: https://github.com/tryAGI/Ideogram/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Ideogram/discussions
Discord: https://discord.gg/Ca2xhfBf3v
Acknowledgments
This project is supported by JetBrains through the Open Source Support Program.
This project is supported by CodeRabbit 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
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.2-dev.112 | 0 | 3/11/2026 |
| 1.0.2-dev.111 | 0 | 3/11/2026 |
| 1.0.2-dev.108 | 33 | 3/9/2026 |
| 1.0.2-dev.107 | 31 | 3/9/2026 |
| 1.0.1 | 1,130 | 9/22/2024 |
| 1.0.1-dev.3 | 167 | 9/14/2024 |
| 1.0.1-dev.2 | 115 | 9/14/2024 |
| 1.0.0 | 189 | 9/14/2024 |