Skip to content

Commit d71f692

Browse files
Merge pull request #332 from togethercomputer/release-please--branches--main--changes--next
release: 2.11.0
2 parents 751f687 + d34d3b0 commit d71f692

53 files changed

Lines changed: 863 additions & 221 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.0"
2+
".": "2.11.0"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 74
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-04a478c28ccfda001301fb0066e8155fead5a9d42fa31fcd9f6ccbf49add8566.yml
3-
openapi_spec_hash: f7276d5ac16bebb9e105fe4e065d1e96
4-
config_hash: 52d213100a0ca1a4b2cdcd2718936b51
1+
configured_endpoints: 75
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-19148ebeed55db4be0c1c60d31c81306386c4c71a2aee8d1eeac8ebfa15c1168.yml
3+
openapi_spec_hash: 747224d60adf1ab51760e5752ce1b846
4+
config_hash: 279a64a8df3e6dba241bfa1e18a04f69

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 2.11.0 (2026-04-28)
4+
5+
Full Changelog: [v2.10.0...v2.11.0](https://github.com/togethercomputer/together-py/compare/v2.10.0...v2.11.0)
6+
7+
### Features
8+
9+
* Add `ft` as shorthand for `fine-tuning` cli command ([#334](https://github.com/togethercomputer/together-py/issues/334)) ([8bcfa7d](https://github.com/togethercomputer/together-py/commit/8bcfa7d781900bde8ef907367673b67ad15fa82a))
10+
* Add `ls` shorthand command for `list` commands in cli ([#341](https://github.com/togethercomputer/together-py/issues/341)) ([5d238d0](https://github.com/togethercomputer/together-py/commit/5d238d0a85c5918861c6d0fcbb025a2820ff616b))
11+
* Add `ls` shorthand command for `list` commands in cli ([#341](https://github.com/togethercomputer/together-py/issues/341)) ([#342](https://github.com/togethercomputer/together-py/issues/342)) ([c8c8cc3](https://github.com/togethercomputer/together-py/commit/c8c8cc3f35b2435399bd0793e293be32b0e60e05))
12+
* **api:** add h100-40gb-mig and b200-192gb GPU types to jig deploy/update ([f61e4d4](https://github.com/togethercomputer/together-py/commit/f61e4d4619ce00491b4acc7ad09f592f5d57d849))
13+
* **api:** api update ([7f66bb5](https://github.com/togethercomputer/together-py/commit/7f66bb59173b97721856c4785a03292dace2c327))
14+
* support setting headers via env ([02a83b8](https://github.com/togethercomputer/together-py/commit/02a83b8dba39652d55a7c338c32f2aada32fc89a))
15+
16+
17+
### Bug Fixes
18+
19+
* **client:** update videos API base URL from .xyz to .ai domain ([bd71981](https://github.com/togethercomputer/together-py/commit/bd719810bedfeea9427e5cb92ae65dfcad2fe858))
20+
* **cli:** replace console.print for print_json for json outputs ([#338](https://github.com/togethercomputer/together-py/issues/338)) ([ab219c1](https://github.com/togethercomputer/together-py/commit/ab219c145234027842550988c51cb61c32626982))
21+
* Improve error sanitization to avoid logging sensitive data in telemetry ([#336](https://github.com/togethercomputer/together-py/issues/336)) ([4ec3f64](https://github.com/togethercomputer/together-py/commit/4ec3f6469423516c5d75d00c4f761d7cc1e33c82))
22+
* Remove certain negative boolean flags that were added by cyclopts ([#333](https://github.com/togethercomputer/together-py/issues/333)) ([20b2dc9](https://github.com/togethercomputer/together-py/commit/20b2dc93b35cf3880b3656a9f4035c4fecf88124))
23+
* Remove false positives with `files check` command in certain scenarios ([#335](https://github.com/togethercomputer/together-py/issues/335)) ([67f6338](https://github.com/togethercomputer/together-py/commit/67f6338d807baeb4804f9e021db0251da09a60b5))
24+
* use correct field name format for multipart file arrays ([b1f783f](https://github.com/togethercomputer/together-py/commit/b1f783f8bd009b79317b7349e3c34c882a94b6c6))
25+
26+
27+
### Chores
28+
29+
* Add `-c` as an alias for the create command ([#343](https://github.com/togethercomputer/together-py/issues/343)) ([f9d3fcb](https://github.com/togethercomputer/together-py/commit/f9d3fcb0faee82718190059ade699100e0f5bc96))
30+
* Add empty state for ListTables ([#337](https://github.com/togethercomputer/together-py/issues/337)) ([2608dc6](https://github.com/togethercomputer/together-py/commit/2608dc62b0b1ef2bb38e26b15112f125436ea0e5))
31+
* Remove warning emoji from beta commands help group ([#340](https://github.com/togethercomputer/together-py/issues/340)) ([3b07b78](https://github.com/togethercomputer/together-py/commit/3b07b78ab8871e7d7130cb43b269675f372fc527))
32+
33+
34+
### Documentation
35+
36+
* **api:** document voice mixing for speech voice parameter ([15aab9c](https://github.com/togethercomputer/together-py/commit/15aab9c8ad0d3470bdea1e654127bcbd02e71c5c))
37+
* **api:** update billing_type parameter description in clusters create ([5f84188](https://github.com/togethercomputer/together-py/commit/5f841887801827c8bd199cfe8c167cb14043a514))
38+
* **api:** update response_encoding and sample_rate descriptions in audio speech ([bff30bd](https://github.com/togethercomputer/together-py/commit/bff30bd5034ffd182fdd9992adcd8aa2dff00506))
39+
340
## 2.10.0 (2026-04-22)
441

542
Full Changelog: [v2.9.0...v2.10.0](https://github.com/togethercomputer/together-py/compare/v2.9.0...v2.10.0)

0 commit comments

Comments
 (0)