Skip to content

Releases: openai/openai-go

v0.1.0-beta.4

02 Apr 05:07
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release

0.1.0-beta.4 (2025-04-02)

Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4

Features

Chores

  • docs: update file uploads in README (#333) (471c452)
  • internal: codegen related update (#335) (48422dc)
  • Remove deprecated/unused remote spec feature (c5077a1)

v0.1.0-beta.3

28 Mar 05:07
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release

0.1.0-beta.3 (2025-03-28)

Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3

⚠ BREAKING CHANGES

  • client: add enums (#327)

Features

  • api: add get /chat/completions endpoint (e8ed116)
  • api: add get /responses/{response_id}/input_items endpoint (8870c26)

Bug Fixes

Chores

v0.1.0-beta.2

22 Mar 23:06
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

0.1.0-beta.2 (2025-03-22)

Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2

Bug Fixes

  • client: elide fields in ToAssistantParam (#309) (1fcd837)

v0.1.0-beta.1

22 Mar 17:23
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

0.1.0-beta.1 (2025-03-22)

Full Changelog: v0.1.0-alpha.67...v0.1.0-beta.1

Chores

v0.1.0-alpha.67

21 Mar 05:07
Compare
Choose a tag to compare
v0.1.0-alpha.67 Pre-release
Pre-release

0.1.0-alpha.67 (2025-03-21)

Full Changelog: v0.1.0-alpha.66...v0.1.0-alpha.67

⚠ BREAKING CHANGES

  • api: migrate to v2

Features

  • api: migrate to v2 (9377508)
  • api: new models for TTS, STT, + new audio features for Realtime (#298) (48fa064)

Chores

Documentation

v0.1.0-alpha.66

20 Mar 05:07
Compare
Choose a tag to compare
v0.1.0-alpha.66 Pre-release
Pre-release

0.1.0-alpha.66 (2025-03-20)

Full Changelog: v0.1.0-alpha.65...v0.1.0-alpha.66

Features

  • api: o1-pro now available through the API (#296) (c3265ab)

Bug Fixes

  • api: correct some Responses types (#295) (9ec5b48)
  • types: improve responses type names (ffc93bb)

Chores

v0.1.0-alpha.65

17 Mar 15:05
Compare
Choose a tag to compare
v0.1.0-alpha.65 Pre-release
Pre-release

0.1.0-alpha.65 (2025-03-17)

Full Changelog: v0.1.0-alpha.64...v0.1.0-alpha.65

Bug Fixes

v0.1.0-alpha.64

17 Mar 15:05
Compare
Choose a tag to compare
v0.1.0-alpha.64 Pre-release
Pre-release

0.1.0-alpha.64 (2025-03-15)

Full Changelog: v0.1.0-alpha.63...v0.1.0-alpha.64

⚠ BREAKING CHANGES

  • client: improve naming of some variants (#89)

Features

  • add azure, examples, and message constructors (fb2df0f)
  • add SKIP_BREW env var to ./scripts/bootstrap (#255) (151c5e7)
  • add support for error property in stream (#29) (0c7d6e5)
  • api: add chatgpt-4o-latest model (#24) (110d1f0)
  • api: add file search result details to run steps (#32) (c1862bd)
  • api: add gpt-4.5-preview (#242) (961bf16)
  • api: add gpt-4o-2024-11-20 model (#131) (8fe1011)
  • api: add gpt-4o-audio-preview model for chat completions (#88) (f4a76d0)
  • api: add new, expressive voices for Realtime and Audio in Chat Completions (#101) (f946acc)
  • api: add o1 models (#49) (698a0c9)
  • api: add o3-mini (#195) (1dc8887)
  • api: add omni-moderation model (#63) (7402f24)
  • api: add support for predicted outputs (#110) (73c798a)
  • api: add support for storing chat completions (#228) (3da23d8)
  • api: new o1 and GPT-4o models + preference fine-tuning (#142) (a9e2f35)
  • api: support storing chat completions, enabling evals and model distillation in the dashboard (#72) (b0eae50)
  • api: update enum values, comments, and examples (#181) (29e5479)
  • api: updates (#138) (525573e)
  • api: updates (#259) (aa5cb47)
  • api: updates (#5) (f92a25c)
  • assistants: add polling helpers and examples (#84) (eaa9194)
  • client: accept RFC6838 JSON content types (#256) (9a8f472)
  • client: allow custom baseurls without trailing slash (#254) (32b7eb4)
  • client: improve default client options support (0c621c0)
  • client: improve default client options support (#266) (e68b1cd)
  • client: improve naming of some variants (#89) (6bb0f75)
  • client: send X-Stainless-Timeout header (#204) (72405f0)
  • client: send retry count header (#60) (01ed6ab)
  • examples/structure-outputs: created an example for using structured outputs (d4303e8)
  • extract out ImageModel, AudioModel, SpeechModel (#3) (4b90869)
  • make enums not nominal (#4) (a559359)
  • move pagination package from internal to packages (#81) (c7476f7)
  • pagination: avoid fetching when has_more: false (#218) (978707d)
  • publish (c329601)
  • simplify content union (#18) (b228103)
  • stream-accumulators: added streaming accumulator helpers and example (ecfdb64)
  • support assistants stream (7c00c63)
  • support deprecated markers (#178) (2c21e34)
  • vector store: improve chunking strategy type names (#40) (5d0740f)

Bug Fixes

  • api/types: correct audio duration & role types (#209) (f480273)
  • api: add missing file rank enum + more metadata (#248) (a47089e)
  • api: add missing reasoning effort + model enums (#215) (5b53a1d)
  • api: escape key values when encoding maps (#116) (a29c08e)
  • audio: correct response_format translations type (#62) (c46777b)
  • beta: pass beta header by default (#75) (e0a5caa)
  • client: don't truncate manually specified filenames (#230) (86febfc)
  • client: no panic on missing BaseURL (#121) (9e252ee)
  • correct required fields for flattened unions (#120) (9d6e6f2)
  • deserialization of struct unions that implement json.Unmarshaler (#11) (7c0847a)
  • do not call path.Base on ContentType (#225) (e1c1a55)
  • **examples/fin...
Read more

v0.1.0-alpha.62

06 Mar 03:44
Compare
Choose a tag to compare
v0.1.0-alpha.62 Pre-release
Pre-release

0.1.0-alpha.62 (2025-03-05)

Full Changelog: v0.1.0-alpha.61...v0.1.0-alpha.62

Bug Fixes

  • api: add missing file rank enum + more metadata (#248) (78e98d1)

v0.1.0-alpha.61

27 Feb 22:21
Compare
Choose a tag to compare
v0.1.0-alpha.61 Pre-release
Pre-release

0.1.0-alpha.61 (2025-02-27)

Full Changelog: v0.1.0-alpha.60...v0.1.0-alpha.61

Documentation

  • update URLs from stainlessapi.com to stainless.com (#243) (98019cf)