Skip to main content

JetBrains AI Assistant with mittwald

JetBrains AI Assistant supports OpenAI-compatible endpoints via Bring Your Own Key (BYOK). This works with all JetBrains IDEs including IntelliJ IDEA, PHPStorm, WebStorm, PyCharm, and more.

Prerequisites

Configuration

  1. Open Settings | Tools | AI Assistant | Models & API keys
  2. Under "Third-party AI providers", select OpenAI-compatible
  3. Enter your configuration:
    • API Key: Your mittwald LLM API key
    • Endpoint URL: https://llm.aihosting.mittwald.de/v1
  4. Test the connection
  5. (Optional) Enable "Tool calling" if the model should use MCP tools

Model Selection

Select Ministral-3-14B-Instruct-2512 from the model dropdown. This model supports:

  • Code generation and completion
  • Chat and documentation
  • Vision capabilities
  • Tool use and agentic workflows

Note on JetBrains AI Subscription

Some AI Assistant features may require a JetBrains AI subscription even when using third-party providers like mittwald. Check JetBrains documentation for current subscription requirements.

Alternative: Continue Plugin

If you prefer a different integration, you can also use the Continue plugin which works with JetBrains IDEs and is fully open source.

Next Steps