feat: OpenAI/compatible models (such as Azure OpenAI) can declare if they use the response API instead via use_openai_responses_api

This commit is contained in:
Fahad
2025-10-04 21:20:47 +04:00
parent ff9a07a37a
commit 3824d13161
5 changed files with 19 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ class ModelCapabilities:
supports_images: bool = False
supports_json_mode: bool = False
supports_temperature: bool = True
use_openai_response_api: bool = False
# Additional attributes
max_image_size_mb: float = 0.0