General rules
| Protocol family | Base URL | Suitable for |
|---|---|---|
| OpenAI-compatible | https://dimilinks.com/v1 | GPT, other compatible models, and Claude through the OpenAI protocol |
| Native Anthropic | https://api-direct.dimilinks.com/ | Anthropic SDK and Claude Code style clients |
VS Code · Continue
Continue can connect themodels field in ~/.continue/config.json directly to the OpenAI-compatible endpoint.
provider: "anthropic" makes Continue use the native Anthropic protocol, so pair it with the api-direct domain.
VS Code · Roo Cline / Cline
Add a custom provider:| Field | Value |
|---|---|
| Provider | OpenAI Compatible |
| Base URL | https://dimilinks.com/v1 |
| API Key | DimiLinks Bearer |
| Model ID | For example, claude-sonnet-5 or gpt-5.5 |
Anthropic as the Provider and change Base URL to https://api-direct.dimilinks.com/; leave the other values unchanged.
Cursor
Open Cursor → Settings → Models → “OpenAI API Key”:- API Base URL:
https://dimilinks.com/v1 - API Key: DimiLinks Bearer
- Under “Override OpenAI Models,” add the model IDs you want to use, such as
gpt-5.5orclaude-sonnet-5.
Zed
In~/.config/zed/settings.json:
OPENAI_API_KEY environment variable.
JetBrains AI Assistant / Junie
JetBrains products currently depend on the official gateway and do not expose direct base URL configuration. We recommend embedding DimiLinks in the IDE through Cherry Studio or Continue, bypassing the JetBrains gateway.Open WebUI / LobeChat / NextChat and similar clients
These self-hosted frontends generally include an OpenAI-compatible provider. Configure it as follows:- API URL:
https://dimilinks.com/v1 - API Key: DimiLinks Bearer
- Model: for example,
claude-sonnet-5,gpt-5.5, orqwen3.7-max
https://api-direct.dimilinks.com/.
Troubleshooting
- Entered
https://dimilinks.com/without/v1: OpenAI-compatible clients return404; append/v1. - Using a Claude model through the OpenAI protocol: This is supported, but some advanced capabilities, including Tool Use and thinking modes, are available only through the native Anthropic protocol. Switch to an Anthropic provider when you need them.
- HTTPS certificate error: Trust standard CA certificates at the operating-system level. DimiLinks does not require an additional private certificate.
- Large-file context / vision: Capabilities vary by model. Use List models to inspect
input_modalitiesandoutput_modalitiesfirst.