Text to embed
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmbeddingRequestSchemaInput", "title": "EmbeddingRequestSchemaInput", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ], "description": "Text to embed" }