From 6127d964ee3f42effc57ba3761aa683583aa0a44 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 15 Jul 2026 16:14:33 -0600 Subject: [PATCH] chore: update models.yaml --- models.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/models.yaml b/models.yaml index f435412..7ac3eac 100644 --- a/models.yaml +++ b/models.yaml @@ -3,6 +3,27 @@ # - https://platform.openai.com/docs/api-reference/chat - provider: openai models: + - name: gpt-5.6-sol + max_input_tokens: 1050000 + max_output_tokens: 128000 + input_price: 5 + output_price: 30 + supports_vision: true + supports_function_calling: true + - name: gpt-5.6-terra + max_input_tokens: 1050000 + max_output_tokens: 128000 + input_price: 5 + output_price: 30 + supports_vision: true + supports_function_calling: true + - name: gpt-5.6-luna + max_input_tokens: 1050000 + max_output_tokens: 128000 + input_price: 5 + output_price: 30 + supports_vision: true + supports_function_calling: true - name: gpt-5.5 max_input_tokens: 1050000 max_output_tokens: 128000 @@ -1644,6 +1665,27 @@ # - https://openrouter.ai/docs/api-reference/chat-completion - provider: openrouter models: + - name: openai/gpt-5.6-sol + max_input_tokens: 1050000 + max_output_tokens: 128000 + input_price: 5 + output_price: 30 + supports_vision: true + supports_function_calling: true + - name: openai/gpt-5.6-terra + max_input_tokens: 1050000 + max_output_tokens: 128000 + input_price: 5 + output_price: 30 + supports_vision: true + supports_function_calling: true + - name: openai/gpt-5.6-luna + max_input_tokens: 1050000 + max_output_tokens: 128000 + input_price: 5 + output_price: 30 + supports_vision: true + supports_function_calling: true - name: openai/gpt-5.5 max_input_tokens: 1050000 max_output_tokens: 128000