Skip to content

Releases: togethercomputer/together-py

v2.0.0-alpha.8

26 Nov 19:34
efc16ba

Choose a tag to compare

v2.0.0-alpha.8 Pre-release
Pre-release

2.0.0-alpha.8 (2025-11-26)

Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8

Features

  • api: api update (49bb5d4)
  • api: Fix internal references for VideoJob spec (fb5e7bb)

Bug Fixes

  • Address incorrect logic for endpoint [command] --wait false logic (31236a9)

Chores

  • Remove incorrect file upload docs (5bb847e)
  • Remove incorrect file upload docs (bb97093)

v2.0.0-alpha.7

26 Nov 09:08
8cf53d8

Choose a tag to compare

v2.0.0-alpha.7 Pre-release
Pre-release

2.0.0-alpha.7 (2025-11-26)

Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7

Bug Fixes

  • include rich in package dependencies (9c9c5fc)

v2.0.0-alpha.6

25 Nov 21:50
ecdcbc5

Choose a tag to compare

v2.0.0-alpha.6 Pre-release
Pre-release

2.0.0-alpha.6 (2025-11-25)

Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6

Chores

v2.0.0-alpha.5

25 Nov 19:12
20305ca

Choose a tag to compare

v2.0.0-alpha.5 Pre-release
Pre-release

2.0.0-alpha.5 (2025-11-25)

Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5

Features

Bug Fixes

  • uv v0.8.11 only has python 3.14rc, which causes issues with pydantic 2 (981828a)

Chores

  • internal: working around mypy (7d080fc)

v2.0.0-alpha.4

24 Nov 17:09
6dff8a3

Choose a tag to compare

v2.0.0-alpha.4 Pre-release
Pre-release

2.0.0-alpha.4 (2025-11-24)

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

Chores

  • Run bootstrap on codebase (399a559)

v2.0.0-alpha.3

24 Nov 15:57
3d299f2

Choose a tag to compare

v2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2025-11-24)

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

Features

  • api: update via SDK Studio (79346e8)

Chores

  • internal: codegen related update (ae73675)

v2.0.0-alpha.2

21 Nov 15:57
503baf4

Choose a tag to compare

v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2025-11-21)

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

⚠ 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

Features

v2.0.0-alpha.1

21 Nov 15:08
fb3cea1

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2025-11-21)

Full Changelog: v0.1.0-alpha.28...v2.0.0-alpha.1

⚠ BREAKING CHANGES

  • 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

Features

  • api: api update (921fa59)
  • api: Change fine tuning download method to .create (aa27907)
  • api: Change image creation signature to images.generate (a6e3ad7)
  • api: Change rerank method signature (338c415)
  • api: Port finetuning create code from together-python (#176) (ef3bd52)

Chores

  • api: Remove auto-generated fine_tuning.create method from Python SDK (c533f29)
  • Fix examples (35422cb)

v0.1.0-alpha.28

18 Nov 20:46
6d8d4f9

Choose a tag to compare

v0.1.0-alpha.28 Pre-release
Pre-release

0.1.0-alpha.28 (2025-11-18)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

  • api: api update (c854d7d)
  • api: file upload method signature and functionality match previ… (#174) (e2a19ca)

Chores

  • api: Remove auto-generated files upload API to support custom coded version (d6c9c59)

v0.1.0-alpha.27

14 Nov 18:19
612adb1

Choose a tag to compare

v0.1.0-alpha.27 Pre-release
Pre-release

0.1.0-alpha.27 (2025-11-14)

Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27

Features

  • api: Add batches.cancel API (c0e615b)