Skip to content
Start here

Models

Model Search
client.ai.models.list(ModelListParams { account_id, author, hide_experimental, 5 more } params, RequestOptionsoptions?): V4PagePaginationArray<ModelListResponse>
GET/accounts/{account_id}/ai/models/search
ModelsExpand Collapse
ModelListResponse = unknown

ModelsSchema

Get Model Schema
client.ai.models.schema.get(SchemaGetParams { account_id, model } params, RequestOptionsoptions?): SchemaGetResponse { input, output }
GET/accounts/{account_id}/ai/models/schema
ModelsExpand Collapse
SchemaGetResponse { input, output }
input: Input { additionalProperties, description, type }
additionalProperties: boolean
description: string
type: string
output: Output { additionalProperties, description, type }
additionalProperties: boolean
description: string
type: string