We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1a696 commit e3f514dCopy full SHA for e3f514d
pydantic_ai_slim/pydantic_ai/profiles/openai.py
@@ -81,7 +81,6 @@ def openai_model_profile(model_name: str) -> ModelProfile:
81
json_schema_transformer=OpenAIJsonSchemaTransformer,
82
supports_json_schema_output=True,
83
supports_json_object_output=True,
84
- openai_supports_sampling_settings=not is_reasoning_model,
85
openai_supports_freeform_function_calling=is_freeform_function_calling_model,
86
openai_unsupported_model_settings=openai_unsupported_model_settings,
87
openai_system_prompt_role=openai_system_prompt_role,
0 commit comments