Skip to content

Cloud AI Providers

RTILA X supports cloud AI providers for when you need more powerful models or don’t want to run models locally.

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

  1. Go to PreferencesAI Assistant tab.
  2. Set AI Provider to OpenRouter.
  3. Enter your OpenRouter API key in the API Key field.
  4. Choose a model from the dropdown or enter a custom model name.

OpenRouter settings showing API key field and model dropdown

  1. Go to openrouter.ai/keys.
  2. Sign up or log in.
  3. Click Create Key.
  4. Copy the key and paste it into RTILA X.

Popular models available through OpenRouter:

Model Description
google/gemini-3.1-flash-lite-preview Fast, lightweight (default)
google/gemini-3-flash-preview Fast with good quality
google/gemini-2.5-flash Balanced speed and quality
google/gemini-2.5-flash-lite Very fast
anthropic/claude-sonnet-4.5 High quality
x-ai/grok-4.1-fast Fast with reasoning
moonshotai/kimi-k2.5 Good for long context
minimax/minimax-m2.5 Efficient
z-ai/glm-5 Open-source option
arcee-ai/trinity-large-preview:free Free tier option

You can enter any OpenRouter model name in the model field, even if it’s not in the dropdown. Use the Verify button to check if a model name is valid.

For self-hosted models (e.g., Ollama, LM Studio, vLLM):

  1. Set AI Provider to Custom Provider.
  2. Enter the API Base URL (e.g., http://localhost:11434/v1).
  3. Enter an API Key (optional for local servers).
  4. Enter the Model Name (e.g., llama3.1).

Custom Provider settings showing Base URL, API Key, and Model Name fields

Server Base URL
Ollama http://localhost:11434/v1
LM Studio http://localhost:1234/v1
vLLM http://localhost:8000/v1
text-generation-webui http://localhost:5000/v1

When using cloud providers or custom models, RTILA X automatically enables RAG (Retrieval-Augmented Generation). This allows the AI to search a local knowledge base for relevant training data.

See RAG Knowledge Base for details.