Cortex Inference
Returns the LLMs available for the current session¶
GET/api/v2/cortex/models
Returns the LLMs available for the current session
Response¶
Code | Description |
---|---|
200 | OK |
Perform LLM text completion inference¶
POST/api/v2/cortex/inference:complete
Perform LLM text completion inference, similar to snowflake.cortex.Complete.
Response¶
Code | Description |
---|---|
200 | OK |