Skip to content

Commit 9f57f51

Browse files
release: 0.39.0
1 parent b0ebf44 commit 9f57f51

4 files changed

Lines changed: 40 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.39.0 (2026-04-03)
4+
5+
Full Changelog: [v0.38.0...v0.39.0](https://github.com/togethercomputer/together-typescript/compare/v0.38.0...v0.39.0)
6+
7+
### Features
8+
9+
* Add support for video model media params ([b0ebf44](https://github.com/togethercomputer/together-typescript/commit/b0ebf44fe4ffe879f80abfdb803a32ec64eaff23))
10+
* **api:** add bit_rate parameter to speech create method ([e4203ae](https://github.com/togethercomputer/together-typescript/commit/e4203ae8bbef1b23c8b1a8f39247d0440178ea82))
11+
* **api:** add packing parameter to fine-tuning create method ([94e6c1c](https://github.com/togethercomputer/together-typescript/commit/94e6c1c52ce4b5c760e335bff70889b6d7962cb9))
12+
* **api:** add random_seed parameter and response field to fine-tuning ([2f40023](https://github.com/togethercomputer/together-typescript/commit/2f400236ab41038581829638ac1315e929cd623e))
13+
* **api:** manual updates ([f0ff289](https://github.com/togethercomputer/together-typescript/commit/f0ff2890876606fc780cd83791acda95f18201aa))
14+
* **rl:** update openapi spec to reflect new changes ([b372b11](https://github.com/togethercomputer/together-typescript/commit/b372b117e7a678a22a6ccc03239082f611ba8594))
15+
16+
17+
### Bug Fixes
18+
19+
* **types:** remove a100-80gb from gpu_type enum in jig update/deploy params ([1097c64](https://github.com/togethercomputer/together-typescript/commit/1097c64ce4dff6dc312b9835ff7bb5f536421a50))
20+
21+
22+
### Chores
23+
24+
* **ci:** skip lint on metadata-only changes ([9e031ae](https://github.com/togethercomputer/together-typescript/commit/9e031ae4bc2815ac9a5402ea7da65b796d74f520))
25+
* **internal:** regenerate SDK with no functional changes ([4d58317](https://github.com/togethercomputer/together-typescript/commit/4d583178541972c70e128c4f51b610cd980776d1))
26+
* **internal:** update gitignore ([fdb619f](https://github.com/togethercomputer/together-typescript/commit/fdb619f755a5b5fb1ce08f52801aa2d38f1a071b))
27+
* **internal:** update multipart form array serialization ([1a26197](https://github.com/togethercomputer/together-typescript/commit/1a261970883fa38c7a3d8fabe46a884d5b8e3a30))
28+
* **tests:** bump steady to v0.19.4 ([2ce12b0](https://github.com/togethercomputer/together-typescript/commit/2ce12b038eb235e6fc8278db6d2479c4ad50933a))
29+
* **tests:** bump steady to v0.19.5 ([cec082d](https://github.com/togethercomputer/together-typescript/commit/cec082ded645b8de080b313f0689e33a0a923d6e))
30+
* **tests:** bump steady to v0.19.6 ([48b6d4f](https://github.com/togethercomputer/together-typescript/commit/48b6d4f68f5edbaef932bc3b549640ee135cfe9f))
31+
* **tests:** bump steady to v0.19.7 ([0baddc9](https://github.com/togethercomputer/together-typescript/commit/0baddc97c42842e0570f698cc6cec051d5b74ea3))
32+
* **tests:** bump steady to v0.20.1 ([467edb6](https://github.com/togethercomputer/together-typescript/commit/467edb6cb8f12d83f6ab129b4764edb5468f3581))
33+
* **tests:** bump steady to v0.20.2 ([780f6b3](https://github.com/togethercomputer/together-typescript/commit/780f6b3846c988419ad2d8c93252782af2c52e87))
34+
35+
36+
### Refactors
37+
38+
* **tests:** switch from prism to steady ([d9c83f4](https://github.com/togethercomputer/together-typescript/commit/d9c83f4a2dd35b32af8727ad10778547cdf7caa8))
39+
340
## 0.38.0 (2026-03-18)
441

542
Full Changelog: [v0.37.0...v0.38.0](https://github.com/togethercomputer/together-typescript/compare/v0.37.0...v0.38.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "together-ai",
3-
"version": "0.38.0",
3+
"version": "0.39.0",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <dev-feedback@TogetherAI.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.38.0'; // x-release-please-version
1+
export const VERSION = '0.39.0'; // x-release-please-version

0 commit comments

Comments
 (0)