@suluk/models - v0.1.3
↑ Suluk
GitHub
Preparing search index...
ORModel
Interface ORModel
The subset of an OpenRouter
/models
row we rely on (all public facts).
interface
ORModel
{
id
:
string
;
name
?:
string
;
created
?:
number
;
context_length
?:
number
;
pricing
?:
{
prompt
?:
string
;
completion
?:
string
;
request
?:
string
;
input_cache_read
?:
string
;
}
;
top_provider
?:
{
max_completion_tokens
?:
number
|
null
}
;
architecture
?:
{
input_modalities
?:
string
[]
;
output_modalities
?:
string
[]
;
}
;
supported_parameters
?:
string
[]
;
}
Index
Properties
id
name?
created?
context_
length?
pricing?
top_
provider?
architecture?
supported_
parameters?
Properties
id
id
:
string
Optional
name
name
?:
string
Optional
created
created
?:
number
Optional
context_
length
context_length
?:
number
Optional
pricing
pricing
?:
{
prompt
?:
string
;
completion
?:
string
;
request
?:
string
;
input_cache_read
?:
string
;
}
Optional
top_
provider
top_provider
?:
{
max_completion_tokens
?:
number
|
null
}
Optional
architecture
architecture
?:
{
input_modalities
?:
string
[]
;
output_modalities
?:
string
[]
}
Optional
supported_
parameters
supported_parameters
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
created
context_
length
pricing
top_
provider
architecture
supported_
parameters
↑ Suluk
GitHub
@suluk/models - v0.1.3
Loading...
The subset of an OpenRouter
/modelsrow we rely on (all public facts).