Chat with AI models using text and images. Also known as image-text-to-text
Set Authorization header to BYTEZ_KEY
'Authorization: YOUR_BYTEZ_KEY_HERE'
Schema for image-text-to-text models
Conversation history.
[
{
"role": "user",
"content": [
{
"type": "text",
"text": "Describe this image"
},
{
"type": "image",
"url": "https://hips.hearstapps.com/hmg-prod/images/how-to-keep-ducks-call-ducks-1615457181.jpg?crop=0.670xw:1.00xh;0.157xw,0&resize=980:*"
}
]
}
]Enable text streaming.
Model-specific parameters.