OpenRouter TypeScript SDK - v1.0.6
GitHub
Examples
Preparing search index...
ChatCompletionResponse
Interface ChatCompletionResponse
interface
ChatCompletionResponse
{
id
:
string
;
object
:
string
;
created
:
number
;
model
:
string
;
choices
:
ChatChoice
[]
;
usage
?:
Usage
;
system_fingerprint
?:
string
;
}
Index
Properties
id
object
created
model
choices
usage?
system_
fingerprint?
Properties
id
id
:
string
object
object
:
string
created
created
:
number
model
model
:
string
choices
choices
:
ChatChoice
[]
Optional
usage
usage
?:
Usage
Optional
system_
fingerprint
system_fingerprint
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
object
created
model
choices
usage
system_
fingerprint
GitHub
Examples
OpenRouter TypeScript SDK - v1.0.6
Loading...