stainless-app[bot]
93f6779c0c
feat(api): sora api improvements: character api, video extensions/edits, higher resolution exports.
2026-03-13 18:51:52 +00:00
stainless-app[bot]
fa9413f9b7
feat(api): add video edits/extensions/character, remove Azure/webhook/polling helpers
2026-03-12 23:19:00 +00:00
stainless-app[bot]
d09c984afe
chore(internal): reduce warnings
2026-03-05 18:12:45 +00:00
stainless-app[bot]
6cb27d898f
feat(api): skills and hosted shell
2026-02-10 18:14:06 +00:00
stainless-app[bot]
951e6d6686
docs: split api.md by standalone resources
2026-02-05 16:27:27 +00:00
stainless-app[bot]
df20e480d9
fix(docs): add missing pointer prefix to api.md return types
2026-01-27 23:32:58 +00:00
stainless-app[bot]
034524d8bf
feat(api): fix grader input list, add dated slugs for sora-2
2025-12-15 16:16:59 +00:00
stainless-app[bot]
48c5ff3340
feat(api): gpt-5.1-codex-max and responses/compact
2025-12-04 18:04:05 +00:00
stainless-app[bot]
d5cc8ab31a
feat(api): gpt 5.1
2025-12-01 21:18:30 +00:00
stainless-app[bot]
be5c35e2cb
feat(api): Add responses.input_tokens.count
2025-10-20 17:16:02 +00:00
stainless-app[bot]
1aa78dda7a
feat(api): api update
2025-10-17 17:32:51 +00:00
stainless-app[bot]
8ab21748d3
feat(api): Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint
2025-10-16 15:14:07 +00:00
stainless-app[bot]
f1adab139a
feat(api): dev day 2025 launches
...
DevDay 2025 launches including videos and chatkit beta
2025-10-06 18:08:01 +00:00
stainless-app[bot]
d84f4e5c2c
feat(api): add support for realtime calls
2025-10-02 20:43:08 +00:00
stainless-app[bot]
13778d44fe
release: 3.0.0
2025-09-30 16:35:20 +00:00
stainless-app[bot]
21901ef84e
feat(api): Support images and files for function call outputs in responses, BatchUsage
...
This release introduces a major version change to reflect a breaking modification in the `ResponseFunctionToolCallOutputItem` and `ResponseCustomToolCallOutput` schemas. Specifically, the `output` field, which previously accepted only a `string` value, has been expanded to support multiple structured types:
```
Before: output: string
After: output: string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>
```
This change allows custom tool calls to return images, files, and rich text content in addition to plain strings, aligning `ResponseCustomToolCallOutput` with the broader `ResponseInput` type system. Because this alters the type and shape of the field, it may break existing callsites that only accept strings.
BREAKING CHANGE: `ResponseFunctionToolCallOutputItem.output` and `ResponseCustomToolCallOutput.output` now return `string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>` instead of `string` only. This may break existing callsites that assume `output` is always a string.
2025-09-30 16:34:31 +00:00
stainless-app[bot]
ba04b41aaf
feat(api): type updates for conversations, reasoning_effort and results for evals
2025-09-17 22:03:16 +00:00
stainless-app[bot]
d92ea4850f
chore(api): Minor docs and type updates for realtime
2025-09-11 18:03:54 +00:00
stainless-app[bot]
012b83e3fa
chore(api): fix realtime GA types
2025-09-10 13:33:33 +00:00
stainless-app[bot]
2b6c6db63e
feat(api): ship the RealtimeGA API shape
...
Updates types to use the GA shape for Realtime API
2025-09-08 19:13:32 +00:00
stainless-app[bot]
c49ade7ef3
chore(api): manual updates for ResponseInputAudio
2025-09-02 20:02:17 +00:00
stainless-app[bot]
130fc8ea5b
feat(api): realtime API updates
2025-09-02 00:05:15 +00:00
stainless-app[bot]
5b7c31bde9
feat(api): adding support for /v1/conversations to the API
2025-08-21 16:22:58 +00:00
stainless-app[bot]
f81197b4b0
chore(api): accurately represent shape for verbosity on Chat Completions
2025-08-19 13:48:21 +00:00
stainless-app[bot]
323154ccec
feat(api): add new text parameters, expiration options
2025-08-15 19:11:33 +00:00
stainless-app[bot]
77c994b843
release: 2.0.0 ( #466 )
...
* feat(api): manual updates
* feat(client): support optional json html escaping
* feat(api): adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5
* codegen metadata
* chore: document breaking changes
* chore: change readme warning and minimum version
* feat(client): rename union helpers
* chore: migrate examples
* release: 2.0.0
* release: 2.0.0
* Update CHANGELOG.md
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Jacob Zimmerman <jacob@stainless.com >
2025-08-07 16:48:52 -04:00
stainless-app[bot]
3fb5d8d68e
release: 1.12.0 ( #458 )
...
* codegen metadata
* chore(internal): refactor stream event processing to be more future proof
* feat(api): manual updates
* release: 1.12.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: David Meadows <dmeadows@stainless.com >
2025-07-30 12:45:47 +00:00
stainless-app[bot]
df38777fa4
chore(api): event shapes more accurate
2025-07-22 13:10:56 +00:00
stainless-app[bot]
08c37c1f14
feat(api): manual updates
2025-07-16 16:40:53 +00:00
stainless-app[bot]
f6a7e7dcd8
feat(api): webhook and deep research support
2025-06-26 16:50:47 +00:00
stainless-app[bot]
eb84f42c9d
feat(api): update api shapes for usage and code interpreter
2025-06-23 18:27:08 +00:00
stainless-app[bot]
740f84006a
feat(api): manual updates
2025-06-16 19:04:53 +00:00
stainless-app[bot]
280c698015
feat(api): add reusable prompt IDs
2025-06-16 18:28:24 +00:00
stainless-app[bot]
3258ddb1d0
fix(api): Fix evals and code interpreter interfaces
2025-06-02 19:39:27 +00:00
stainless-app[bot]
f8c8de18b7
fix(client): return binary content from get /containers/{container_id}/files/{file_id}/content
2025-05-29 01:53:52 +00:00
stainless-app[bot]
422a0db3c6
feat(api): new streaming helpers for background responses
2025-05-22 19:57:53 +00:00
stainless-app[bot]
2bd777d681
feat(api): add container endpoint
2025-05-21 18:37:07 +00:00
stainless-app[bot]
e7e2123de7
feat(api): new API tools
2025-05-21 16:20:10 +00:00
stainless-app[bot]
4c623b88a9
feat(api)!: improve naming and remove assistants
2025-05-19 15:06:05 +00:00
stainless-app[bot]
47ca619fa1
feat(api): Updating Assistants and Evals API schemas
2025-05-16 17:10:57 +00:00
stainless-app[bot]
11f5716afa
feat(api): manual updates
2025-05-15 23:47:12 +00:00
stainless-app[bot]
831a12451c
feat(api): Add reinforcement fine-tuning api support
2025-05-08 17:23:42 +00:00
stainless-app[bot]
bf17880e18
feat(api): adding new image model support
2025-05-08 01:59:55 +00:00
stainless-app[bot]
8a78f37c25
feat(client)!: improve param subunions & deduplicate types
2025-05-08 01:59:05 +00:00
stainless-app[bot]
4e42dd39d9
chore: workaround build errors ( #366 )
2025-04-09 10:28:29 +01:00
stainless-app[bot]
4a496a7674
feat(api): Add evalapi to sdk ( #360 )
...
Adding the evalsapi to the sdk.
2025-04-09 05:07:19 +00:00
meorphis
e90706746d
chore(internal): bugfix
2025-03-21 05:07:09 +00:00
stainless-app[bot]
717b6db407
feat(api)!: migrate to v2
2025-03-21 05:07:09 +00:00
stainless-app[bot]
458c075fc5
feat(api): new models for TTS, STT, + new audio features for Realtime ( #298 )
2025-03-21 05:07:09 +00:00
meorphis
296bb5f3fd
Revert "fix: revert bad update"
...
This reverts commit 27008f286a .
2025-03-20 05:06:53 +00:00