Skip to content

v0.3.4

Choose a tag to compare

@jacob-bd jacob-bd released this 23 Jun 20:03

Fixed

  • Go models no longer mislabeled as Anthropic format — OpenCode Go models (e.g. minimax-m3, qwen3.7-plus, minimax-m2.7, qwen3.7-max, qwen3.6-plus) were incorrectly classified as modelFormat: 'anthropic' due to stale @ai-sdk/anthropic npm entries written by the OpenCode cache. The Go backend is an OpenAI-compatible gateway only; relay-ai now clamps any anthropic format classification to openai for all Go models regardless of cache data. Reported by Philip2050 (#10).