EmbedResponse({required List<Embedding> embeddings}) { _json = {'embeddings': embeddings.map((e) => e.toJson()).toList()}; }