模型定價企業
500+ AI 模型 API,全部整合在一個 API 中。就在 CometAPI
模型 API
開發者
快速入門說明文件API 儀表板
公司
關於我們企業
資源
AI模型部落格更新日誌支援
服務條款隱私政策
© 2026 CometAPI · All rights reserved
Home/Models/Replicate/ideogram-ai/ideogram-v2
R

ideogram-ai/ideogram-v2

每次請求:$0.096
商業用途
概覽
功能
定價
API

Technical Specifications of ideogram-ai/ideogram-v2

SpecificationDetails
Model IDideogram-ai/ideogram-v2
Provider / familyIdeogram 2.0 image generation model. Ideogram lists Version 2.0 as released on August 21, 2024.
ModalityText-to-image generation, with related V2 support for image editing workflows in Ideogram’s API family.
Input typeNatural-language prompts, with optional controls such as aspect ratio, seed, number of images, and prompt-enhancement options in the Ideogram API ecosystem.
Output typeGenerated images returned as image objects/URLs from the API response. Ideogram notes image links are time-limited and should be downloaded if you need to keep them.
Common controlsSeed for reproducibility, multiple image outputs, negative prompting, rendering speed, and aspect-ratio selection are supported across Ideogram generation APIs; exact exposed parameters may vary by routed endpoint.
Aspect ratios / dimensionsIdeogram documents multiple preset ratios for v2.0, with model-specific default resolutions such as 1:1, 9:16, 16:9, and other portrait/landscape formats.
Editing compatibilityIdeogram’s /edit API documentation states editing is supported for V_2 and V_2_TURBO.
API styleAccessible through CometAPI’s OpenAI-compatible API pattern using a CometAPI API key and base URL override. (cometapi.com)

What is ideogram-ai/ideogram-v2?

ideogram-ai/ideogram-v2 is CometAPI’s platform identifier for the Ideogram 2.0 image model, a text-to-image system from Ideogram designed to generate high-quality visuals from natural-language prompts. Ideogram’s official model documentation positions Version 2.0 as a major generation model in its lineup, sitting between the earlier 1.0 release and later 2a and 3.0 variants.

In practice, this model is suited for developers who want to turn written prompts into polished images for marketing creatives, concept art, posters, product visuals, social content, and other design-heavy workflows. Based on Ideogram’s API docs, the broader V2 family also supports more controllable image workflows such as editing, making it a strong option when you need both generation quality and prompt-driven iteration.

A notable characteristic of Ideogram models is their focus on controllable generation settings, including aspect ratio choices, seed-based reproducibility, render-speed options, and prompt-assistance features. That makes ideogram-ai/ideogram-v2 useful not just for one-off image creation, but also for production pipelines where consistency and repeatability matter.

Main features of ideogram-ai/ideogram-v2

  • High-quality text-to-image generation: The model is built for generating images directly from natural-language prompts, enabling fast creation of illustrations, branded artwork, scenes, and design concepts.
  • Prompt control and repeatability: Ideogram supports seed parameters, which help reproduce or iterate on generations more systematically during experimentation and production use.
  • Flexible aspect ratios: Version 2.0 supports a broad set of preset aspect ratios and resolutions, making it practical for square, portrait, landscape, banner, and mobile-oriented outputs.
  • Multiple-image generation: Ideogram’s API supports requesting more than one image per call, which is useful for prompt exploration, A/B testing, and creative selection workflows.
  • Image editing support in the V2 family: Ideogram’s edit endpoint explicitly supports V_2 and V_2_TURBO, indicating the V2 generation family is suitable for both creating and modifying images.
  • Rendering-speed options: Ideogram documents render-speed controls that trade off speed and detail, helping teams optimize for either rapid iteration or higher-fidelity output.
  • Prompt enhancement options: Ideogram APIs include Magic Prompt controls, which can automatically enrich prompts and improve output quality when desired.
  • Developer-friendly API integration: Through CometAPI, the model can be called using an OpenAI-compatible integration pattern, reducing migration effort for teams already using OpenAI-style clients. (cometapi.com)

How to access and integrate ideogram-ai/ideogram-v2

Step 1: Sign Up for API Key

Sign in to CometAPI and create your API token in the dashboard. CometAPI provides an OpenAI-compatible access pattern, so you can use your CometAPI key as the credential for requests routed to ideogram-ai/ideogram-v2. (cometapi.com)

Step 2: Send Requests to ideogram-ai/ideogram-v2 API

Use CometAPI’s API endpoint, include your API key in the Authorization header, and set the model field to ideogram-ai/ideogram-v2.

curl --request POST \
  --url https://api.cometapi.com/v1/images/generations \
  --header "Authorization: Bearer YOUR_COMETAPI_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "ideogram-ai/ideogram-v2",
    "prompt": "A cinematic product photo of a premium coffee bag on a wooden table, warm morning light, realistic style"
  }'

You can also use an OpenAI-compatible client by pointing the base URL to CometAPI and passing ideogram-ai/ideogram-v2 as the model identifier. CometAPI documents this base-URL override pattern for compatible integrations. (cometapi.com)

Step 3: Retrieve and Verify Results

Parse the JSON response and extract the generated image URL or returned image data. Because Ideogram documents that image links may only be available for a limited time, download or persist the results promptly if you need long-term access. Then verify the output for prompt alignment, visual quality, aspect ratio, and any text-rendering requirements in your application flow.

ideogram-ai/ideogram-v2 的定價

探索 ideogram-ai/ideogram-v2 的競爭性定價,專為滿足各種預算和使用需求而設計。我們靈活的方案確保您只需為實際使用量付費,讓您能夠隨著需求增長輕鬆擴展。了解 ideogram-ai/ideogram-v2 如何在保持成本可控的同時提升您的專案效果。
彗星價格 (USD / M Tokens)官方價格 (USD / M Tokens)折扣
每次請求:$0.096
每次請求:$0.12
-20%

ideogram-ai/ideogram-v2 的範例程式碼和 API

存取完整的範例程式碼和 API 資源,以簡化您的 ideogram-ai/ideogram-v2 整合流程。我們詳盡的文件提供逐步指引,協助您在專案中充分發揮 ideogram-ai/ideogram-v2 的潛力。