opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Add Unbound as a provider

Open vigneshsubbiah16 opened this issue 4 days ago • 0 comments

Unbound is an AI Gateway that routes to several models across providers (OpenAI, Anthropic, Google, etc). It's already supported by other coding tools like Claude Code, Cursor, Roo Code, Cline, etc.

Adding Unbound would let users access multiple model providers through a single API key while keeping their existing gateway policies.

Implementation:

  • Add Unbound to bundled providers with custom loader
  • Fetch available models dynamically from /models endpoint
  • Support UNBOUND_API_KEY env variable and config options

Docs: https://docs.getunbound.ai

vigneshsubbiah16 avatar Jan 10 '26 08:01 vigneshsubbiah16