Basic Information

appmixer.openai.core.createEmbedding

1.0.0

Public

Properties

FieldTypeDescription
No properties defined

Input Ports

in

FieldTypeDescription
Input text

The string that will be turned into an embedding. Example: This is a test.

Model text

ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them. Example: text-embedding-ada-002

Encoding Format select

The format to return the embeddings in. Can be either float or base64. Example: float

User text

A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. Learn more. Example: user-1234

Output Ports

out

FieldTypeDescription
Data -
Model -
Object -
Usage -
Usage Prompt Tokens -
Usage Total Tokens -

Full Metadata