Summary
Request to add OpenCode Go as a built-in LLM provider option in Craft Agents.
What is OpenCode Go?
OpenCode Go is an OpenAI-compatible API endpoint that provides access to a curated set of coding-agent models (DeepSeek, GPT, Claude, Gemini, etc.) optimized for code generation and agent orchestration tasks.
Provider Details
| Field |
Value |
| Name |
OpenCode Go |
| Type |
OpenAI-compatible |
| Endpoint |
https://opencode.ai/zen/go/v1 |
| API |
/chat/completions (OpenAI-compatible) |
| Auth |
API Key (Bearer token) |
| Website |
https://opencode.ai/docs/providers/ |
Why this would be valuable
- Coding-agent optimized models: Models are pre-selected and benchmarked for coding agent tasks
- OpenAI-compatible: Minimal integration effort — uses the standard
/v1/chat/completions endpoint
- Subscription-based: Access models through an OpenCode subscription
- Multi-model access: Access to low-cost open models through a single endpoint
How to use it manually today
Users can already configure it as a Custom provider with:
- Base URL:
https://opencode.ai/zen/go/v1
- API Key: User-provided OpenCode API key
- Models:
deepseek-v4-pro, kimi-k2.6, etc.
Request
Add OpenCode Go as a first-class provider option in the connection setup UI (similar to how OpenRouter, Ollama, and other third-party providers are listed), with:
- Pre-configured base URL (
https://opencode.ai/zen/go/v1)
- Built-in model discovery/suggestions
- Auth flow for API key input
References
Summary
Request to add OpenCode Go as a built-in LLM provider option in Craft Agents.
What is OpenCode Go?
OpenCode Go is an OpenAI-compatible API endpoint that provides access to a curated set of coding-agent models (DeepSeek, GPT, Claude, Gemini, etc.) optimized for code generation and agent orchestration tasks.
Provider Details
https://opencode.ai/zen/go/v1/chat/completions(OpenAI-compatible)Why this would be valuable
/v1/chat/completionsendpointHow to use it manually today
Users can already configure it as a Custom provider with:
https://opencode.ai/zen/go/v1deepseek-v4-pro,kimi-k2.6, etc.Request
Add OpenCode Go as a first-class provider option in the connection setup UI (similar to how OpenRouter, Ollama, and other third-party providers are listed), with:
https://opencode.ai/zen/go/v1)References