glrs
github
ci
npm
Preparing search index...
SDK
ModelProvider
Type Alias ModelProvider
Provider adapter capable of constructing one model.
type
ModelProvider
=
{
id
:
string
;
model
:
(
modelId
:
string
,
options
?:
Record
<
string
,
unknown
>
)
=>
unknown
;
}
Index
Properties
id
model
Properties
id
id
:
string
model
model
:
(
modelId
:
string
,
options
?:
Record
<
string
,
unknown
>
)
=>
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
model
github
ci
npm
glrs
Loading...
Provider adapter capable of constructing one model.