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