Commit Graph

106 Commits

Author SHA1 Message Date
stainless-app[bot]
01e87e46a4 feat(api)!: migrate to v2 2025-03-20 16:39:58 -04:00
stainless-app[bot]
83ac402aee feat(api): new models for TTS, STT, + new audio features for Realtime (#298) 2025-03-20 16:08:04 +00:00
stainless-app[bot]
a9f91ac34c chore(internal): version bump (#297) 2025-03-20 05:08:45 +00:00
stainless-app[bot]
ab726bf0b4 feat(api): o1-pro now available through the API (#296) 2025-03-19 20:34:49 +00:00
stainless-app[bot]
9c58f1094e fix(types): improve responses type names 2025-03-18 20:45:31 +00:00
stainless-app[bot]
79af13922f fix(api): correct some Responses types (#295) 2025-03-18 17:53:39 +00:00
stainless-app[bot]
4f35678026 chore(internal): codegen related update (#292) 2025-03-18 01:19:41 +00:00
stainless-app[bot]
6035c34f13 chore(internal): codegen related update (#286) 2025-03-17 15:40:41 +00:00
stainless-app[bot]
70d16e09bb chore(internal): remove CI condition (#271) 2025-03-14 19:21:15 +00:00
stainless-app[bot]
25a3a810b6 chore(internal): remove extra empty newlines (#268) 2025-03-13 16:48:41 +00:00
stainless-app[bot]
025fe3c02b feat(client): improve default client options support (#266) 2025-03-13 02:07:52 +00:00
stainless-app[bot]
823c514f12 fix(responses): correct reasoning output type (#262) 2025-03-11 21:44:26 +00:00
stainless-app[bot]
914c267390 fix(responses): correct computer use enum value (#261) 2025-03-11 19:52:57 +00:00
stainless-app[bot]
fa0dc6b6a6 feat(api): add /v1/responses and built-in tools (#259)
[platform.openai.com/docs/changelog](http://platform.openai.com/docs/changelog)
2025-03-11 16:38:13 +00:00
stainless-app[bot]
dfdc792efe refactor: tidy up dependencies (#257) 2025-03-11 01:09:46 +00:00
stainless-app[bot]
c3c3661af4 feat(client): accept RFC6838 JSON content types (#256) 2025-03-10 20:04:55 +00:00
stainless-app[bot]
198ab039f7 feat: add SKIP_BREW env var to ./scripts/bootstrap (#255) 2025-03-08 18:19:58 +00:00
stainless-app[bot]
b2f915afd6 feat(client): allow custom baseurls without trailing slash (#254) 2025-03-07 16:11:15 +00:00
stainless-app[bot]
245f7f7e53 chore: move ChatModel type to shared (#250) 2025-03-06 14:50:04 +00:00
stainless-app[bot]
6a4e9e1682 fix(api): add missing file rank enum + more metadata (#248) 2025-03-05 21:22:16 +00:00
stainless-app[bot]
6bf50bb0db docs: update URLs from stainlessapi.com to stainless.com (#243)
More details at https://www.stainless.com/changelog/stainless-com
2025-02-27 22:01:18 +00:00
stainless-app[bot]
0fe4fb22b7 feat(api): add gpt-4.5-preview (#242) 2025-02-27 20:05:48 +00:00
stainless-app[bot]
b3cdfb5be0 chore(internal): fix devcontainers setup (#236) 2025-02-21 15:08:37 +00:00
stainless-app[bot]
fe65c773a5 fix(client): don't truncate manually specified filenames (#230) 2025-02-14 16:59:08 +00:00
stainless-app[bot]
1667a7732e feat(api): add support for storing chat completions (#228) 2025-02-13 19:42:11 +00:00
stainless-app[bot]
d8ea9b3afd fix: do not call path.Base on ContentType (#225) 2025-02-10 21:11:29 +00:00
stainless-app[bot]
9936c4763f fix: fix early cancel when RequestTimeout is provided for streaming requests (#221) 2025-02-07 01:19:33 +00:00
stainless-app[bot]
ef0f67dac4 feat(pagination): avoid fetching when has_more: false (#218) 2025-02-06 15:17:02 +00:00
stainless-app[bot]
3213269cd0 fix(api): add missing reasoning effort + model enums (#215) 2025-02-05 21:26:08 +00:00
stainless-app[bot]
13ef7dab79 fix: update stream error handling (#213) 2025-02-05 20:59:02 +00:00
stainless-app[bot]
8fb41424a4 chore: add UnionUnmarshaler for responses that are interfaces (#211) 2025-02-05 18:05:26 +00:00
stainless-app[bot]
9360096fed fix(api/types): correct audio duration & role types (#209) 2025-02-05 11:26:58 +00:00
stainless-app[bot]
66d269903c chore(api): delete deprecated method (#208) 2025-02-04 19:38:54 +00:00
stainless-app[bot]
ba0697397c chore(docs): add docstring explaining streaming pattern (#205) 2025-02-04 15:23:54 +00:00
stainless-app[bot]
cc4db7824d feat(client): send X-Stainless-Timeout header (#204) 2025-02-03 23:37:10 +00:00
stainless-app[bot]
c574345a67 fix(stream): ensure .Close() doesn't panic (#201) 2025-02-03 15:32:55 +00:00
stainless-app[bot]
3e7551f958 docs: document raw responses (#197) 2025-01-31 22:49:33 +00:00
stainless-app[bot]
91692924ac feat(api): add o3-mini (#195)
fix(types): correct metadata type + other fixes
2025-01-31 19:02:56 +00:00
stainless-app[bot]
98d8d6eb84 fix: fix unicode encoding for json (#193) 2025-01-31 08:48:52 +00:00
stainless-app[bot]
5fe978ae7e test: use o1 in examples (#190) 2025-01-30 15:28:32 +00:00
stainless-app[bot]
b16370347a chore: refactor client tests (#187) 2025-01-28 22:01:41 +00:00
stainless-app[bot]
268bc60763 feat(api): update enum values, comments, and examples (#181) 2025-01-22 13:21:07 +00:00
stainless-app[bot]
63ff6253a1 feat: support deprecated markers (#178) 2025-01-21 21:38:29 +00:00
stainless-app[bot]
650dd0eaae fix: fix apijson.Port for embedded structs (#177) 2025-01-20 22:41:15 +00:00
stainless-app[bot]
dc0df38738 chore(internal): rename streaming.go (#176) 2025-01-20 18:33:09 +00:00
stainless-app[bot]
21793666da fix: fix apijson.Port for embedded structs (#174) 2025-01-20 16:34:52 +00:00
stainless-app[bot]
efa643834a fix: flush stream response when done event is sent (#172) 2025-01-20 04:09:35 +00:00
stainless-app[bot]
64ccf2a815 chore(types): rename vector store chunking strategy (#169) 2025-01-14 12:00:02 +00:00
stainless-app[bot]
9ff73158a3 chore(internal): streaming refactors (#165) 2025-01-13 16:20:15 +00:00
stainless-app[bot]
a1480bd77f chore(internal): spec update (#158) 2025-01-08 16:41:47 +00:00