Doubao-Seed-1-6-250615 — Image Analysis. GPTProto API reference.
BytePlus’s official format for the image analysis API.Documentation Index
Fetch the complete documentation index at: https://docs.gptproto.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | ✅ Yes | doubao-seed-1-6-250615 | The model to use for the request. doubao-seed-1-6-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 |