Limyrx Studio IDE

Providers, Models & Agents

Limyrx Studio IDE works with any LLM provider that OpenCode supports. Configure providers, select models, and manage agent behavior from Settings.

Supported Providers

ProviderModelsAPI Key Required
AnthropicClaude 3.5 Sonnet, Claude 3 Opus, Claude 3 HaikuYes
OpenAIGPT-4o, GPT-4o-mini, o1, o3Yes
GoogleGemini 2.0 Flash, Gemini 1.5 ProYes
AWS BedrockClaude models via AWSAWS credentials
Azure OpenAIGPT-4o, GPT-4o-miniAzure endpoint + key
OpenRouterAll available modelsYes

Adding a Provider

Go to Settings > Providers and click Add Provider. Select the provider from the list, enter your API key, and optionally set a custom base URL for self-hosted or proxy endpoints.

Model Selection

Each provider can have multiple models configured. Set a default model per provider and override per project if needed. Models are ranked by capability and cost:

  • Sonnet/4o - best balance of speed and quality
  • Opus/o1 - maximum reasoning, slower
  • Haiku/mini - fastest, good for simple tasks

Agents

Limyrx Studio IDE supports multiple agent architectures:

  • OpenCode Agent - the default general-purpose coding agent
  • Planner Agent - plans before executing
  • Custom Agents - defined in your .opencode.jsonc

See Also