Source
AI_COMPLETE
Generates a response (completion) from text or an image using a supported language model.
SnowConvert AI - Contact Us
SnowConvert AI - Contact Us SnowConvert AI is now a part of Snowflake.
AI_TRANSCRIBE
Transcribes text from an audio file with optional timestamps and speaker labels. AI_TRANSCRIBE supports numerous languages, and audio can contain more than one language.
AI_COMPLETE structured outputs
AI_COMPLETE lets you supply a JSON schema or type literal that completion responses must follow, producing structured output. Structured output reduces the need for post - processing in your AI data pipelines and enables seamless integration…
AI_EXTRACT
Extracts information from an input string or file.
Prepare your documents for Document AI
The documents must be 50 MB or less in size. Document pages must have dimensions of 1200 x 1200 mm or less. The images must be between 50 x 50 and 10,000 x 10,000 pixels.
AI_SIMILARITY
Computes a similarity score based on the vector cosine similarity value of the inputs’ embedding vectors. Currently supports both text and image similarity computation.
SnowConvert AI - Output Code
SnowConvert AI - Output Code Source Code Suppose this is the input source code you’ve migrated: CREATE TABLE! TABLE_Invalid ( COL1 VARCHAR2(255), COL2 VARCHAR2 ); CREATE TABLE TABLE1 ( COL1 INT, COL2 VARCHAR2! ); CREATE OR REPLACE…
Aug 07, 2025: Cortex AISQL with AI_TRANSCRIBE (Preview)
The AI_TRANSCRIBE function, now in available in preview in select regions, provides SQL - native speech - to - text AI processing at scale. With AI_TRANSCRIBE, you can extract insights from customer care interactions, healthcare consultations,…
AI_COMPLETE (Single image)
Generates a response (completion) for a text prompt using a supported language model. Syntax The function has two required arguments and four optional arguments. The function can be used with either positional or named argument syntax.