[PR #4812] feat: add Ollama Cloud provider support #11126

Open
opened 2026-02-16 18:15:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4812

State: open
Merged: No


Add support for authenticating and using Ollama Cloud with OpenCode. Users can now:

  • Run 'opencode auth login' and select 'Ollama Cloud' directly
  • Get prompted with steps to retrieve their API key from ollama.com
  • Configure and use Ollama Cloud models through the standard provider system

Changes:

  • Add 'ollama-cloud' as a built-in provider option in auth login flow
  • Add Ollama Cloud to provider priority list with helpful setup instructions
  • Create custom loader for ollama-cloud provider with API endpoint configuration
  • Dynamically register ollama-cloud provider so it appears in model selection

This completes the Ollama Cloud integration started in #4693 with documentation.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4812 **State:** open **Merged:** No --- Add support for authenticating and using Ollama Cloud with OpenCode. Users can now: - Run 'opencode auth login' and select 'Ollama Cloud' directly - Get prompted with steps to retrieve their API key from ollama.com - Configure and use Ollama Cloud models through the standard provider system Changes: - Add 'ollama-cloud' as a built-in provider option in auth login flow - Add Ollama Cloud to provider priority list with helpful setup instructions - Create custom loader for ollama-cloud provider with API endpoint configuration - Dynamically register ollama-cloud provider so it appears in model selection This completes the Ollama Cloud integration started in #4693 with documentation.
yindo added the pull-request label 2026-02-16 18:15:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11126