Dall E 2
openai/dall-e-2Generate images with Dall E 2 through our secure API. Prompt text is PII-scanned before reaching the model.
by OpenAI (Closed Source)
OpenAI's DALL-E is one of the most recognized AI image generation models. Compare DALL-E API pricing and DALL-E 3 cost per image. DALL-E 3 offers strong prompt understanding and can generate images with text, complex scenes, and artistic styles.
Every DALL-E request is scanned for 28+ PII entity types — SSNs, credit cards, emails, API keys, and more — before it reaches any provider.
Simple flat-fee pricing per generated image. No token math. 30% managed markup / 0% on Pro BYOK.
Change two lines in your OpenAI SDK — base_url and api_key — and every request flows through ModelGate. Full backward compatibility.
Per-request logging of token counts, latency, DLP violations, and cost. Never wonder what your AI spend is again.
openai/dall-e-2Generate images with Dall E 2 through our secure API. Prompt text is PII-scanned before reaching the model.
openai/dall-e-3Generate images with Dall E 3 through our secure API. Prompt text is PII-scanned before reaching the model.
openai/dall-e-3-hdGenerate images with Dall E 3 Hd through our secure API. Prompt text is PII-scanned before reaching the model.
Flat per-image pricing. Managed Mode adds a 30% managed markup. Pro BYOK = 0% markup.
| Model | Price / Image | Tier | Provider Key |
|---|---|---|---|
Dall E 2 | $0.02 | Closed | openai/dall-e-2 |
Dall E 3 | $0.08 | Closed | openai/dall-e-3 |
Dall E 3 Hd | $0.12 | Closed | openai/dall-e-3-hd |
What you get at each pricing tier. Hub adds security, governance, and multi-provider routing on top of raw API access.
| Mode | What You Pay | PII Redaction | Budget Caps | Routing | Audit Trail |
|---|---|---|---|---|---|
| Direct to OpenAI | Provider pricing only | None | None | Manual | None |
| Hub — Managed Mode | Provider + 30% markup | 28+ PII types | Per-key hard caps | Smart Router | Full compliance log |
| Hub — Pro BYOK ($29/mo) | Direct to provider (0% markup) | 28+ PII types | Per-key hard caps | Smart Router | Full compliance log |
Content creation for marketing and social media
Product visualization and concept art
Enterprise image generation with content safety requirements
from openai import OpenAI
client = OpenAI(
base_url="https://api.aimodelgate.ai/v1",
api_key="your_hub_api_key"
)
# Use any model ID from the pricing table above
response = client.images.generate(
model="openai/dall-e-2",
prompt="A sunset over a calm ocean",
n=1,
size="1024x1024"
)Use any model ID from the pricing table above. Works with the standard OpenAI SDK images endpoint. Prompt text is PII-scanned before reaching OpenAI (Closed Source).
Get started with 1,000,000 free credits. Every DALL-E request is PII-scanned, cost-optimized, and fully logged — zero configuration.
Not ready yet? Get notified about DALL-E updates:
Meta's open-weights Llama family is the most widely deployed open-source LLM series. Compare Llama API pricing across Gr…
OpenAI's GPT family powers the majority of commercial AI applications. Compare GPT-4 API cost and OpenAI API pricing acr…
Google's Gemini family offers powerful multimodal capabilities with large context windows. Compare Gemini API pricing an…
Anthropic's Claude family is built with safety and reliability at its core. Compare Claude API pricing and Claude Sonnet…
DeepSeek has rapidly risen as a leading open-source model family, known for exceptional coding performance and cost effi…
Model registry last updated: . Pricing shown is the lowest available rate across providers (per image, USD). Actual pricing depends on provider and plan.