QuestionQ18

Snowflake Gen AI & LLM Functions

Which Snowflake Gen AI feature or service provides connectivity through an exposed REST API?

  • A Copilot
  • B Cortex LLM Playground
  • C A SNOWFLAKE.CORTEX.COMPLETE SQL function
  • D A snowflake.cortex.complete Python function
Explanation

Snowflake Cortex exposes LLM completion inference through a REST endpoint. The REST Cortex Inference API performs text completion inference comparable to snowflake.cortex.complete, enabling programmatic access outside the SQL interface. Copilot and Cortex LLM Playground are user interfaces, and the SQL function is invoked within Snowflake SQL.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!