From 7c9d50011603540c974ad46c39e5496acf4d6059 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 12 Mar 2026 13:30:23 -0600 Subject: [PATCH] chore: Added GPT-5.2 to models.yaml --- models.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/models.yaml b/models.yaml index 5172ec0..987c091 100644 --- a/models.yaml +++ b/models.yaml @@ -3,6 +3,13 @@ # - https://platform.openai.com/docs/api-reference/chat - provider: openai models: + - name: gpt-5.2 + max_input_tokens: 400000 + max_output_tokens: 128000 + input_price: 1.75 + output_price: 14 + supports_vision: true + supports_function_calling: true - name: gpt-5.1 max_input_tokens: 400000 max_output_tokens: 128000