OpenWaya model registry

Choose with the full picture.

Compare model capability, context, route redundancy, health, and localized input and output pricing before you integrate.

0 listed modelsMulti-provider catalogHealth-aware routesOne compatible API

Search and compare

Model catalog

Registry data · updated Sep 13, 2026

Clear
No matching modelsPrices shown in USD / 1M tokens
ModelCapabilitiesContextRoutesHealthInputOutput

No models match these filters.

Use any model

One request shape across the catalog.

Use an explicit model ID, or let openwaya/auto choose against your routing policy.

const response = await client.chat.completions.create({
  model: "openai/gpt-5.6-sol",
  messages: [{ role: "user", content: "Hello" }],
});