LLMConfig field of the StartAIConversation API. Coze uses its own dedicated LLMType:// json — LLMConfig{"LLMType": "coze","APIKey": "<your_coze_api_key>","APIUrl": "https://api.coze.com/v3/chat?conversation_id=xxx","BotId": "<your_bot_id>","Streaming": true,"UserId": "user_id","conversation_id": "xxx"}
Field | Type | Required | Description |
LLMType | String | Yes | Fixed value: "coze". |
APIKey | String | Yes | |
APIUrl | String | Yes | Coze chat endpoint (includes conversation_id as query param). |
BotId | String | Yes | Your Coze Bot ID from the Coze platform. |
Streaming | Boolean | No | Enable streaming. Default: true. |
UserId | String | No | User identifier for session tracking. |
conversation_id | String | No | Conversation ID to continue an existing session. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback