Skip to content

Releases: togethercomputer/together-typescript

v0.35.1

06 Jan 21:53

Choose a tag to compare

0.35.1 (2026-01-06)

Full Changelog: v0.35.0...v0.35.1

Chores

  • Add Instant Clusters to OpenAPI spec (2b597be)

v0.35.0

06 Jan 21:23

Choose a tag to compare

0.35.0 (2026-01-06)

Full Changelog: v0.34.0...v0.35.0

Features

  • Add compliance and chat_template_kwargs to chat completions spec (137e09b)
  • Support VLM finetuning (4a0271f)
  • VLM Support update (f595d10)

Chores

  • break long lines in snippets into multiline (6b244ee)
  • internal: codegen related update (ebd27f6)

Documentation

v0.34.0

16 Dec 20:49

Choose a tag to compare

0.34.0 (2025-12-16)

Full Changelog: v0.33.0...v0.34.0

Features

  • api: Add fine_tuning.estimate_price api (5bc345a)
  • api: api update (45fab63)
  • api: api update (ed3cd71)
  • api: api update (fa70d77)
  • files: add support for string alternative to file upload type (94f6844)

Bug Fixes

  • mcp: correct code tool API endpoint (d56a0f6)
  • mcp: return correct lines on typescript errors (be827cf)

Chores

  • internal - format (df4bf75)
  • internal: codegen related update (1862dd3)
  • internal: codegen related update (b04ce10)

v0.33.0

04 Dec 23:42

Choose a tag to compare

0.33.0 (2025-12-04)

Full Changelog: v0.32.0...v0.33.0

Features

v0.32.0

03 Dec 17:44
264bfcc

Choose a tag to compare

0.32.0 (2025-12-02)

Full Changelog: v0.31.2...v0.32.0

Features

  • api: Add min/max speakers to audio create (11770a0)
  • api: Add reference_images to image generate (037bc6e)

Chores

  • internal: upgrade eslint (712f80d)

v0.31.2

01 Dec 16:30

Choose a tag to compare

0.31.2 (2025-12-01)

Full Changelog: v0.31.1...v0.31.2

Bug Fixes

  • allow build to function in browser environments (89cf3bf)

Chores

v0.31.1

01 Dec 14:02
4de599b

Choose a tag to compare

0.31.1 (2025-12-01)

Full Changelog: v0.31.0...v0.31.1

Bug Fixes

  • move optional dependency out of core dependency (9c74017)

v0.31.0

01 Dec 13:17

Choose a tag to compare

0.31.0 (2025-12-01)

Full Changelog: v0.30.0...v0.31.0

⚠ 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

Features

  • api: Add audio.voices.list sdk (890595e)
  • api: Add batches.cancel API (b1133f8)
  • api: Add endpoints.list_avzones (606fea8)
  • api: Add fine_tune.delete API (79d0c84)
  • api: api update (fed5c48)
  • api: api update (1022fa6)
  • api: api update (da3e212)
  • api: api update (4be10bc)
  • api: api update (e594a76)
  • api: api update (8ec7bf0)
  • api: api update (04797be)
  • api: api update (c219bfd)
  • api: Change fine tuning download method to .create (34f7fe5)
  • api: Change image creation signature to images.generate (250569f)
  • api: Change rerank method signature (70a0ddc)
  • api: Change TTS call signature (fd2189a)
  • api: files.upload supported with custom file checks (5cba49f)
  • api: Fix internal references for VideoJob spec (2ce325f)
  • api: manual updates (9f78929)
  • api: Update Eval APIs (c91b8c0)

Chores

  • api: Cleanup some exported types (3b1eddb)
  • api: Ensure file.upload API remains in codebase after stainless sync (68895c0)
  • api: Remove API that is not intended to be public. (46dcc83)
  • api: Remove auto-generated files upload API to support custom coded version (94c54cb)
  • client: fix logger property type (10df0df)
  • Fix API example (8f34c93)
  • Fix fine tuning examples (b477053)
  • fix lint and type checks (#201) (963673f)

Styles

  • api: Change fine tuning method retrieve_checkpoints to list_checkpoints (b2c168a)
  • api: Change fine tuning namespace to fine_tuning (77b1211)

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.30.0

04 Nov 18:02

Choose a tag to compare

0.30.0 (2025-11-04)

Full Changelog: v0.29.0...v0.30.0

⚠ BREAKING CHANGES

  • 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: Change the default max retries from 5 to 2 (f89b597)

Bug Fixes

  • Do not auto-retry on 500 errors. 501+ can retry (7ce8399)

v0.29.0

30 Oct 15:29

Choose a tag to compare

0.29.0 (2025-10-30)

Full Changelog: v0.28.0...v0.29.0

Features