Releases: togethercomputer/together-py
v2.1.1
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
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
v2.0.0
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
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
- cleanup (3511302)
Documentation
- Add jig documentation (9bb2454)
v2.0.0-alpha.19
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
v2.0.0-alpha.18
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
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
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
v2.0.0-alpha.16
v2.0.0-alpha.15
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
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)