Skip to content

feat(ollama): add cloud mode support with local/cloud selector#990

Closed
bryanstevensacosta wants to merge 2 commits intoItzCrazyKns:masterfrom
bryanstevensacosta:feature/ollama-cloud
Closed

feat(ollama): add cloud mode support with local/cloud selector#990
bryanstevensacosta wants to merge 2 commits intoItzCrazyKns:masterfrom
bryanstevensacosta:feature/ollama-cloud

Conversation

@bryanstevensacosta
Copy link

@bryanstevensacosta bryanstevensacosta commented Feb 8, 2026

  • Add mode selector (Local/Cloud) in Ollama provider configuration
  • Implement conditional UI fields based on selected mode
  • Add API key authentication support for Ollama Cloud
  • Auto-configure base URL based on mode selection
  • Support for both local Ollama and cloud.ollama.com
  • Improve user experience with clear mode descriptions

Summary by cubic

Add Cloud mode to the Ollama provider with a Local/Cloud selector. This simplifies setup, adds API key auth for Cloud, and auto-handles base URLs. Set OLLAMA_API_KEY for Cloud; OLLAMA_BASE_URL is optional for Local.

  • New Features

    • Mode selector with clear descriptions in Add/Update provider dialogs.
    • Conditional fields and validation: baseURL only for Local; API key only for Cloud.
    • Auto baseURL (ollama.com) and Authorization header for Cloud; sensible defaults for Local.
    • Provider, LLM, and Embedding use mode-aware URLs/headers, including model listing.
  • Bug Fixes

    • Added missing Select import in UpdateProviderDialog to ensure the mode selector renders correctly.

Written for commit 00a13df. Summary will update on new commits.

- Add mode selector (Local/Cloud) in Ollama provider configuration
- Implement conditional UI fields based on selected mode
- Add API key authentication support for Ollama Cloud
- Auto-configure base URL based on mode selection
- Support for both local Ollama and cloud.ollama.com
- Improve user experience with clear mode descriptions
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

@bryanstevensacosta bryanstevensacosta deleted the feature/ollama-cloud branch February 15, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant