OpenRouter TypeScript SDK - v1.0.6
GitHub
Examples
Preparing search index...
ContentPart
Type Alias ContentPart
ContentPart
:
|
{
type
:
"text"
;
text
:
string
;
cache_control
?:
CacheControl
}
|
{
type
:
"image_url"
;
image_url
:
{
url
:
string
;
detail
?:
"auto"
|
"low"
|
"high"
}
;
cache_control
?:
CacheControl
;
}
Part of content for multimodal messages
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Examples
OpenRouter TypeScript SDK - v1.0.6
Loading...
Part of content for multimodal messages