Integrations

OpenCode CLI

Point OpenCode at Meridian. API key format: nim_live_<26+chars>. Get one at /dashboard/keys.

Config file

Edit ~/.config/opencode/opencode.json (Linux/macOS) or %APPDATA%\opencode\opencode.json (Windows).

{
  "providers": {
    "meridian": {
      "type": "openai",
      "apiKey": "nim_live_...",
      "baseURL": "https://meridian.getnimbus.net/api/v1",
      "models": ["azure/gpt-5.1", "azure/gpt-5-codex", "azure/grok-4-20-reasoning", "azure/gpt-5-mini"]
    }
  }
}

Verify

  • Restart OpenCode.
  • Run /models and confirm Meridian models list returns.

Supported models

Pass any of these as the model field. Live source of truth: GET /api/v1/models.

azure/gpt-5.1azure/gpt-5-codexazure/gpt-4.1azure/gpt-5-miniazure/DeepSeek-V4-Proazure/DeepSeek-V4-Flashazure/grok-4-20-reasoningazure/Llama-4-Maverickazure/Mistral-Large-3azure/Cohere-command-aazure/Kimi-K2-6gpt-oss-120b

Embeddings: azure/text-embedding-3-small, azure/text-embedding-3-large.