Ideogram 1.0.2-dev.158

This is a prerelease version of Ideogram.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Ideogram --version 1.0.2-dev.158
                    
NuGet\Install-Package Ideogram -Version 1.0.2-dev.158
                    
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.158" />
                    
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.158" />
                    
Directory.Packages.props
<PackageReference Include="Ideogram" />
                    
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 Ideogram --version 1.0.2-dev.158
                    
#r "nuget: Ideogram, 1.0.2-dev.158"
                    
#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.158
                    
#: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.158&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ideogram&version=1.0.2-dev.158&prerelease
                    
Install as a Cake Tool

Ideogram

Nuget package dotnet License: MIT Discord

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

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.
  • 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.172 31 4/1/2026
1.0.2-dev.170 40 3/29/2026
1.0.2-dev.167 131 3/28/2026
1.0.2-dev.165 43 3/28/2026
1.0.2-dev.161 43 3/28/2026
1.0.2-dev.160 42 3/28/2026
1.0.2-dev.158 40 3/27/2026
1.0.2-dev.156 34 3/27/2026
1.0.2-dev.151 41 3/20/2026
1.0.2-dev.148 38 3/20/2026
1.0.2-dev.147 38 3/20/2026
1.0.2-dev.146 35 3/20/2026
1.0.2-dev.145 31 3/20/2026
1.0.2-dev.143 38 3/20/2026
1.0.2-dev.141 32 3/19/2026
1.0.2-dev.140 35 3/19/2026
1.0.2-dev.139 36 3/19/2026
1.0.2-dev.137 36 3/19/2026
1.0.2-dev.135 33 3/19/2026
1.0.1 1,208 9/22/2024
Loading failed