{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateMessageRequest", "type": "object", "properties": { "model": { "type": "string" }, "max_tokens": { "type": "integer" }, "messages": { "type": "array" }, "system": { "type": "string" }, "temperature": { "type": "number" }, "top_p": { "type": "number" }, "top_k": { "type": "integer" }, "stop_sequences": { "type": "array" }, "stream": { "type": "boolean" }, "tools": { "type": "array" }, "service_tier": { "type": "string" } } }