HyphenHyphen
HomeConsole
  • Get Started
  • Connect your coding agent
  • Build with Hyphen
  • Chat UIs & automation
  • Recipes
  • Guides
  • API Reference
Information
Chat
    Create a chat completionpost
Responses
    Create a model response (Responses API)post
Messages
    Create a message (Anthropic Messages API)post
Models
    List available modelsget
Schemas
powered by Zudoku
Hyphen Gateway API

Hyphen Gateway API

One key, one base URL, real model names.

The Hyphen gateway is an OpenAI-compatible LLM proxy. A single Hyphen key — sk-… — authenticates every endpoint below. Get one at app.hyphen-solution.com (pick a plan or credit pack, then Dashboard → API Keys).

Authentication

All requests use HTTP Bearer auth:

Code
Authorization: Bearer sk-...

Models

The gateway serves ten models — real provider model names, all from MiniMax:

ModelUse for
minimax-m3Flagship — newest M-series generation
minimax-m2.7Balanced daily driver for most agent work
minimax-m2.5Fast — cheap, high-volume calls
minimax-m2.7-highspeedLatency-tuned minimax-m2.7 (~2x price)
minimax-m2.5-highspeedLatency-tuned minimax-m2.5 (~2x price)
minimax-m2.1-highspeedLatency-tuned minimax-m2.1 (~2x price)
minimax-m2.1Previous-generation midrange — price-sensitive
minimax-m2Oldest M-series generation — for legacy configs
minimax-m2-herRole-play / dialogue chat (66k context)
minimax-text-01Long-context text

These are the exact IDs the gateway accepts — there are no invented aliases, and requesting any other ID returns an error. The catalog can change with notice as models are added or retired. During a provider incident a request may be served by a smaller model of the same family; the model field in the response always reports the model that actually served the request.

Budgets & caps

Every subscription key carries a monthly budget that resets each cycle. When the budget is exhausted the gateway returns HTTP 429 with the reset date — there is no surprise overage. Prepaid credit funds a separate pay-as-you-go key with a non-resetting balance you can switch to. See the 429 responses documented on each endpoint.

Tags
Chat
OpenAI Chat Completions — the default surface.
Responses
OpenAI Responses API — required by Codex CLI.
Messages
Anthropic Messages API — required by Claude Code.
Models
Discover available models.
ContactHyphen Supporthttps://app.hyphen-solution.com
Servers
https://api.hyphen-solution.com

Hyphen gateway (live)