Commit Graph

294 Commits

Author SHA1 Message Date
Jacob Zimmerman
9a82321d9e chore(docs): typo fix 2025-05-18 23:01:21 -04:00
Kevin Whinnery
e50580de82 Merge pull request #391 from openai/release-please--branches--main--changes--next
release: 0.1.0-beta.11
v0.1.0-beta.11
2025-05-16 14:49:40 -05:00
stainless-app[bot]
ecfccf0ecf release: 0.1.0-beta.11 2025-05-16 19:41:43 +00:00
stainless-app[bot]
337325ee13 codegen metadata 2025-05-16 19:41:17 +00:00
stainless-app[bot]
a5d8b5d6b1 feat(client)!: clearer array variant names 2025-05-16 18:47:25 +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]
183aaf700f feat(api): responses x eval api 2025-05-15 21:29:03 +00:00
stainless-app[bot]
072dce4648 feat(client): add support for endpoint-specific base URLs in python
This also changes how `WithEnvironmentProduction()` and `WithBaseURL()` interact. Previously, `WithBaseURL()` would be overridden by `WithEnvironmentProduction()` if `WithEnvironmentProduction()` was later in the list of options; now, `WithBaseURL()` always takes precedence.
2025-05-13 15:23:02 +00:00
stainless-app[bot]
3fabca6b5c feat(api): add o3 and o4-mini model IDs 2025-05-08 15:16:51 -04:00
meorphis
9c50a1eb9f feat: fix lint 2025-05-08 15:05:19 -04:00
stainless-app[bot]
831a12451c feat(api): Add reinforcement fine-tuning api support 2025-05-08 17:23:42 +00:00
stainless-app[bot]
523487582e feat(client): experimental support for unmarshalling into param structs 2025-05-08 02:15:46 +00:00
stainless-app[bot]
69561c549e fix(client): include path for type names in example code 2025-05-08 02:12:38 +00:00
stainless-app[bot]
9a002299a9 chore(docs): update respjson package name 2025-05-08 02:12:35 +00:00
stainless-app[bot]
443351625e feat(client)!: rename resp package 2025-05-08 02:12:32 +00:00
stainless-app[bot]
9f312a9b14 fix(client)!: improve core function names 2025-05-08 02:05:22 +00:00
stainless-app[bot]
0852fb3101 feat(api): add image sizes, reasoning encryption 2025-05-08 02:00:11 +00:00
stainless-app[bot]
a2c3de9e6c fix(client)!: improve union variant names 2025-05-08 02:00:05 +00:00
stainless-app[bot]
910d1730e9 fix(client): resolve issue with optional multipart files 2025-05-08 01:59:58 +00:00
stainless-app[bot]
bf17880e18 feat(api): adding new image model support 2025-05-08 01:59:55 +00:00
stainless-app[bot]
239c4e2cb3 chore(utils): add internal resp to param utility 2025-05-08 01:59:08 +00:00
stainless-app[bot]
8a78f37c25 feat(client)!: improve param subunions & deduplicate types 2025-05-08 01:59:05 +00:00
stainless-app[bot]
710b92eaa7 fix(client): clean up reader resources 2025-05-07 16:31:39 +00:00
stainless-app[bot]
fc9fec3c46 fix(client): unmarshal responses properly 2025-05-07 16:31:29 +00:00
stainless-app[bot]
f2d7118295 fix(client): correctly update body in WithJSONSet 2025-05-07 16:31:26 +00:00
stainless-app[bot]
8e6aad6d54 feat(client): add dynamic streaming buffer to handle large lines 2025-05-07 16:31:24 +00:00
stainless-app[bot]
a4a526d578 revert custom code applied to a generated branch (#410)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-05-07 16:31:18 +00:00
stainless-app[bot]
eebf84bf19 fix(pagination): handle errors when applying options 2025-05-07 16:31:15 +00:00
stainless-app[bot]
ff828094b5 feat(client): add helper method to generate constant structs 2025-05-07 16:31:12 +00:00
stainless-app[bot]
83724640c6 fix: handle empty bodies in WithJSONSet 2025-05-07 16:31:10 +00:00
stainless-app[bot]
7682154fdb chore(ci): only use depot for staging repos 2025-05-07 16:31:07 +00:00
stainless-app[bot]
d7badbc0d1 chore(ci): run on more branches and use depot runners 2025-05-07 16:31:05 +00:00
stainless-app[bot]
26b0dd760c chore(ci): add timeout thresholds for CI jobs 2025-05-07 16:31:02 +00:00
stainless-app[bot]
a847e8df45 chore(readme): improve formatting 2025-05-07 16:31:00 +00:00
stainless-app[bot]
ec171b2405 feat(client): support more time formats 2025-05-07 16:30:58 +00:00
stainless-app[bot]
ca175533ac fix(client): time format encoding fix 2025-05-07 16:30:55 +00:00
stainless-app[bot]
0d372687d6 feat(client): add support for reading base URL from environment variable 2025-05-07 16:30:45 +00:00
stainless-app[bot]
4befa5a48c chore(docs): document pre-request options 2025-05-07 16:30:39 +00:00
stainless-app[bot]
f5f0bb05ee docs: update documentation links to be more uniform 2025-05-07 16:30:37 +00:00
stainless-app[bot]
1ef19d4cc9 feat(api): adding gpt-4.1 family of model IDs 2025-05-07 16:30:33 +00:00
stainless-app[bot]
c0414f15a9 release: 0.1.0-beta.10 v0.1.0-beta.10 2025-04-14 16:46:37 +00:00
stainless-app[bot]
192ec22bd7 chore(internal): reduce CI branch coverage 2025-04-14 16:46:37 +00:00
stainless-app[bot]
17cbc6d2c8 chore(internal): expand CI branch coverage (#369) 2025-04-14 16:46:37 +00:00
stainless-app[bot]
e1d5123160 release: 0.1.0-beta.9 v0.1.0-beta.9 2025-04-09 10:28:29 +01:00
stainless-app[bot]
4e42dd39d9 chore: workaround build errors (#366) 2025-04-09 10:28:29 +01:00
stainless-app[bot]
0ae103de4e release: 0.1.0-beta.8 v0.1.0-beta.8 2025-04-09 05:07:19 +00:00
stainless-app[bot]
68c32a0aec feat(api): manual updates (#363) 2025-04-09 05:07:19 +00:00
stainless-app[bot]
8599318b87 chore(internal): skip broken test (#362) 2025-04-09 05:07:19 +00:00
stainless-app[bot]
5e86f0f273 chore(internal): fix examples (#361) 2025-04-09 05:07:19 +00:00