Skip to content

Releases: togethercomputer/together-py

v2.1.1

12 Feb 00:50
163d9a8

Choose a tag to compare

2.1.1 (2026-02-12)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • cli: handle None model.type in 'together models list' sort (9c17a0c)
  • cli: handle None model.type in 'together models list' sort (9c17a0c)
  • cli: handle None model.type in 'together models list' sort (94bd7cc)

Chores

  • internal: fix lint error on Python 3.14 (c66238c)

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

10 Feb 19:02
f270535

Choose a tag to compare

2.1.0 (2026-02-10)

Full Changelog: v2.0.0...v2.1.0

Features

  • cli: improve error messages for endpoint creation failures (#230) (0285a69)
  • jig support for multi deployment (d1165fd)

Bug Fixes

  • cli: fine-tuning retrieve now renders data instead of schema (#250) (52cde25)
  • jig: lint errors (07f4d34)
  • jig: migrate old state files properly and be even more defensive about parsing deploy errors (92ef79b)
  • jig: pyright does not handle isinstance type narrowing in ternary expressions. also fix migration logic (bf5267f)
  • remove hardcoded API key from image example (#254) (8f2c60c)

Chores

  • internal: bump dependencies (c9678ff)
  • Update descriptions for jig queue methods and properties (23be158)

v2.0.0

04 Feb 20:14
b280734

Choose a tag to compare

2.0.0 (2026-02-04)

Full Changelog: v2.0.0-alpha.20...v2.0.0

Features

  • api: Publish 2.0 Stable (213f5c1)

v2.0.0-alpha.20

04 Feb 19:43
450a589

Choose a tag to compare

v2.0.0-alpha.20 Pre-release
Pre-release

2.0.0-alpha.20 (2026-02-04)

Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.20

Features

  • ENG-82904 - chore: update ReplicaEvent schema (21d143c)
  • Improve error handling and messaging when api key is missing in CLI usage (#231) (cc16ba6)
  • simplify cli endpoints usability (#233) (4649e95)

Bug Fixes

  • jig: fix jig submit response showing request_id and requestId (#240) (0518b99)
  • jig: print raw json response for retrieve commands in order to maintain the same order (#234) (15324d7)
  • jig: replace pprint with click.echo (67281e7)

Chores

Documentation

v2.0.0-alpha.19

03 Feb 15:29
717080a

Choose a tag to compare

v2.0.0-alpha.19 Pre-release
Pre-release

2.0.0-alpha.19 (2026-02-03)

Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19

Features

  • internal: Add code samples to deployments features (eaa20a5)

Chores

  • api: move hardware listing feature under endpoints resource. (ac6671a)
  • Fix CLI (5d89415)
  • run internal foramt (45ef6b3)

v2.0.0-alpha.18

31 Jan 01:28
5d91472

Choose a tag to compare

v2.0.0-alpha.18 Pre-release
Pre-release

2.0.0-alpha.18 (2026-01-31)

Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18

Features

  • Add chat completion support for reasoning.enabled (7fba349)
  • api: Add API for listing deployments (298d447)
  • api: Add beta sdks for jig features (c3ac883)
  • api: Move jobs apis to nest under model uploads per their use case (368c003)
  • api: Move queue out of jig namespace (ebc1498)
  • api: Update Jig types and add retrieve_logs api to jig (76a3c1a)
  • cli: enhance hardware command to display availability status (#223) (e7cf8a3)
  • client: add custom JSON encoder for extended type support (036a0ea)
  • internal: Update to new cluster api routing (54af0bd)
  • move byoc features under /deployments route (d70e2e9)

Bug Fixes

  • Avoid crashing when uploading a model which weights already exist (#226) (5a9095c)

Chores

  • api: Improve type names for jig volumes and logs (b256c61)
  • api: Move Queue SDK methods into Jig namespace (43179e1)
  • api: Rename jig queue apis (4b466d6)
  • ci: upgrade actions/github-script (c8668a1)

Documentation

  • axle-queue: added axle-queue endpoints (4e60b09)

v2.0.0-alpha.17

21 Jan 23:20
2d7b835

Choose a tag to compare

v2.0.0-alpha.17 Pre-release
Pre-release

2.0.0-alpha.17 (2026-01-21)

Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17

Features

  • cli: add b200 and h200 GPU options for endpoint creation (#218) (b514912)
  • Improve usage of models list cli command (#216) (430e6c1)

Chores

  • Deprecate CLI usage for endpoints create flag --no-promopt-cache (#219) (55e9700)
  • Mark disable_prompt_cache as deprecated for endpoint creation (6a629b2)

v2.0.0-alpha.16

18 Jan 03:30
345b121

Choose a tag to compare

v2.0.0-alpha.16 Pre-release
Pre-release

2.0.0-alpha.16 (2026-01-18)

Full Changelog: v2.0.0-alpha.15...v2.0.0-alpha.16

Features

  • Add backwards compatible support for google colab api keys (#211) (80dacca)
  • Add together clusters get-credentials CLI command (#208) (fa54aa9)
  • client: add support for binary request streaming (8464e12)

Chores

  • Add code samples and descriptions to instant cluster apis (e1ad614)
  • Improve example script (#213) (7839058)
  • internal: update actions/checkout version (dc0819c)
  • Port tokenize_data example (#209) (f2714a8)
  • Update cluster apis to reflect their new response shape (6be132b)

v2.0.0-alpha.15

10 Jan 10:49
14b4d2f

Choose a tag to compare

v2.0.0-alpha.15 Pre-release
Pre-release

2.0.0-alpha.15 (2026-01-09)

Full Changelog: v2.0.0-alpha.14...v2.0.0-alpha.15

Features

  • Add started_at timestamp to fix time estimation (92ce60d)

Chores

  • api: Remove APIs that were accidentally added in the wrong namespace (0425f14)
  • Minimize breaking changes on common import paths and alias names (#206) (e677e60)
  • Update README for clusters CLI commands (aeaf53a)

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

06 Jan 21:47
f888741

Choose a tag to compare

v2.0.0-alpha.14 Pre-release
Pre-release

2.0.0-alpha.14 (2026-01-06)

Full Changelog: v2.0.0-alpha.13...v2.0.0-alpha.14

Chores

  • Add Instant Clusters to OpenAPI spec (2583943)