/// EmbeddingRequest defines the structure for an
/// embedding API request.
/// It specifies the model, input texts, and optional
/// encoding format for the request.
use crate::;
use ;
/// Provides a default EmbeddingRequest with empty input and default
/// encoding format.
/// This is useful for initializing requests before populating fields.