Models And Provider Setup

List models: GET /api/models?organizationId= — returns models available to the org (implementation in resolveAvailableModels).

Run overrides: POST /api/skills/:id/run accepts optional modelKey in the body to select a provider/model for that execution.

Provider and model records are joined on runs (see listOrchestrationRuns selecting ai_providers, ai_models).

See also

Was this page helpful?