Skip to main content

translations

Creates, updates, deletes, gets or lists a translations resource.

Overview

Nametranslations
TypeResource
Idopenai.audio.translations

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
create_translationINSERT

INSERT example

Use the following StackQL query and manifest file to create a new translations resource.

/*+ create */
INSERT INTO openai.audio.translations (

)
SELECT

;