Skip to content

Releases: togethercomputer/together-go

v0.6.0

31 Jan 16:48

Choose a tag to compare

0.6.0 (2026-01-31)

Full Changelog: v0.5.0...v0.6.0

Features

  • Add chat completion support for reasoning.enabled (9d821b1)
  • api: Add API for listing deployments (7ae9e4d)
  • api: Add beta sdks for jig features (f80bbfb)
  • api: Move jobs apis to nest under model uploads per their use case (b3eec48)
  • api: Move queue out of jig namespace (a8e9ed4)
  • api: Update Jig types and add retrieve_logs api to jig (bb63107)
  • client: add a convenient param.SetJSON helper (b8673c7)
  • internal: Add code samples to deployments features (c0f96ad)
  • internal: Update to new cluster api routing (553f81b)
  • move byoc features under /deployments route (0b9b31e)

Chores

  • api: Improve type names for jig volumes and logs (b18ce77)
  • api: move hardware listing feature under endpoints resource. (1b438c0)
  • api: Move Queue SDK methods into Jig namespace (21a6462)
  • api: Rename jig queue apis (76aef2c)
  • client: improve example values (0d7c1e5)

Documentation

  • axle-queue: added axle-queue endpoints (f4809ad)

v0.5.0

22 Jan 17:28

Choose a tag to compare

0.5.0 (2026-01-21)

Full Changelog: v0.4.0...v0.5.0

Features

  • [wip] (d677d1f)
  • Add started_at timestamp to fix time estimation (774f5af)
  • client: add a StreamError type to access raw events from sse streams (e1bbd04)

Bug Fixes

  • client: retain streaming when user sets request body (7824476)
  • docs: add missing pointer prefix to api.md return types (22ac5e5)

Chores

  • Add code samples and descriptions to instant cluster apis (24bd713)
  • api: Remove APIs that were accidentally added in the wrong namespace (051991e)
  • internal: update actions/checkout version (4c69157)
  • Mark disable_prompt_cache as deprecated for endpoint creation (d086fd1)
  • Update cluster apis to reflect their new response shape (ff8489a)

v0.4.0

06 Jan 21:53

Choose a tag to compare

0.4.0 (2026-01-06)

Full Changelog: v0.3.0...v0.4.0

Features

  • Add compliance and chat_template_kwargs to chat completions spec (46c9a08)
  • Support VLM finetuning (5368df6)
  • VLM Support update (8979fd6)

Chores

  • add float64 to valid types for RegisterFieldValidator (934b198)
  • Add Instant Clusters to OpenAPI spec (94d3cbd)
  • internal: codegen related update (310bb8b)
  • internal: use different example values for some enums (397c345)

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