GoModel registers Ollama throughDocumentation Index
Fetch the complete documentation index at: https://gomodel.enterpilot.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
OLLAMA_BASE_URL. To run multiple Ollama
instances behind one gateway, use suffixed env vars.
Configure
OLLAMA_A_BASE_URL registers provider ollama-a; OLLAMA_B_BASE_URL
registers ollama-b. Use different ports or hostnames per instance.
Run GoModel
Route to a specific backend
GET /v1/models returns provider-qualified IDs such as ollama-a/llama3.2
and ollama-b/llama3.2. A bare model name is routed to whichever provider
exposes it first by registration order — use the qualified form to pick
explicitly.
When YAML still helps
Reach forconfig.yaml only when generated names like ollama-a are not
enough, or when you want per-provider resilience overrides: