Sunflower Chat
Documentation Index
Fetch the complete documentation index at: https://docs.sunbird.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request model for Sunflower chat inference.
Attributes: messages: List of conversation messages. model_type: The model to use ('qwen'). temperature: Sampling temperature (0.0 to 2.0). stream: Whether to stream the response. system_message: Optional custom system message.
List of conversation messages
Model type: 'qwen'
Sampling temperature
0 <= x <= 2Whether to stream the response
Custom system message
Response
Successful Response
Response model from Sunflower chat inference.
Attributes: content: The AI's response text. model_type: The model used for inference. usage: Token usage statistics. processing_time: Total processing time in seconds. inference_time: Model inference time in seconds. message_count: Number of messages processed.
The AI's response
Model used for inference
Token usage statistics
Total processing time in seconds
Model inference time in seconds
Number of messages processed

