Models
AIUS v2 has a fixed catalog. Themodel field accepts these AIUS IDs, not
arbitrary OpenRouter model names:
| ID | Display name |
|---|---|
union-alpha | Pareto |
gpt-6-astra | GPT-6 Astra |
gpt-6-sol | GPT-6 Sol |
gpt-6-luna | GPT-6 Luna |
sonnet-5 | Claude Sonnet 5 |
opus-5.5 | Claude Opus 5.5 |
fable-5.1 | Claude Fable 5.1 |
GET /v1/models returns the current catalog and pricing
metadata. POST /v1/chat/completions accepts OpenAI-style chat messages with
one of the IDs above. The server enforces account authorization and model
policy before forwarding a request. Web search used for research is separate
from the fixed model list.