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
Copy file name to clipboardExpand all lines: OpenAI.SDK/ObjectModels/RequestModels/RunCreateRequest.cs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,4 +117,11 @@ public class RunCreateRequest : IOpenAIModels.IModel, IOpenAIModels.IMetaData, I
117
117
/// </summary>
118
118
[JsonPropertyName("temperature")]
119
119
publicfloat?Temperature{get;set;}
120
+
121
+
/// <summary>
122
+
/// Constrains effort on reasoning for <see href="https://platform.openai.com/docs/guides/reasoning">reasoning models</see>. Currently supported values are low, medium, and high.
123
+
/// Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
0 commit comments