models
Resolve Model
Resolve a model string (slug or id) to its catalog record.
General slug→id lookup: any client holding a model string (e.g. a trainable model's gateway slug) can map it to the id and metadata. Declared before /{model_id} so the literal resolve path is not parsed as an id; a query param (not a path segment) so slugs with / or : need no encoding. Team-scoping still hides other teams' private fine-tunes.
get/v2/models/resolve
Query parameters
modelstring required
Model slug (or id) to resolve to its catalog record
Model slug (or id) to resolve to its catalog record
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.