/**
* A single text string, or a list of texts as a list of strings. Currently, we have two constraints on the list:
- The maximum length of the list is 128.
- The total number of tokens in the list is at most 320K for `voyage-2`, and 120K for `voyage-large-2`, `voyage-finance-2`, `voyage-multilingual-2`, `voyage-law-2`, and `voyage-code-2`.
*/
export type EmbedRequestInput = string | string[];