/** Format in which the embeddings are encoded. We support two options: */ export declare const MultimodalEmbedRequestEncodingFormat: { readonly Base64: "base64"; }; export type MultimodalEmbedRequestEncodingFormat = (typeof MultimodalEmbedRequestEncodingFormat)[keyof typeof MultimodalEmbedRequestEncodingFormat];