Commit Graph

51 Commits

Author SHA1 Message Date
stainless-app[bot]
7f2e164ec2 chore(internal): spec update (#145) 2024-12-17 18:05:26 +00:00
stainless-app[bot]
0dd4145cb7 feat(api): new o1 and GPT-4o models + preference fine-tuning (#142)
learn more here: https://platform.openai.com/docs/changelog
2024-12-17 17:56:58 +00:00
stainless-app[bot]
67a71fe6a9 feat(api): updates (#138) 2024-12-04 20:53:54 +00:00
stainless-app[bot]
fa3f45ba85 chore: bump openapi url (#136) 2024-12-04 20:20:53 +00:00
stainless-app[bot]
9ed67cfefa feat(api): add gpt-4o-2024-11-20 model (#131) 2024-11-20 18:17:55 +00:00
stainless-app[bot]
ebcd53f44b chore(internal): spec update (#130) 2024-11-18 10:42:34 +00:00
stainless-app[bot]
212e3ff4a6 chore(tests): limit array example length (#128) 2024-11-18 10:29:25 +00:00
stainless-app[bot]
91d6c90a46 fix(client): no panic on missing BaseURL (#121) 2024-11-11 21:03:02 +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]
c1515de01b fix(api): escape key values when encoding maps (#116) 2024-11-08 15:56:01 +00:00
stainless-app[bot]
3e47e79a86 docs: add missing docs for some enums (#114) 2024-11-07 17:54:13 +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]
458e644efb feat(api): add new, expressive voices for Realtime and Audio in Chat Completions (#101)
https://platform.openai.com/docs/changelog
2024-10-30 16:11:59 +00:00
stainless-app[bot]
27ebf71cf3 chore(internal): update spec version (#95) 2024-10-23 21:57:20 +00:00
stainless-app[bot]
a6aba4c32e feat(client)!: improve naming of some variants (#89) 2024-10-22 18:24:39 +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]
6d1ba80b9c chore: fix GetNextPage docstring (#78) 2024-10-10 10:10:14 +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]
539835bb6e docs: improve and reference contributing documentation (#73) 2024-10-01 19:35:40 +00:00
stainless-app[bot]
ccdf63d9e6 feat(api): support storing chat completions, enabling evals and model distillation in the dashboard (#72)
Learn more at http://openai.com/devday2024
2024-10-01 17:52:13 +00:00
stainless-app[bot]
610557b20d chore(docs): fix maxium typo (#69) 2024-09-30 14:52:13 +00:00
stainless-app[bot]
d713c70671 chore(docs): remove some duplicative api.md entries (#65) 2024-09-27 22:58:49 +00:00
stainless-app[bot]
0aa7af1bc5 feat(api): add omni-moderation model (#63) 2024-09-26 17:25:45 +00:00
stainless-app[bot]
a1060caf14 fix(audio): correct response_format translations type (#62) 2024-09-25 12:03:09 +00:00
stainless-app[bot]
de6481f39a feat(client): send retry count header (#60) 2024-09-24 19:33:18 +00:00
stainless-app[bot]
78579a1c74 chore(types): improve type name for embedding models (#57) 2024-09-19 16:21:41 +00:00
stainless-app[bot]
f7b868f11c chore(internal): update spec link (#53) 2024-09-16 12:24:33 +00:00
stainless-app[bot]
2ecc69b487 docs: update CONTRIBUTING.md (#51) 2024-09-13 15:30:28 +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]
5663c0e8b1 fix(requestconfig): copy over more fields when cloning (#44) 2024-09-10 14:37:41 +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]
fb5e50b566 feat: add support for error property in stream (#29) 2024-08-22 19:21:26 +00:00
stainless-app[bot]
9a456fdf14 feat(api): add chatgpt-4o-latest model (#24) 2024-08-16 13:40:55 +00:00
stainless-app[bot]
441bd74587 chore(types): define FilePurpose enum (#22) 2024-08-15 21:59:18 +00:00
stainless-app[bot]
b54caf90df feat: simplify content union (#18) 2024-08-12 21:26:00 +00:00
stainless-app[bot]
fddea9ec6b chore(examples): minor formatting changes (#14) 2024-08-12 19:48:21 +00:00
stainless-app[bot]
6cb40fe48a chore: bump Go to v1.21 (#12) 2024-08-12 15:48:18 +00:00
stainless-app[bot]
a5698c4df3 fix: deserialization of struct unions that implement json.Unmarshaler (#11) 2024-08-09 20:00:01 +00:00
stainless-app[bot]
1c20ed69c0 chore(ci): bump prism mock server version (#10) 2024-08-09 17:44:00 +00:00
stainless-app[bot]
1820bd77ed chore(ci): codeowners file (#9) 2024-08-09 16:33:08 +00:00
stainless-app[bot]
073cb1d05a chore(internal): updates (#6) 2024-08-08 20:21:43 +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]
5f9f87bd2f feat: make enums not nominal (#4) 2024-08-02 04:04:57 +00:00
stainless-app[bot]
95b140f78c feat: extract out ImageModel, AudioModel, SpeechModel (#3) 2024-08-02 02:47:47 +00:00
stainless-app[bot]
eb86ae50ef chore(internal): updates (#2) 2024-08-01 11:05:12 +00:00
Young-Jin Park
fb2df0fe22 feat: add azure, examples, and message constructors 2024-07-31 20:46:06 -04:00
Stainless Bot
c329601324 feat: publish 2024-08-01 00:02:01 +00:00