Continue recentConfig
Continue: model not working due to wrong `provider` field
Model fails to respond / provider not recognized in config.json
- Affected versions
- recent
- Fixed in
- —
- Last verified
- Continue (recent)
Root cause
The `provider` value in config.json doesn't match a supported provider id (e.g. typo, or using the model name where a provider id is expected).
How to reproduce
Set an unsupported/misspelled `provider` in config.json; the model never responds.
Solutions (1)
Ordered by community votes. Always check the verified version before applying.
22
#1Applies to recent
Set `provider` to a valid id from the Continue docs (e.g. `ollama`, `openai`, `anthropic`) and put the model id in the `model` field, not `provider`.
Last verified: Continue (recent) · community