Skip to content

Releases: togethercomputer/together-py

v2.0.0-alpha.11

16 Dec 20:47
e51d871

Choose a tag to compare

v2.0.0-alpha.11 Pre-release
Pre-release

2.0.0-alpha.11 (2025-12-16)

Full Changelog: v2.0.0-alpha.10...v2.0.0-alpha.11

Features

  • api: api update (17ad3ec)
  • api: api update (ebc3414)
  • files: add support for string alternative to file upload type (db59ed6)

Chores

  • internal: add missing files argument to base client (6977285)

v2.0.0-alpha.10

15 Dec 14:31
fa65f0d

Choose a tag to compare

v2.0.0-alpha.10 Pre-release
Pre-release

2.0.0-alpha.10 (2025-12-15)

Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10

Features

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (048f2b7)

Chores

  • add missing docstrings (a1c8329)
  • internal: avoid using unstable Python versions in tests (6268112)
  • Update model list CLI to use api parameter for dedicated filtering (#195) (95cc672)

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

v2.0.0-alpha.9

03 Dec 20:16
aeeeea1

Choose a tag to compare

v2.0.0-alpha.9 Pre-release
Pre-release

2.0.0-alpha.9 (2025-12-03)

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

Features

Bug Fixes

  • ensure streams are always closed (db990c7)

Chores

  • bump required uv version (1dfec56)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (2235b95)
  • docs: use environment variables for authentication in code snippets (051c1b4)
  • fix internal type issues (4a2b0f1)
  • update lockfile (e93c953)

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