Releases: togethercomputer/together-py
Releases · togethercomputer/together-py
v2.0.0-alpha.8
2.0.0-alpha.8 (2025-11-26)
Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8
Features
Bug Fixes
- Address incorrect logic for
endpoint [command] --wait falselogic (31236a9)
Chores
v2.0.0-alpha.7
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
v2.0.0-alpha.5
2.0.0-alpha.5 (2025-11-25)
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5
Features
- api: manual updates (f1b27a5)
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
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
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
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.createtoaudio.speech.createto match spec with python library and add space for future APIs
Features
v2.0.0-alpha.1
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()tocontent()to align with other namespaces - api: For the TS SDK the
images.createis nowimages.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
v0.1.0-alpha.28
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
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)