Embedding request configuration.
Text input for which embeddings need to be generated. Can be a single string or array of strings.
input: "This is a text to embed" orinput: ["Text 1", "Text 2", "Text 3"] Copy
input: "This is a text to embed" orinput: ["Text 1", "Text 2", "Text 3"]
Optional
Represents the task for which the embeddings need to be generated.
'text' Copy
'text'
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Embedding request configuration.