-
Notifications
You must be signed in to change notification settings - Fork 73
[Provider]: Opencode Zen / GO #456
Copy link
Copy link
Open
Labels
area: llm-providerLLM clients, provider adapters, auth, and model compatibilityLLM clients, provider adapters, auth, and model compatibilityneeds product decisionNeeds maintainer direction before implementationNeeds maintainer direction before implementationtype: featureA new capability or user-facing feature requestA new capability or user-facing feature request
Description
Activity
Metadata
Metadata
Assignees
Labels
area: llm-providerLLM clients, provider adapters, auth, and model compatibilityLLM clients, provider adapters, auth, and model compatibilityneeds product decisionNeeds maintainer direction before implementationNeeds maintainer direction before implementationtype: featureA new capability or user-facing feature requestA new capability or user-facing feature request
Provider name
Opencode Zen / GO
API compatibility
OpenAI-compatible
Provider documentation
There should only be 2 things missing:
See: https://opencode.ai/docs/go/#where-can-i-use-it
Opencode models work with different API's depending on the model (OpenAI compatible, Responses API or Anthropic compatible) see https://opencode.ai/docs/go/#endpoints
Matching the original providers' endpoints
Models and capabilities
Should match the original provider's version in capabilities. Ex. deepseek-v4-flash doesn't support images, gpt-5.6-luna does.
Authentication and base URL
simple URL + API-key authentication on https://opencode.ai/zen/go
Privacy check