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
@@ -262,6 +263,17 @@ The model's response text messages. It has to be a stringified version of an arr
262
263
| Exists in OpenTelemetry | No |
263
264
| Example |`["The weather in Paris is rainy and overcast, with temperatures around 57°F", "The weather in London is sunny and warm, with temperatures around 65°F"]`|
264
265
266
+
### gen_ai.response.tokens_per_second
267
+
268
+
The total output tokens per seconds throughput
269
+
270
+
| Property | Value |
271
+
| --- | --- |
272
+
| Type |`double`|
273
+
| Has PII | false |
274
+
| Exists in OpenTelemetry | No |
275
+
| Example |`12345.67`|
276
+
265
277
### gen_ai.response.tool_calls
266
278
267
279
The tool calls in the model's response. It has to be a stringified version of an array of objects.
0 commit comments