We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51aab commit 2b6d074Copy full SHA for 2b6d074
docs/openapi.json
@@ -1430,6 +1430,13 @@
1430
},
1431
"nullable": true
1432
1433
+ "energy_mj": {
1434
+ "type": "integer",
1435
+ "format": "int64",
1436
+ "example": 152,
1437
+ "nullable": true,
1438
+ "minimum": 0
1439
+ },
1440
"finish_reason": {
1441
"$ref": "#/components/schemas/FinishReason"
1442
@@ -2156,6 +2163,13 @@
2156
2163
"input_length"
2157
2164
],
2158
2165
"properties": {
2166
2167
2168
2169
2170
2171
2172
2159
2173
2160
2174
2161
2175
0 commit comments