dashboard-react
Preparing search index...
ChatModelInfo
Interface ChatModelInfo
Model metadata needed by the chat UI.
interface
ChatModelInfo
{
id
:
string
;
name
:
string
;
base_model
:
string
;
storage_size_megabytes
:
number
;
capabilities
:
string
[]
;
family
:
string
;
quantization
:
string
;
}
Index
Properties
id
name
base_
model
storage_
size_
megabytes
capabilities
family
quantization
Properties
id
id
:
string
name
name
:
string
base_
model
base_model
:
string
storage_
size_
megabytes
storage_size_megabytes
:
number
capabilities
capabilities
:
string
[]
family
family
:
string
quantization
quantization
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
base_
model
storage_
size_
megabytes
capabilities
family
quantization
dashboard-react
Loading...
Model metadata needed by the chat UI.