You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(api): Remove auto-generated fine_tuning.create method from Python SDK
* feat(api): Change image creation signature to `images.generate`
BREAKING CHANGE: For the TS SDK the `images.create` is now `images.generate`
* feat(api): Change fine tuning download method to `.create`
BREAKING CHANGE: Change Fine Tuning method name from `download()` to `content()` to align with other namespaces
* feat(api): api update
* feat(api): Change rerank method signature
BREAKING CHANGE: Update method signature for reranking to `rerank.create()`
* feat(api): Port finetuning create code from together-python (#176)
* chore: Fix examples
* release: 2.0.0-alpha.1
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Blaine Kasten <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 2.0.0-alpha.1 (2025-11-21)
4
+
5
+
Full Changelog: [v0.1.0-alpha.28...v2.0.0-alpha.1](https://github.com/togethercomputer/together-py/compare/v0.1.0-alpha.28...v2.0.0-alpha.1)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***api:** Update method signature for reranking to `rerank.create()`
10
+
***api:** Change Fine Tuning method name from `download()` to `content()` to align with other namespaces
11
+
***api:** For the TS SDK the `images.create` is now `images.generate`
12
+
13
+
### Features
14
+
15
+
***api:** api update ([921fa59](https://github.com/togethercomputer/together-py/commit/921fa591a5a9c70f96d457a7b59749dfdfb6d4d6))
16
+
***api:** Change fine tuning download method to `.create` ([aa27907](https://github.com/togethercomputer/together-py/commit/aa279076c524956e204cb68b7424048a4f93a17d))
17
+
***api:** Change image creation signature to `images.generate` ([a6e3ad7](https://github.com/togethercomputer/together-py/commit/a6e3ad792393be978b123c87707afe779ef8df34))
***api:** Port finetuning create code from together-python ([#176](https://github.com/togethercomputer/together-py/issues/176)) ([ef3bd52](https://github.com/togethercomputer/together-py/commit/ef3bd5245ee254269653ff8e6db1651cfcf89c6d))
20
+
21
+
22
+
### Chores
23
+
24
+
***api:** Remove auto-generated fine_tuning.create method from Python SDK ([c533f29](https://github.com/togethercomputer/together-py/commit/c533f29e2b94d5d9ca97ed50c181dae0fc2dcd7b))
0 commit comments