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