> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # ChatMessages Chat completion message with role-based discrimination ## Supported Types ### `components.ChatAssistantMessage` ```python theme={null} value: components.ChatAssistantMessage = /* values here */ ``` ### `components.ChatDeveloperMessage` ```python theme={null} value: components.ChatDeveloperMessage = /* values here */ ``` ### `components.ChatSystemMessage` ```python theme={null} value: components.ChatSystemMessage = /* values here */ ``` ### `components.ChatToolMessage` ```python theme={null} value: components.ChatToolMessage = /* values here */ ``` ### `components.ChatUserMessage` ```python theme={null} value: components.ChatUserMessage = /* values here */ ```