unified-llm-client
Preparing search index...
ModelInfo
Interface ModelInfo
interface
ModelInfo
{
cacheReadPrice
?:
number
;
cacheWritePrice
?:
number
;
contextWindow
:
number
;
embeddingDimensions
?:
{
default
:
number
;
max
?:
number
;
min
?:
number
;
recommended
?:
number
[]
;
}
;
id
:
string
;
inputPrice
:
number
;
kind
?:
"completion"
|
"embedding"
|
"speech"
|
"transcription"
;
lastUpdated
:
string
;
maxInputTokens
?:
number
;
outputPrice
:
number
;
provider
:
CanonicalProvider
;
supportedInputModalities
?:
(
"text"
|
"document"
|
"audio"
|
"image"
|
"video"
)
[]
;
speechPrices
?:
SpeechPriceBook
;
supportedOutputModalities
?:
(
"text"
|
"audio"
)
[]
;
supportsStreaming
:
boolean
;
supportsTools
:
boolean
;
supportsVision
:
boolean
;
}
Index
Properties
cache
Read
Price?
cache
Write
Price?
context
Window
embedding
Dimensions?
id
input
Price
kind?
last
Updated
max
Input
Tokens?
output
Price
provider
supported
Input
Modalities?
speech
Prices?
supported
Output
Modalities?
supports
Streaming
supports
Tools
supports
Vision
Properties
Optional
cache
Read
Price
cacheReadPrice
?:
number
Optional
cache
Write
Price
cacheWritePrice
?:
number
context
Window
contextWindow
:
number
Optional
embedding
Dimensions
embeddingDimensions
?:
{
default
:
number
;
max
?:
number
;
min
?:
number
;
recommended
?:
number
[]
;
}
id
id
:
string
input
Price
inputPrice
:
number
Optional
kind
kind
?:
"completion"
|
"embedding"
|
"speech"
|
"transcription"
last
Updated
lastUpdated
:
string
Optional
max
Input
Tokens
maxInputTokens
?:
number
output
Price
outputPrice
:
number
provider
provider
:
CanonicalProvider
Optional
supported
Input
Modalities
supportedInputModalities
?:
(
"text"
|
"document"
|
"audio"
|
"image"
|
"video"
)
[]
Optional
speech
Prices
speechPrices
?:
SpeechPriceBook
Optional
supported
Output
Modalities
supportedOutputModalities
?:
(
"text"
|
"audio"
)
[]
supports
Streaming
supportsStreaming
:
boolean
supports
Tools
supportsTools
:
boolean
supports
Vision
supportsVision
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Read
Price
cache
Write
Price
context
Window
embedding
Dimensions
id
input
Price
kind
last
Updated
max
Input
Tokens
output
Price
provider
supported
Input
Modalities
speech
Prices
supported
Output
Modalities
supports
Streaming
supports
Tools
supports
Vision
unified-llm-client
Loading...