AI Providers
BlueprintForge supports 10 AI providers across LLM, image, 3D, audio generation, and observability. Configure multiple providers and the AI Router selects the best one for each task.
LLM Providers
Used for chat, code generation, project planning, and natural language commands.
Claude (Anthropic)
Advanced reasoning and code generation. Supports long context windows and tool use. Recommended for complex Blueprint/C# generation tasks.
API Key: console.anthropic.com
Gemini (Google)
Multimodal capabilities with vision support. Good for tasks that involve analyzing screenshots or visual references.
API Key: aistudio.google.com
OpenRouter
Meta-provider that routes to many models (GPT-4o, Claude, Llama, Mistral, etc.) with a single API key. Easiest way to get started.
API Key: openrouter.ai
Image & Texture Generation
Generate concept art, UI elements, textures, and sprite sheets directly imported into your project.
DALL-E (OpenAI)
High-quality image generation with style control. Supports various sizes and quality presets.
API Key: platform.openai.com (same key as OpenAI LLM)
Stable Diffusion (Stability AI)
Versatile image generation with fine control over style, negative prompts, and sampling parameters. Supports seamless tileable textures with normal/roughness/metallic maps.
API Key: platform.stability.ai
3D Mesh Generation
Generate 3D models from text descriptions. Models are automatically imported as GLB or FBX assets.
Meshy
Text-to-3D and image-to-3D mesh generation. Asynchronous task system with progress polling. Supports multiple art styles and topology preferences.
API Key: meshy.ai
Hyper3D
Fast 3D generation with clean topology. Good for game-ready assets that need minimal cleanup.
API Key: hyper3d.ai
Audio Generation
Generate voice dialogue, music tracks, and sound effects as audio assets.
ElevenLabs
Neural voice synthesis for dialogue and narration. Supports voice cloning, multiple languages, and emotional expression. Also used as a TTS provider.
API Key: elevenlabs.io
Suno
AI music and sound effect generation. Create background music, ambient soundscapes, and sound effects from text descriptions.
API Key: suno.com
Observability
Monitor LLM usage, costs, latency, and request quality across all providers.
Helicone
Open-source LLM observability proxy. Automatically logs every AI request with cost tracking, latency metrics, and token analytics. Routes through Helicone's gateway for zero-code monitoring of Claude, OpenAI, and OpenRouter calls.
API Key: helicone.ai — Free tier: 10,000 requests/month
Blender MCP
Connect to a running Blender instance for bidirectional model exchange. Execute Blender Python commands, create and modify meshes, and import/export models between Blender and your game engine.
Requires the BlueprintForge Blender addon installed in Blender. No API key needed — communicates over localhost.
Configuration
API keys are configured in the Settings window under the API Keys tab. Keys are stored locally in your project's Saved/MCPFactory/settings.json file and are never transmitted to BlueprintForge servers.
The AI Router automatically selects the appropriate provider for each task type. You can override this by specifying a provider in your chat command or in the tool parameters.