cai/docs/providers
Paul Zabalegui 86f55b3a4f feat: Add Ollama Cloud integration with ollama_cloud/ prefix
- Added support for Ollama Cloud models via AsyncOpenAI
- Models use ollama_cloud/ prefix (e.g., ollama_cloud/gpt-oss:120b)
- Reads OLLAMA_API_KEY and OLLAMA_API_BASE for cloud authentication
- Added predefined Ollama Cloud models to /model-show
- Filtered obsolete ollama/*-cloud models from LiteLLM database
- Updated authentication headers in completer, banner, and toolbar
- Added concise English documentation in docs/providers/
- Adapted to new global model cache architecture from #371

Modified files:
- src/cai/sdk/agents/models/openai_chatcompletions.py
- src/cai/repl/commands/model.py (adapted to global cache)
- src/cai/util.py
- src/cai/repl/commands/completer.py
- src/cai/repl/ui/banner.py
- src/cai/repl/ui/toolbar.py
- docs/providers/ollama.md
- docs/providers/ollama_cloud.md

All existing functionality preserved (backward compatible).
2025-12-10 14:32:01 +01:00
..
azure.md docs: Azure OpenAI update; create 'Providers' section in mkdocs.yml and specify configuration for CAI to work correctly (#264) (#273) 2025-09-17 11:17:27 +02:00
lm_studio Create lm_studio (#332) 2025-11-05 19:30:52 +01:00
ollama.md feat: Add Ollama Cloud integration with ollama_cloud/ prefix 2025-12-10 14:32:01 +01:00
ollama_cloud.md feat: Add Ollama Cloud integration with ollama_cloud/ prefix 2025-12-10 14:32:01 +01:00
openrouter.md docs: Azure OpenAI update; create 'Providers' section in mkdocs.yml and specify configuration for CAI to work correctly (#264) (#273) 2025-09-17 11:17:27 +02:00