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 used to generate the response, like `gpt-4o` or `o1`. OpenAI offers a wide range of models with different capabilities, performance characteristics, and price points.
25
25
/// Refer to the [model guide](https://platform.openai.com/docs/models) to browse and compare available models.
26
26
publicletmodel:String
27
-
27
+
28
+
/// An optional key to use for prompt caching.
29
+
publicletpromptCacheKey:String?
30
+
28
31
/// Specify additional output data to include in the model response.
0 commit comments