OpenAI · Arazzo Workflow
OpenAI Create Embedding
Version 1.0.0
Confirm an embedding model exists, then embed input text.
Provider
Workflows
create-embedding
Create an embedding vector for input text.
Verifies the embedding model is available, then sends input text to the embeddings endpoint and returns the generated embedding vector and token usage.
1
listModels
listModels
List available models to confirm the embedding model is present.
2
createEmbedding
createEmbedding
Create an embedding vector for the supplied input text.