appmixer.openai.core.createEmbedding
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| No properties defined | ||
| Field | Type | Description |
|---|---|---|
| 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 |
| User | text | A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. Learn more. Example: user-1234 |
| Field | Type | Description |
|---|---|---|
| Data | - | |
| Model | - | |
| Object | - | |
| Usage | - | |
| Usage Prompt Tokens | - | |
| Usage Total Tokens | - |