Snowflake · Example Payload

Cortex Inference Complete Request Example

Data LakesData SharingData WarehousingDatabaseSQL

Cortex Inference Complete Request Example is an example object payload from Snowflake, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modelmessagestemperaturetop_pmax_tokensmax_output_tokensresponse_formattoolsprovisioned_throughput_idsf-ml-xp-inflight-prompt-actionsf-ml-xp-inflight-prompt-client-idsf-ml-xp-inflight-prompt-public-keystream

Example Payload

Raw ↑
{
  "model": "example_value",
  "messages": [],
  "temperature": 42.5,
  "top_p": 42.5,
  "max_tokens": 10,
  "max_output_tokens": 10,
  "response_format": "example_value",
  "tools": [],
  "provisioned_throughput_id": "500123",
  "sf-ml-xp-inflight-prompt-action": "example_value",
  "sf-ml-xp-inflight-prompt-client-id": "500123",
  "sf-ml-xp-inflight-prompt-public-key": "example_value",
  "stream": true
}