Skip to content

Releases: togethercomputer/together-go

v0.3.0

16 Dec 20:48
cd990a7

Choose a tag to compare

0.3.0 (2025-12-16)

Full Changelog: v0.2.0...v0.3.0

Features

  • files: add support for string alternative to file upload type (07c6a44)

v0.2.0

16 Dec 15:50

Choose a tag to compare

0.2.0 (2025-12-15)

Full Changelog: v0.1.0...v0.2.0

Features

  • api: Add fine_tuning.estimate_price api (b6e4290)
  • api: api update (be27aa0)
  • api: api update (4431915)
  • api: api update (53b002f)
  • api: api update (68e2d56)
  • encoder: support bracket encoding form-data object members (9388a38)

Bug Fixes

  • mcp: correct code tool API endpoint (895a603)
  • rename param to avoid collision (0e29655)

Chores

  • elide duplicate aliases (b75b29f)
  • internal: codegen related update (0d6799b)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.1.0

05 Dec 00:39

Choose a tag to compare

0.1.0 (2025-12-05)

Full Changelog: v0.1.0-alpha.3...v0.1.0

Features

v0.1.0-alpha.3

03 Dec 21:27

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2025-12-03)

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

⚠ BREAKING CHANGES

  • api: Change call signature for audio.create to audio.speech.create to match spec with python library and add space for future APIs
  • api: Update method signature for reranking to rerank.create()
  • api: Change Fine Tuning method name from download() to content() to align with other namespaces
  • api: For the TS SDK the images.create is now images.generate
  • api: Access to the api for listing checkpoints has changed its name to list_checkpoints
  • api: Access to fine tuning APIs namespace has changed from fine_tune to fine_tuning
  • api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.

Features

  • api: Add audio.voices.list sdk (0aacf5d)
  • api: Add batches.cancel API (a8e2951)
  • api: Add endpoints.list_avzones (c07fe49)
  • api: Add fine_tune.delete API (dceaf80)
  • api: api update (c2f758c)
  • api: api update (b26c51b)
  • api: api update (be1a06c)
  • api: api update (638ebc7)
  • api: api update (5169921)
  • api: api update (48737a3)
  • api: api update (5699d1a)
  • api: api update (a51a5f3)
  • api: api update (2c9ca33)
  • api: api update (e53f0e7)
  • api: api update (c64fc6d)
  • api: Change fine tuning download method to .create (faeb0f8)
  • api: Change image creation signature to images.generate (5ec73f1)
  • api: Change rerank method signature (15519be)
  • api: Change the default max retries from 5 to 2 (becb776)
  • api: Change TTS call signature (f906b2e)
  • api: Fix internal references for VideoJob spec (bbf9a21)
  • api: manual updates (651e447)
  • api: Update Eval APIs (a2baaa3)

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (6d504e0)
  • remove invalid cast (72d5d52)

Chores

  • api: Cleanup some exported types (aade2f0)
  • api: Remove API that is not intended to be public. (df90a15)
  • bump gjson version (704f413)
  • fix integration tests (#106) (8f2d317)
  • internal: grammar fix (it's -> its) (97b3fc5)

Styles

  • api: Change fine tuning method retrieve_checkpoints to list_checkpoints (7e12276)
  • api: Change fine tuning namespace to fine_tuning (cfb8297)

v0.1.0-alpha.2

30 Oct 20:54

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2025-10-30)

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

Features

v0.1.0-alpha.1

21 Oct 23:48
261f847

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2025-10-21)

Full Changelog: v0.0.1-alpha.1...v0.1.0-alpha.1

Features

Read more

v0.0.1-alpha.1

13 Jun 23:58

Choose a tag to compare

v0.0.1-alpha.1 Pre-release
Pre-release

0.0.1-alpha.1 (2024-06-13)

Full Changelog: v0.0.1-alpha.0...v0.0.1-alpha.1

Chores