OPENAPI / COMPONENTS / SCHEMAS
Create Embedding Request data structure
CreateEmbeddingRequestStructural definition for Create Embedding Request in the OpenAI API contract.
object5properties
dimensionsintegerdimensions value in the OpenAI API contract.
encoding_formatstringencoding format value in the OpenAI API contract.
inputstringrequiredinput value in the OpenAI API contract.
modelstringrequiredmodel value in the OpenAI API contract.
userstringuser value in the OpenAI API contract.