Snowflake · Schema
CompleteRequest
LLM text completion request.
DataData WarehouseData LakehouseCloud Data PlatformAnalyticsArtificial IntelligenceData EngineeringData GovernanceSQLApache IcebergModel Context ProtocolT1
Properties
| Name | Type | Description |
|---|---|---|
| model | string | The model name. See documentation for possible values. |
| messages | array | |
| temperature | number | Temperature controls the amount of randomness used in response generation. A higher temperature corresponds to more randomness. |
| top_p | number | Threshold probability for nucleus sampling. A higher top-p value increases the diversity of tokens that the model considers, while a lower value results in more predictable output. |
| max_tokens | integer | The maximum number of output tokens to produce. The default value is model-dependent. |
| max_output_tokens | integer | Deprecated in favor of "max_tokens", which has identical behavior. |
| response_format | object | An object describing response format config for structured-output mode. |
| tools | array | List of tools to be used during tool calling |
| provisioned_throughput_id | string | The provisioned throughput ID to be used with the request. |
| sf-ml-xp-inflight-prompt-action | string | Reserved |
| sf-ml-xp-inflight-prompt-client-id | string | Reserved |
| sf-ml-xp-inflight-prompt-public-key | string | Reserved |
| stream | boolean | Reserved |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CompleteRequest",
"type": "object",
"description": "LLM text completion request.",
"properties": {
"model": {
"type": "string",
"description": "The model name. See documentation for possible values."
},
"messages": {
"type": "array"
},
"temperature": {
"type": "number",
"description": "Temperature controls the amount of randomness used in response generation. A higher temperature corresponds to more randomness."
},
"top_p": {
"type": "number",
"description": "Threshold probability for nucleus sampling. A higher top-p value increases the diversity of tokens that the model considers, while a lower value results in more predictable output."
},
"max_tokens": {
"type": "integer",
"description": "The maximum number of output tokens to produce. The default value is model-dependent."
},
"max_output_tokens": {
"type": "integer",
"description": "Deprecated in favor of \"max_tokens\", which has identical behavior."
},
"response_format": {
"type": "object",
"description": "An object describing response format config for structured-output mode."
},
"tools": {
"type": "array",
"description": "List of tools to be used during tool calling"
},
"provisioned_throughput_id": {
"type": "string",
"description": "The provisioned throughput ID to be used with the request."
},
"sf-ml-xp-inflight-prompt-action": {
"type": "string",
"description": "Reserved"
},
"sf-ml-xp-inflight-prompt-client-id": {
"type": "string",
"description": "Reserved"
},
"sf-ml-xp-inflight-prompt-public-key": {
"type": "string",
"description": "Reserved"
},
"stream": {
"type": "boolean",
"description": "Reserved"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cortex-inference-complete-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.