Error generating embeddings using text-embedding-005

i have a problem to deply my application with using this model, the documents that i upload has 120k input tokens. It is a problem to work with this model? i have the free test acount

Hi @JUAN_SALAZAR, I don’t see this model in the model list of genai sdk, it is available in vertexAI. I think if you want to use this emdebbing model you have to use the vertexAI sdk and also you can’t use the 120k input tokens at a time, the Limit is five texts of up to 2,048 tokens per text. Thank You.

thank you so much for the help