Skip to content

feat: Add OpenCode Go as an LLM provider #668

Description

@vmhq

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:

  1. Pre-configured base URL (https://opencode.ai/zen/go/v1)
  2. Built-in model discovery/suggestions
  3. Auth flow for API key input

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions