From c3adefd80fb1f0f4fe82e68287d4220e349b232d Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Tue, 6 Jan 2026 14:58:47 -0600 Subject: [PATCH] Add compliance and chat_template_kwargs to chat completions spec --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 7867073..61b209f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5998,6 +5998,11 @@ components: - type: string example: 'tool_name' - $ref: '#/components/schemas/ToolChoice' + compliance: + const: hipaa + chat_template_kwargs: + type: object + additional_properties: true safety_model: type: string description: The name of the moderation model used to validate tokens. Choose from the available moderation models found [here](https://docs.together.ai/docs/inference-models#moderation-models).