Skip to content

Qoder2Api v1.0.0 - Initial Release

Choose a tag to compare

@D3-vin D3-vin released this 17 Aug 07:45
· 2 commits to main since this release

QODER2API v1.0.0 - Initial Release

OpenAI & Anthropic-compatible gateway for Qoder IDE accounts β€” single Go binary with an account pool.

πŸš€ What's New

  • OpenAI-compatible API β€” /v1/chat/completions, /v1/models, /v1/usage; drop-in for any OpenAI-format client
  • Anthropic-compatible API β€” /v1/messages for Claude Code and other Anthropic-format clients
  • Account pool with failover β€” multiple PATs, automatic switch to the next account on agent-limit errors (code 115)
  • Embedded dashboard β€” live HTML UI: accounts, quotas, default model, context/thinking settings, persisted to config.json

πŸ“₯ Downloads

Main API Server

Platform Download Size
Windows x64 qoder2api-windows-amd64.exe ~7.1 MB
Linux x64 qoder2api-linux-amd64 ~6.9 MB
macOS Intel qoder2api-macos-amd64 ~7.0 MB
macOS Apple Silicon qoder2api-macos-arm64 ~6.5 MB

πŸš€ Quick Start

# Download and run
./qoder2api-*

# Dashboard: http://localhost:8963
# API: http://localhost:8963/v1

πŸ”§ IDE Configuration

Base URL: http://localhost:8963/v1
API Key: any non-empty string (configured in .env)
Model: qwen3.8-max (or any real Qoder model name)

Model names are passed through to Qoder β€” clients configure real Qoder model names directly.

πŸ“ Changelog

Initial public release.


πŸ“– Documentation

πŸ“± Contact