Image Analysis
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | ✅ Yes | doubao-seed-1-6-flash-250615 | The model to use for the request. doubao-seed-1-6-flash-250615 |
messages | array | ✅ Yes | - | Array of message objects for the conversation * role:user,The role of the message. * role:assistant,The role of the message. * role:system,The role of the message. |
content | array | ✅ Yes | - | text |
text | string | ✅ Yes | - | * type:text,The positive prompt for the generation. |
stream | boolean | ❌ No | true | Whether to stream the response |