Use Cortex Inference¶
The Snowflake REST Cortex Inference API provides the following Snowflake endpoints:
Snowflake Cortex Inference API endpoints
| Endpoint | Description |
|---|---|
POST /api/v2/cortex/inference/complete | Performs LLM text completion inference, similar to snowflake.cortex. |
GET /api/v2/cortex/models | Returns the LLMs available for the current session. |
For reference documentation, see Snowflake Cortex Inference API reference.