When you configure an export, import, or other type of flow step using the form view designed for the OpenAI connector, the following API operations are supported:
Note: You can also create a composite endpoint for this application. For more information, see Application-specific (simple) forms.
Resource | API endpoint | Export | Import |
---|---|---|---|
Chat |
Create chat completion |
|
X |
Completion |
Create completion |
|
X |
Edits |
Create edit |
|
X |
Embeddings |
Create embeddings |
|
X |
Files |
List files |
X |
|
Retrieve file |
X |
|
|
Retrieve file content |
X |
|
|
Delete file |
|
X |
|
Fine-tunes |
List fine-tune events |
X |
|
List fine-tunes |
X |
|
|
Retrieve fine-tune |
X |
|
|
Cancel fine-tune |
|
X |
|
Delete fine-tune model |
|
X |
|
Images |
Create image |
|
X |
Models |
List models |
X |
|
Retrieve model |
X |
|
|
Moderations |
Create moderation |
|
X |
Comments
1 comment
So when we create a completion, how do we go about exporting that information that is returned back out? Any docs on this?
Please sign in to leave a comment.