Get model catalog
Fetches the provider’s live model catalog by validating the configured credential and probing the provider’s /models endpoint. The call waits on the upstream provider, so it is slower than the other model provider config routes and can report failure as data.
Authorizations
An opaque Omnara personal or organization bearer token.
Path Parameters
^org_[a-z2-7]{26}$^mpc_[a-z2-7]{26}$Response
Route response.
The provider's model catalog, obtained by validating the configured credential and probing the provider's /models endpoint. A failed probe does not affect the stored config; treat it as a warning that the base URL or API key may be invalid.
ok, failed Models advertised by the provider, newest first, filtered to text-output tool-calling models where the provider exposes enough metadata to tell. Present when status is ok.
Why the probe failed. Present when status is failed.