Summary
PR #12046 added a significant new feature: dynamic model fetching for all providers. Users can now refresh and fetch available models from providers using their API keys.
Documentation Needed
Create documentation covering:
- How to use dynamic model fetching: Explain the refresh button in the Add Model form that appears after entering an API key
- Supported providers: List providers that support dynamic model fetching (Ollama, OpenRouter, Anthropic, Gemini, OpenAI-compatible)
- What gets persisted: Document that contextLength, maxTokens, and capabilities (tool_use, image_input) are saved to config.yaml when adding a model
- Auto-loading behavior: Explain that Ollama and OpenRouter models are auto-loaded on open
User-facing changes
- Refresh icon appears in Add Model form once an API key is entered
- Dynamically fetched models show in "Additional models" section
- Model capabilities are auto-detected and saved
Related PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com
Summary
PR #12046 added a significant new feature: dynamic model fetching for all providers. Users can now refresh and fetch available models from providers using their API keys.
Documentation Needed
Create documentation covering:
User-facing changes
Related PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com