# Provider mode: popi exposes only Popi Models in product UI. Set both to multi for legacy provider testing. PROVIDER_MODE=popi NEXT_PUBLIC_PROVIDER_MODE=popi # Popi Models gateway NEWAPIWG_BASE_URL=https://llmapitest.popi.art/v1 NEWAPIWG_API_KEY=your_newapiwg_api_key_here # Set true to log image/video generation gateway parameters without sending the generation request. SKIP_GENERATION_GATEWAY=false # Set false to hide upload controls on smart nodes while they are in generate mode. SMART_GENERATE_UPLOAD_ENABLED=true # Test server deployment NEXT_PUBLIC_APP_URL=https://wwwtestcanvas.popi.art POPIART_API_BASE_URL=https://wwwtest.popi.art HOSTNAME=0.0.0.0 PORT=3000 # Legacy provider keys (used only when PROVIDER_MODE=multi and NEXT_PUBLIC_PROVIDER_MODE=multi) # Google Gemini API Key # Get your API key from: https://aistudio.google.com/ GEMINI_API_KEY=your_gemini_api_key_here # OpenAI API Key (Optional legacy provider) # Get your API key from: https://platform.openai.com/api-keys OPENAI_API_KEY=your_openai_api_key_here # Anthropic API Key (Optional - only needed if using Anthropic Claude LLM provider) # Get your API key from: https://console.anthropic.com/settings/keys ANTHROPIC_API_KEY=your_anthropic_api_key_here # Replicate API Key (Optional - only needed if using Replicate models) # Get your API key from: https://replicate.com/account/api-tokens REPLICATE_API_KEY=your_replicate_api_key_here # fal.ai API Key (Optional - only needed if using fal.ai models) # Get your API key from: https://fal.ai/dashboard/keys FAL_API_KEY=your_fal_api_key_here # Kie.ai API Key (Optional - only needed if using Kie.ai models like Sora, Veo, Kling) # Get your API key from: https://kie.ai/ KIE_API_KEY=your_kie_api_key_here # WaveSpeed API Key (Optional - only needed if using WaveSpeed models) # Get your API key from: https://wavespeed.ai/ WAVESPEED_API_KEY=your_wavespeed_api_key_here