Base Models
Inferences
Get a model's inference input schema
Return the JSON Schema for a base model's inference form — the shape of the input accepted by POST /base-models/{slug}/inferences. Property render hints live under x-layer.
get/v2/workspaces/{workspace_id}/base-models/{slug}/inference-schema
Path parameters
workspace_idstring uuid required
Id of the workspace that owns the resource.
Id of the workspace that owns the resource.
slugstring required
The base model, named by the id the list endpoint returns, or by its slug, display name, or alias.
The base model, named by the id the list endpoint returns, or by its slug, display name, or alias.
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.