Convert to OpenAI format
Map<String, dynamic> toOpenAIJson() { return { 'id': id, 'object': object, 'deleted': deleted, }; }