OpenRouter TypeScript SDK - v1.0.6
GitHub
Examples
Preparing search index...
ProviderPreferences
Interface ProviderPreferences
Provider routing preferences
interface
ProviderPreferences
{
order
?:
string
[]
;
allow_fallbacks
?:
boolean
;
require_parameters
?:
boolean
;
data_collection
?:
"deny"
|
"allow"
;
quantizations
?:
string
[]
;
}
Index
Properties
order?
allow_
fallbacks?
require_
parameters?
data_
collection?
quantizations?
Properties
Optional
order
order
?:
string
[]
Optional
allow_
fallbacks
allow_fallbacks
?:
boolean
Optional
require_
parameters
require_parameters
?:
boolean
Optional
data_
collection
data_collection
?:
"deny"
|
"allow"
Optional
quantizations
quantizations
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
order
allow_
fallbacks
require_
parameters
data_
collection
quantizations
GitHub
Examples
OpenRouter TypeScript SDK - v1.0.6
Loading...
Provider routing preferences