QuestionQ34

Snowflake Gen AI & LLM Functions

Which commands can be used to display the available Snowflake Cortex LLM models?

Choose two
  • A SHOW MODELS;
  • B LS @SNOWFLAKE.CORTEX.LLM;
  • C SHOW MODELS IN SNOWFLAKE MODELS;
  • D SHOW VERSIONS LIKE ‘CORTEX’ IN MODEL LLM;
  • E CALL SNOWFLAKE.MODELS.CORTEX_BASE_MODELS_REFRESH{};
Explanation

Cortex model objects are stored in the SNOWFLAKE.MODELS schema, where SHOW MODELS IN SNOWFLAKE.MODELS lists them. SNOWFLAKE.MODELS.CORTEX_BASE_MODELS_REFRESH() refreshes the model objects with the currently available Cortex base models, so newly available models are included in that catalog. Snowflake Cortex AI Functions documentation

Learn more

Community Discussion

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