JetBrains IDEs
Configure JetBrains AI tools or compatible plugins with a custom OpenAI endpoint.
Configuration
- Open the AI provider settings in the IDE or plugin.
- Choose OpenAI-compatible or custom OpenAI provider.
- Set
Endpointtohttps://api.prismaticapi.com/v1. - Set
Modelto a public model ID from the dashboard or/v1/models.
Example
JetBrains
Provider: OpenAI Compatible Endpoint: https://api.prismaticapi.com/v1 API key: pa_YOUR_KEY Model: claude-sonnet-4-6
Recommended models
claude-sonnet-4-6— strong model for reasoning, refactors and coding agents.claude-haiku-4-5— fast option for autocomplete, small questions and lightweight tasks.deepseek-v3-2or another public ID — alternative based on your active catalog and plan.
Troubleshooting
Authentication error
Check that the API key has no extra spaces and has not been revoked in the dashboard.
Model rejected
Use a public model ID returned by GET /v1/models; do not use labels or aliases.
Connection issue
Confirm the configured base URL is exactly the one shown above and that your network allows HTTPS to api.prismaticapi.com.
Notes
- Some JetBrains plugins name the endpoint field
Base URLinstead ofEndpoint. - Restart the IDE if the provider cache does not refresh immediately.