{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CompleteRequest", "type": "object", "properties": { "model": { "type": "string" }, "messages": { "type": "array" }, "temperature": { "type": "number" }, "top_p": { "type": "number" }, "max_tokens": { "type": "integer" }, "max_output_tokens": { "type": "integer" }, "response_format": { "type": "object" }, "tools": { "type": "array" }, "provisioned_throughput_id": { "type": "string" }, "sf-ml-xp-inflight-prompt-action": { "type": "string" }, "sf-ml-xp-inflight-prompt-client-id": { "type": "string" }, "sf-ml-xp-inflight-prompt-public-key": { "type": "string" }, "stream": { "type": "boolean" } } }