OpenAI-compatible Chat Completions API

The Hoshi 1.0 API.
Frontier agent intelligence, a drop-in away.

Call Hoshi 1.0 like any OpenAI completion endpoint — change three lines and keep your stack. Per-token pricing, model-agnostic and open, with no vendor lock-in.

A drop-in for OpenAI

Already using the OpenAI SDK? Point the base URL at https://api.shogo.ai/v1, set your key, and use hoshi-1.0.

curl https://api.shogo.ai/v1/chat/completions \
  -H "Authorization: Bearer $SHOGO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hoshi-1.0",
    "messages": [
      { "role": "user", "content": "Refactor this function for readability." }
    ]
  }'

Built to slot in

OpenAI-compatible

Drop-in Chat Completions API. Point your existing OpenAI client at our base URL and set the model — no rewrite.

Model-agnostic & open

Hoshi 1.0 joins a routing table alongside Anthropic, OpenAI, Google, and local models. Pick by score, cost, or privacy.

No vendor lock-in

Standard request/response shape and OpenAI SDKs. Switch back or route around us anytime — nothing proprietary to unwind.

Frontier-tier evals

Hoshi 1.0 sweeps independent agentic, structured-output, and coding evals — at roughly a tenth of the cost.

Frequently Asked Questions

Build the system you imagine.

Let it evolve with Shogo.