pub trait Chat { }
Indicates that a model supports synchronous chat completion.
Models implementing this trait can be used with the chat completion API API for real-time conversational interactions.