Skip to content

Commit ca2c1d1

Browse files
committed
preview version updates
1 parent 61863c2 commit ca2c1d1

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,15 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
193193
]
194194
}
195195
]
196-
}
196+
},
197+
"usage": {
198+
"documentPages": 1,
199+
"tokens": {
200+
"contextualization": 1000,
201+
"input": 1866,
202+
"output": 87
203+
}
204+
}
197205
}
198206
```
199207

@@ -229,7 +237,14 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
229237
]
230238
}
231239
]
232-
}
240+
},
241+
"usage": {
242+
"tokens": {
243+
"contextualization": 1000,
244+
"input": 1866,
245+
"output": 87
246+
}
247+
}
233248
}
234249
```
235250

@@ -274,7 +289,14 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
274289
]
275290
}
276291
]
277-
}
292+
},
293+
"usage": {
294+
"tokens": {
295+
"contextualization": 1000,
296+
"input": 1866,
297+
"output": 87
298+
}
299+
}
278300
}
279301
```
280302

@@ -334,7 +356,14 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
334356
]
335357
}
336358
]
337-
}
359+
},
360+
"usage": {
361+
"tokens": {
362+
"contextualization": 1000,
363+
"input": 1866,
364+
"output": 87
365+
}
366+
}
338367
}
339368
```
340369

articles/ai-services/content-understanding/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ ms.custom:
1717

1818
Azure AI Content Understanding service is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
1919

20+
## October 2025
21+
22+
Azure AI Content Understanding preview version introduces the following updates:
23+
24+
* Azure AI Content Understanding now has increased field count support (1,000) for all modalities.
25+
* The API response body now inclues input, output, and contextualization tokens consumed as part of the `tokens` object. Check out the [quickstart](quickstart/use-rest-api.md) article for more information.
26+
2027
## May 2025
2128

2229
The Azure AI Content Understanding [**`2025-05-01-preview`**](/rest/api/contentunderstanding/content-analyzers?view=rest-contentunderstanding-2025-05-01-preview&preserve-view=true) REST API is now available. This update introduces the following updates and enhanced capabilities:

0 commit comments

Comments
 (0)