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
model_id: The model ID (defaults to gpt-4.1-mini-2025-04-14)
255
+
model_id: The model ID (defaults to gpt-5-mini-2025-08-07)
256
256
api_key: API key (if None, will get from environment)
257
257
temperature: The sampling temperature to be used, between 0 and 2. Higher values like 0.8 produce more random outputs, while lower values like 0.2 make outputs more focused and deterministic
258
258
max_completion_tokens: An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.
0 commit comments