Skip to content

Upserts the tenant's singleton config (admin-tier; self-audited).

PUT
/v1/m/inferenceproxy/config
curl --request PUT \
--url https://example.com/v1/m/inferenceproxy/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"example"'

Upserts the tenant’s singleton config (admin-tier; self-audited).

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

The handler decodes one strict JSON document, bounded at 1 MiB.

Media type application/json
object
ceiling_max_tokens
Any of:
integer
ceiling_max_tool_uses
Any of:
integer
ceiling_task_budget_tokens
Any of:
Any of:
integer
0
ceilings_enforce
Any of:
boolean
fail_open
Any of:
boolean
gate_budget
Any of:
boolean
gate_context_window
Any of:
boolean
gate_dlp_request
Any of:
boolean
gate_dlp_response
Any of:
boolean
gate_model_access
Any of:
boolean
gate_residency
Any of:
boolean
record_mandatory
Any of:
boolean
response_dlp_mode
Any of:

After trimming, empty is accepted or the value must be exactly off, flag or buffer.

string

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}