OSAII
The OSAII Platform

One platform.
Two ways to build.

OSAII Platform brings together the API and OSS Studio. They share models, accounts, safety, and usage while staying separate so you can call AI from code or work directly in a focused workspace.

# .env
OSAII_API_KEY=osaii_••••••••

curl https://osaii.wyvernhub.net/api/v1/chat/completions \ + -H "Authorization: Bearer $OSAII_API_KEY" \ + -H "Content-Type: application/json"

{ "object": "chat.completion", ... }
One platformShared models, accounts, safety, and usage
Two surfacesAPI for code · Studio for focused work
Open standardBuild once, move between both

Choose your way in.

API and Studio are distinct products inside one Platform. Start wherever the work starts, then move between them without changing your model access.

01 / Keys

One-time secret display

Create a named key. OSAII stores only SHA-256 hash; copy secret before closing dialog.

02 / Gateway

Compatible by default

Use standard authorization headers and OpenAI-style requests at /api/v1.

03 / Symbiotic

One Platform, no lock-in

The same catalog, safety boundary, account, and usage view connect your first prompt to a production integration.

Bring next build.

Create a key for code, or open Studio for hands-on work.