Releases: togethercomputer/together-go
Releases · togethercomputer/together-go
v0.6.0
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
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/checkoutversion (4c69157) - Mark disable_prompt_cache as deprecated for endpoint creation (d086fd1)
- Update cluster apis to reflect their new response shape (ff8489a)
v0.4.0
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
v0.3.0
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
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
Chores
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
v0.1.0-alpha.3
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.createtoaudio.speech.createto 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()tocontent()to align with other namespaces - api: For the TS SDK the
images.createis nowimages.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_tunetofine_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
v0.1.0-alpha.2
v0.1.0-alpha.1
0.1.0-alpha.1 (2025-10-21)
Full Changelog: v0.0.1-alpha.1...v0.1.0-alpha.1
Features
- add SKIP_BREW env var to ./scripts/bootstrap (#82) (c67fa65)
- api: add audio create method (#59) (7dcaec8)
- api: add batch api to config (8b2dab0)
- api: add evals api to config (9036aa3)
- api: Add file_type and file_purpose (ebecf25)
- api: add files/upload apu support and switch upload_file method over to use it. (be1a90e)
- api: add models for chat completion structured message types (#50) (5b71d34)
- api: add tci resources (1afafee)
- api: Add Video APIs (e3905be)
- api: adding audio APIs (7cb450e)
- api: address diagnostic issues in audio api, correct openapi issue in images api, disambiguate a response in finetune api, enable automated testing on finetune and images (1be944d)
- api: adds unspecified endpoints (162f10c)
- api: api update (7151eb3)
- api: api update (2613a22)
- api: api update (fcb7987)
- api: api update (6209f26)
- api: api update (bfeb6d7)
- api: api update (eb3812f)
- api: api update (d494d58)
- api: api update (a9679b6)
- api: api update (3c34676)
- api: api update (7c7bb40)
- api: api update (e1cfe52)
- api: api update (3a516e3)
- api: api update (35df411)
- api: api update (3c4d345)
- api: api update (6e212af)
- api: api update (c4dcfd1)
- api: api update (b0bec16)
- api: api update (41c8ee1)
- api: api update (57547b1)
- api: api update (da325b4)
- api: api update (641bca8)
- api: api update (862f389)
- api: api update (e33e547)
- api: api update (947f64c)
- api: api update (128beb1)
- api: api update (62e53ec)
- api: api update (9443342)
- api: api update (a857087)
- api: api update (09ea398)
- api: api update (3b587e1)
- api: api update (#32) (702036a)
- api: api update (#33) (808507d)
- api: api update (#34) (ba315f5)
- api: api update (#35) (6019a6f)
- api: api update (#36) (6110d6e)
- api: api update (#37) (bfd0cee)
- api: api update (#38) (62dd3d7)
- api: api update (#43) (d8a9b55)
- api: api update (#45) (f0a3b59)
- api: api update (#46) (c28a6de)
- api: api update (#47) (1976ac7)
- api: api update (#48) (afcd02e)
- api: api update (#49) (4cab411)
- api: api update (#60) (cc1cdb3)
- api: api update (#65) (ebf6be5)
- api: api update (#71) (a28a155)
- api: api update (#74) (c8af2c2)
- api: api update (#76) (e0074c9)
- api: api update (#79) ([3567145](35671455...