List available LLM models routed through the MIOSA intelligence gateway.
Routes live under /api/v1/intelligence/ and require an mki_*
intelligence key or a JWT (dashboard users).
Summary
Functions
Get a single model by id, filtering the list response client-side.
List all models available to the calling tenant (OpenAI-compatible shape).
Functions
@spec get(Miosa.Client.t(), String.t()) :: Miosa.Client.result(map() | nil)
Get a single model by id, filtering the list response client-side.
Returns {:ok, model} or {:ok, nil} if not found.
@spec list(Miosa.Client.t(), map()) :: Miosa.Client.result(list())
List all models available to the calling tenant (OpenAI-compatible shape).
Accepts optional filter params (e.g. provider:, type:).