You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check if the model supports web search (only specific search-preview models)
57
+
supports_web_search='-search-preview'inmodel_name
58
+
53
59
# Structured Outputs (output mode 'native') is only supported with the gpt-4o-mini, gpt-4o-mini-2024-07-18, and gpt-4o-2024-08-06 model snapshots and later.
54
60
# We leave it in here for all models because the `default_structured_output_mode` is `'tool'`, so `native` is only used
55
61
# when the user specifically uses the `NativeOutput` marker, so an error from the API is acceptable.
0 commit comments