🚀 ULTIMATE V1 लाइव है! ✦ Discord पर हजारों डेवलपर्स से जुड़ें ✦ दुनिया का सबसे बेहतर Unreal Engine 5 Copilot ✦ 1050+ नेटिव टूल ✦ 95% UE5 कोर कवरेज ✦ हमेशा के लिए अपना ✦
✨ ULTIMATE V1 - AI गेम डेव में सबसे बड़ी छलांग ✦ 1050+ नेटिव टूल ✦ कोई मासिक सदस्यता नहीं ✦ 100% गोपनीयता के लिए स्थानीय LLM चलाएं ✦ पूरा सोर्स कोड शामिल ✦ नया क्या है देखने के लिए क्लिक करें ✦
ULTIMATE V1 आ गया है!

अब तक का सबसे बड़ा अपडेट - 1050+ नेटिव टूल, पूर्ण प्रोजेक्ट इंटेलिजेंस, और AI Unreal Insights। UE5 कोर का 95% कवरेज। कोई सदस्यता नहीं, पूरा सोर्स कोड, हमेशा के लिए अपना।

AI Providers

AI Providers

V1 Documentation - Under Heavy Rework. Some sections may be incomplete. For the latest info, check the FAB listing or Discord.

The plugin supports three provider modes, accessible from the Settings > AI Models tab.

Provider Modes

Free Mode

Two built-in free-tier slots with real AI models. No API key required, no setup needed. Just open the plugin and start prompting. See Free Tier for details.

AI Agent Mode

Run CLI-based AI agents directly inside the editor. Each agent runs as a background process with full access to all plugin tools via MCP. Supported agents:

  • Claude Code (Anthropic)
  • Codex (OpenAI)
  • GitHub Copilot
  • Gemini CLI (Google)

See AI Agents for setup instructions.

API Key / Local LLM Mode

Connect directly to cloud AI providers or local inference servers using your own API keys.

Supported Cloud Providers

ProviderModelsHow to Get a Key
GeminiGemini Flash, ProGoogle AI Studio
OpenAIGPT-4, GPT-4o, o1, o3OpenAI Platform
ClaudeSonnet, Opus, HaikuAnthropic Console
DeepSeekDeepSeek ChatDeepSeek Platform
CustomAny modelAny OpenAI-compatible endpoint

Local LLM Support

Use any OpenAI-compatible local server. See Local LLM Setup.

API Key Slots

The plugin provides 9 independent API key slots. Each slot stores:

  • Provider selection (Gemini, OpenAI, Claude, DeepSeek, Custom)
  • API key
  • Model name
  • Custom base URL (for Custom provider)
  • Custom request parameters (JSON)

Switching Slots

  • Click the numbered slot buttons (1-9) in Settings > AI Models
  • Hotkey switching: Press Left ALT + 1 through ALT + 9 to switch slots instantly from any view
  • The active slot is shown with a colored indicator

Custom Provider Setup

For custom/local endpoints:

  1. Select “Custom” from the Provider dropdown
  2. Enter the Base URL (e.g., http://localhost:11434/v1/chat/completions)
  3. Enter the Model Name (e.g., llama3.1)
  4. API Key is optional for local servers
  5. Custom Request Params (JSON) lets you add extra fields like {"temperature": 0.7, "max_tokens": 16384}

OpenRouter

OpenRouter gives you access to hundreds of models through a single API key:

  1. Select “Custom” provider
  2. Base URL: https://openrouter.ai/api/v1/chat/completions
  3. Enter your OpenRouter API key
  4. Model Name: any model from OpenRouter Models (e.g., anthropic/claude-sonnet-4)
Live