ideogram-cost-tuning
Installation
SKILL.md
Ideogram Cost Tuning
Overview
Reduce Ideogram AI image generation costs by optimizing credit usage per generation, choosing appropriate model quality, and implementing generation caching. Ideogram uses credit-based pricing where each generation costs credits based on model version (V_2 vs V_2_TURBO) and quality settings.
Prerequisites
- Ideogram API account with credit balance visibility
- Understanding of model differences (V_2 vs V_2_TURBO)
- Image storage for caching generated outputs
Instructions
Step 1: Use the Right Model for the Right Phase
# Model selection by workflow phase
draft_iteration:
model: V_2_TURBO
quality: standard
use_for: "Exploring concepts, testing prompts, quick previews"
cost: "~1 credit per generation"