@conciergus/chat - v0.3.1
Preparing search index...
components
ModelInfo
Interface ModelInfo
Model information interface
interface
ModelInfo
{
id
:
string
;
name
:
string
;
provider
:
string
;
description
?:
string
;
isAvailable
:
boolean
;
performance
?:
{
averageLatency
:
number
;
successRate
:
number
;
cost
:
number
}
;
capabilities
?:
string
[]
;
}
Index
Properties
id
name
provider
description?
is
Available
performance?
capabilities?
Properties
id
id
:
string
name
name
:
string
provider
provider
:
string
Optional
description
description
?:
string
is
Available
isAvailable
:
boolean
Optional
performance
performance
?:
{
averageLatency
:
number
;
successRate
:
number
;
cost
:
number
}
Optional
capabilities
capabilities
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
provider
description
is
Available
performance
capabilities
@conciergus/chat - v0.3.1
Loading...
Model information interface