Echo Providers let you connect Dradis to an AI service of your choice. You can configure cloud-based LLMs — OpenAI’s GPT models, Anthropic’s Claude, Google’s Gemini — or use Ollama for a fully local, private setup. Each provider is a saved connection: a name, an optional API key, an endpoint address, and a default model.
Ollama is a local AI processing framework that lets you run LLMs on your own hardware. No API key is needed. All processing stays on your network — no data is sent to external services.
Install Ollama, then pull a model and start the server:
ollama serve
ollama run qwen2.5:14b
The smaller the model, the faster the responses, but potentially less accurate. Larger models can be slower but should produce higher-quality results.
The RAM requirement is directly tied to the model’s parameter count. Always aim for the recommended amount rather than the minimum for a smoother experience:
In addition to RAM, we recommend at a minimum:
When adding an Ollama provider in Dradis, set the Address field to the URL where Ollama is running (e.g. http://localhost:11434). No API key is required.
The OpenAI provider connects to the standard OpenAI API using a key from your OpenAI account. Only a Name and API Key are required — Dradis uses the standard OpenAI endpoint by default.
You can override the Address field to point at a self-hosted OpenAI-compatible endpoint, such as a local inference server or a company proxy.
The Anthropic provider uses the Anthropic API. Obtain your API key from the Anthropic Console. Only a Name and API Key are required.
The Gemini provider uses the Google Gemini API. Obtain your API key from Google AI Studio. Only a Name and API Key are required.
Navigate to Admin › Configuration › Echo. In the Providers section, click the New Provider dropdown and select the provider type you want to add.
Fill in the fields for the provider type you selected (see the sections above for what each provider requires), then click Add Provider. A success message will confirm the provider has been saved and it will appear in the Providers list.
Click the edit icon next to any provider in the list to update its name, address, or model. If you leave the API key field blank when editing, the existing key is preserved — you only need to enter a new value if you want to rotate it.
Click the delete button next to a provider to remove it.
Next help article: Dradis Echo Prompts →
Last updated by Christoffer Bjørk Pedersen on 2026-06-03
Loading form...
Your email is kept private. We don't do the spam thing.