The OpenAI REST API. Please see https://platform.openai.com/docs/api-reference for more details.
Changelog
8 versions
v1.3.0Latest
add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
Added output examples to component schemas.
v1.2.7
Fixed an issue with the `CreateTranslation` and `CreateTranscription` components where the `response_format` parameter `vtt` was causing an 'Invalid obj param.' error.
v1.2.6
Updated labels for models in the `CreateEdit` component.
v1.2.5
UploadFile: now correctly works with all 4 purpose options. Beware that not all options work for each file.
v1.2.4
Remove empty quotas.
Marked `CreateEdit` as deprecated. It can still be used, but it uses the same functionality as `CreateChatCompletion`. Use `CreateChatCompletion` instead.
v1.2.3
CreateCompletion: fixed 'invalid obj param' error that sometimes occurred + added dynamic list for models.
RetrieveModel: added dynamic list for models.
v1.2.1
Fixed validation error in the `createChatCompletion` component for the `max_tokens` parameter.