/connect to add models from an OpenAI-compatible endpoint. Embedder supports Ollama, LM Studio, vLLM, llama.cpp, and other compatible servers.
If Local models is missing from
/connect, ask your Embedder administrator to enable Local models.Connect a local endpoint
Start the model server
- Ollama
- LM Studio
- vLLM
- llama.cpp
http://localhost:11434/v1 as the base URL.Add the endpoint
Run/connect, choose Local models, and fill in:
Save the endpoint, use Test to check the connection, then choose the model in
/model.
Set the context window
Match the context window to the server configuration. Setting it too high can cause the server to discard older messages before Embedder expects it. For Ollama, also setOLLAMA_CONTEXT_LENGTH before starting ollama serve.
Advanced configuration
/connect stores endpoints in ~/.embedder/local-endpoints.json. Edit this file when you need custom headers, multiple declared models, or other options not shown in the form.
~/.embedder/local-endpoints.json
Endpoint options
Endpoint options
Keep secrets out of the file
Endpoint values support${NAME} and ${NAME:-fallback} environment-variable references:
Pin a local model
An endpoint namedollama with a model named qwen3:32b appears in /model as ollama/qwen3:32b. To select it automatically for a project:
.embedder/models.json
~/.embedder/models.json. A valid main pin is selected when the project opens.
To show only local and subscription models, hide Embedder-hosted models.
Data and privacy
Prompts and responses travel directly between Embedder and your endpoint. The endpoint URL, API key, and custom headers remain in local configuration. Some features still use Embedder cloud services:- Account, team, and project information
- System prompts and capabilities such as web search
- Billing and usage information
- Telemetry unless disabled by policy or
EMBEDDER_NO_TELEMETRY=1
Troubleshooting
Local models is missing from /connect
Local models is missing from /connect
Ask an Embedder administrator to enable Local models, then restart the session.
The connection test fails
The connection test fails
Make sure the server is running, then check the base URL, HTTP or HTTPS setting, and API key.
A model does not appear
A model does not appear
If the server does not support model discovery, enter the exact model ID in the Model field. Then open
/model and select it.The model forgets old turns
The model forgets old turns
Reduce the declared context window to the value enforced by the server. For Ollama, also set
OLLAMA_CONTEXT_LENGTH before starting the server.The server rejects a request field
The server rejects a request field
Add the field name to
dropParams in local-endpoints.json.Connect subscriptions
Connect GitHub Copilot or ChatGPT Codex for inference.

