Skip to Content

ConfigCuratedModel

ConfigCuratedModel = object

Defined in: src/client/types.gen.ts:26 

Properties

active?

optional active: boolean

Defined in: src/client/types.gen.ts:27 


category?

optional category: string

Defined in: src/client/types.gen.ts:31 

“text” | “image” | “vision”


description?

optional description: string

Defined in: src/client/types.gen.ts:32 


optional featured: boolean

Defined in: src/client/types.gen.ts:33 


group_display_name?

optional group_display_name: string

Defined in: src/client/types.gen.ts:34 


id?

optional id: string

Defined in: src/client/types.gen.ts:35 


is_new?

optional is_new: boolean

Defined in: src/client/types.gen.ts:42 

IsNew flags a recently-shipped model so clients can render a “New” badge in the picker. Set true on freshly-launched additions; product should clear it once the model has been GA for a release or two so the badge stays meaningful.


is_private?

optional is_private: boolean

Defined in: src/client/types.gen.ts:43 


modalities?

optional modalities: string[]

Defined in: src/client/types.gen.ts:44 


name?

optional name: string

Defined in: src/client/types.gen.ts:45 


price_tier?

optional price_tier: string

Defined in: src/client/types.gen.ts:49 

”$” | ”$$” | ”$$$“


provider?

optional provider: string

Defined in: src/client/types.gen.ts:50 


quality?

optional quality: string

Defined in: src/client/types.gen.ts:54 

“high” | “medium” | “low”


required_tier?

optional required_tier: string

Defined in: src/client/types.gen.ts:58 

"" | “Starter” | “Pro”

Last updated on