Commit Graph

50 Commits

Author SHA1 Message Date
stainless-app[bot]
9da4adf788 chore(internal): support default value struct tag 2026-03-25 11:28:07 +00:00
stainless-app[bot]
eb0e5cbc50 chore(internal): codegen related update 2026-03-10 18:59:05 +00:00
stainless-app[bot]
eef5817e21 feat(api): gpt-5.4, tool search tool, and new computer tool 2026-03-05 18:00:35 +00:00
stainless-app[bot]
856fb9fc50 chore(internal): codegen related update 2026-03-03 02:19:14 +00:00
stainless-app[bot]
0261507d39 chore(internal): move custom custom json tags to api 2026-02-24 17:13:14 +00:00
stainless-app[bot]
53ace1f197 fix(api): mark assistants as deprecated 2026-01-23 21:31:05 +00:00
stainless-app[bot]
e3f3197f1f feat(api): gpt 5.2 2025-12-11 18:06:12 +00:00
stainless-app[bot]
96afa44cc3 feat(api): gpt-5.1-codex-max and responses/compact 2025-12-04 17:50:45 +00:00
stainless-app[bot]
a919ae534b feat(api): gpt 5.1 2025-11-13 18:10:32 +00:00
stainless-app[bot]
cb104b0f08 feat(api): comparison filter in/not in 2025-10-10 01:08:54 +00:00
stainless-app[bot]
433a3e1668 chore(internal): version bump 2025-09-30 17:29:54 +00:00
stainless-app[bot]
993a8a2f71 fix: use slices.Concat instead of sometimes modifying r.Options 2025-09-19 17:35:22 +00:00
stainless-app[bot]
10bbf5a7a6 chore(internal): version bump 2025-08-07 20:49:11 +00:00
stainless-app[bot]
2770a51cab feat(api): adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 2025-08-07 17:02:18 +00:00
stainless-app[bot]
549ebbda7c fix(client): cast to raw message when converting to params 2025-06-03 22:03:52 +00:00
stainless-app[bot]
ad360c231e feat(client): allow overriding unions 2025-06-03 18:23:36 +00:00
stainless-app[bot]
2ed36f9948 feat(api): new API tools 2025-05-21 16:20:07 +00:00
stainless-app[bot]
0df59d693b feat(api)!: improve naming and remove assistants 2025-05-19 13:12:50 +00:00
stainless-app[bot]
7530e6ad63 feat(api): Updating Assistants and Evals API schemas 2025-05-16 17:10:55 +00:00
stainless-app[bot]
f27149c035 feat(api): manual updates 2025-05-15 23:47:09 +00:00
stainless-app[bot]
fbe05454a6 feat(client): experimental support for unmarshalling into param structs 2025-05-06 23:11:49 +00:00
stainless-app[bot]
e74e58063a fix(client): include path for type names in example code 2025-05-06 19:24:28 +00:00
stainless-app[bot]
8e3f32c8fa feat(client)!: rename resp package 2025-05-05 19:33:45 +00:00
stainless-app[bot]
e19750bf6c fix(client)!: improve core function names 2025-05-03 03:31:13 +00:00
stainless-app[bot]
92b233ef44 feat(client): add helper method to generate constant structs 2025-04-30 13:45:03 +00:00
stainless-app[bot]
cacfc0511b feat(client)!: improve param subunions & deduplicate types 2025-04-15 19:02:38 +00:00
stainless-app[bot]
fa27434573 feat(api): adding gpt-4.1 family of model IDs 2025-04-14 16:40:38 +00:00
stainless-app[bot]
92729e46e3 feat(client): make response union's AsAny method type safe (#352) 2025-04-07 19:17:03 +00:00
stainless-app[bot]
09312ab0b7 feat(client): support unions in query and forms (#347) 2025-04-03 22:13:20 +00:00
stainless-app[bot]
4f7031032f fix(client)!: add enums (#327) 2025-03-27 22:12:17 +00:00
stainless-app[bot]
64111d4937 chore(internal): bugfix 2025-03-20 18:43:52 -04:00
stainless-app[bot]
01e87e46a4 feat(api)!: migrate to v2 2025-03-20 16:39:58 -04: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]
245f7f7e53 chore: move ChatModel type to shared (#250) 2025-03-06 14:50:04 +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]
3213269cd0 fix(api): add missing reasoning effort + model enums (#215) 2025-02-05 21:26:08 +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]
916b4115e9 fix: correct required fields for flattened unions (#120) 2024-11-11 20:09:41 +00:00
stainless-app[bot]
4fd7f9db4c refactor: sort fields for squashed union structs (#111) 2024-11-05 18:06:43 +00:00
stainless-app[bot]
1da67faa66 feat(api): add support for predicted outputs (#110) 2024-11-04 22:43:37 +00:00
stainless-app[bot]
d5def01fa9 feat(api): add gpt-4o-audio-preview model for chat completions (#88)
This enables audio inputs and outputs. https://platform.openai.com/docs/guides/audio
2024-10-17 16:50:06 +00:00
stainless-app[bot]
757a9304a5 feat: move pagination package from internal to packages (#81) 2024-10-15 20:03:37 +00:00
stainless-app[bot]
4b6d509533 fix(beta): pass beta header by default (#75) 2024-10-08 13:46:51 +00:00
stainless-app[bot]
610557b20d chore(docs): fix maxium typo (#69) 2024-09-30 14:52:13 +00:00
stainless-app[bot]
48accd4f97 feat(api): add o1 models (#49)
See https://platform.openai.com/docs/guides/reasoning for details.
2024-09-12 16:53:19 +00:00
stainless-app[bot]
abaf5a23d3 feat(vector store): improve chunking strategy type names (#40) 2024-09-05 19:27:07 +00:00
stainless-app[bot]
f61e638967 feat(api): add file search result details to run steps (#32) 2024-08-29 16:09:11 +00:00
stainless-app[bot]
c126ef90e7 feat(api): updates (#5)
- This commit removes the `AssistantResponseFormat` type
2024-08-06 17:30:00 +00:00
stainless-app[bot]
95b140f78c feat: extract out ImageModel, AudioModel, SpeechModel (#3) 2024-08-02 02:47:47 +00:00
Stainless Bot
c329601324 feat: publish 2024-08-01 00:02:01 +00:00