# Set your API key (Google AI is default)
export GOOGLE_GENERATIVE_AI_API_KEY=your-google-ai-key
# Generate a theme
npx shadcnai theme "neo brutalism theme with pink sunset vibes"# Generate a dark purple theme
npx shadcnai theme "dark theme with purple accents"
# Use OpenAI models
export OPENAI_API_KEY=your-openai-key
npx shadcnai theme "ocean sunset colors" --model gpt-4.1
# Use Anthropic Claude
export ANTHROPIC_API_KEY=your-anthropic-key
npx shadcnai theme "clean matrix movie style" --model claude-3-5-sonnet-20241022
# Use xAI Grok
export XAI_API_KEY=your-xai-key
npx shadcnai theme "cyberpunk neon theme" --model grok-beta
# Control creativity with temperature (0.0-2.0)
npx shadcnai theme "elegant theme" --temperature 0.3 # More focused/consistent
npx shadcnai theme "wild creative theme" --temperature 1.5 # More creative/diverse
# Generate and save without auto-import
npx shadcnai theme "minimalist design" --no-importgemini-2.5-flash(default)gemini-2.0-flashgemini-2.5-flash-litegemini-1.5-flashgemini-1.5-pro
gpt-4.1gpt-4.1-minigpt-4ogpt-4o-mini
claude-3-5-sonnet-20241022claude-3-5-sonnet-20240620claude-3-5-haiku-20241022claude-3-sonnet-20240229claude-3-haiku-20240307
grok-betagrok-2-1212grok-2-vision-1212
deepseek-chatdeepseek-reasoner
mistral-large-latestmistral-small-latestpixtral-large-latest
llama3.1-8bllama3.1-70bllama3.3-70bllama-4-scout-17b-16e-instructllama-4-maverick-17b-128e-instructdeepseek-r1-distill-llama-70bqwen-3-32bqwen-3-235b-a22b
want more models? - create a github issue
packages/shadcnai/- The main CLI package with full documentation
