Skip to content
FLORA DocsGo to app

Models

Model catalog endpoints.

List available models
client.models.list(ModelListParams { type } query?, RequestOptionsoptions?): ModelListResponse { models }
GET/models
ModelsExpand Collapse
ModelListResponse { models }
models: Array<Model>
capabilities: Array<string>

Model capabilities

estimated_credits: number

Estimated credits

minimum0
estimated_seconds: number

Estimated seconds

minimum0
model_id: string

Model identifier

minLength1
name: string

Model name

params: Array<Param>

Supported generation parameters for this model

name: string

Parameter name to pass in generation params

required: boolean

Whether the model requires this parameter

type: "string" | "string[]" | "bool" | 5 more

Parameter value type

One of the following:
"string"
"string[]"
"bool"
"int"
"int?"
"seed"
"float"
"dict"
default?: unknown

Default parameter value

description?: string

Parameter help text

label?: string

Human-readable parameter label

max?: number

Maximum numeric value

min?: number

Minimum numeric value

options?: Array<Option>

Allowed values for enum-like parameters

label: string

Displayed option label

value: string

Option value to pass in generation params

description?: string

Option description

properties?: Record<string, Properties>

Nested numeric properties for object parameters

default: number
max: number
min: number
provider: string

Model provider

type: "image" | "video" | "audio" | "text"

Model type

One of the following:
"image"
"video"
"audio"
"text"
beta?: boolean

Whether this model is in beta