mode: "mesh" maps to private_gateway_route and
mode: "standard" maps to standard_route. New code should prefer class.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pick a per-call privacy class — Standard, Protected, Private Gateway, or Confidential.
{
"model": "auto",
"privacy": {
"class": "protected_provider_route"
},
"messages": [{ "role": "user", "content": "sensitive prompt" }]
}
mode: "mesh" maps to private_gateway_route and
mode: "standard" maps to standard_route. New code should prefer class.
{
"model": "auto",
"privacy": { "mode": "mesh" },
"messages": [{ "role": "user", "content": "private request" }]
}