Releases: togethercomputer/together-typescript
Releases · togethercomputer/together-typescript
v0.39.0
0.39.0 (2026-04-03)
Full Changelog: v0.38.0...v0.39.0
Features
- Add support for video model media params (b0ebf44)
- api: add bit_rate parameter to speech create method (e4203ae)
- api: add packing parameter to fine-tuning create method (94e6c1c)
- api: add random_seed parameter and response field to fine-tuning (2f40023)
- api: manual updates (f0ff289)
- rl: update openapi spec to reflect new changes (b372b11)
Bug Fixes
- types: remove a100-80gb from gpu_type enum in jig update/deploy params (1097c64)
Chores
- ci: skip lint on metadata-only changes (9e031ae)
- internal: regenerate SDK with no functional changes (4d58317)
- internal: update gitignore (fdb619f)
- internal: update multipart form array serialization (1a26197)
- tests: bump steady to v0.19.4 (2ce12b0)
- tests: bump steady to v0.19.5 (cec082d)
- tests: bump steady to v0.19.6 (48b6d4f)
- tests: bump steady to v0.19.7 (0baddc9)
- tests: bump steady to v0.20.1 (467edb6)
- tests: bump steady to v0.20.2 (780f6b3)
Refactors
- tests: switch from prism to steady (d9c83f4)
v0.38.0
0.38.0 (2026-03-18)
Full Changelog: v0.37.0...v0.38.0
Features
- Add FT models supported and limits (eb83352)
- Add typing for completion responses related to logprobs (7be3686)
- Add wandb_entity argument to OpenAPI definition (71e55a9)
- Another try (d59291f)
- api: manual updates (9fe1286)
- api: manual updates (eb817bf)
- api: manual updates (206ba6d)
- Change TrainingType default to null (cb4bdcb)
- update deployments schemas to include volume versions (1d3a34e)
- Update descriptions for endpoints (e7a8aaf)
- Update llama 3.1 8b w/ qwen 3.5 9b (5bd7444)
- Update training type for price estimation too (52c3b77)
Bug Fixes
- client: avoid removing abort listener too early (1376258)
- client: preserve URL params already embedded in path (940974d)
- docs/contributing: correct pnpm link command (eab2b6e)
- fix request delays for retrying to be more respectful of high requested delays (11669ff)
- fixed autoscaling configs in deployments api (4dac51b)
- internal: skip tests that depend on mock server (be7e0e7)
- types: change model to string in chat completions (91a8c77)
Chores
- ci: skip uploading artifacts on stainless-internal branches (603c86c)
- configure new SDK language (b6f30b6)
- Fix broken lint (#213) (2463a75)
- Fix various docstrings (af4c47f)
- internal/client: fix form-urlencoded requests (d73f69f)
- internal: avoid type checking errors with ts-reset (70ad44b)
- internal: move stringifyQuery implementation to internal function (54dc83f)
- internal: tweak CI branches (e8d66c5)
- internal: update dependencies to address dependabot vulnerabilities (e442dfd)
- Remove broken field LineCount from FileResponse (a0c187e)
- Revert adding mcp code. Code additions were unexpected. (bb39360)
- test: do not count install time for mock server timeout (4f232bf)
- Update descriptions for jig queue methods and properties (7fdfcca)
- update mock server docs (ac14bf7)
- update placeholder string (e481cda)
v0.37.0
0.37.0 (2026-02-04)
Full Changelog: v0.36.1...v0.37.0
Features
- Add chat completion support for reasoning.enabled (d4f4bd4)
- api: Add API for listing deployments (67ea446)
- api: Add beta sdks for jig features (e402a3b)
- api: Move jobs apis to nest under model uploads per their use case (412673c)
- api: Move queue out of jig namespace (c95c7e1)
- api: Update Jig types and add retrieve_logs api to jig (c7d03d5)
- ENG-82904 - chore: update ReplicaEvent schema (b12bb38)
- internal: Add code samples to deployments features (cf33c3c)
- internal: Update to new cluster api routing (f0ee67d)
- move byoc features under /deployments route (c528ef0)
Bug Fixes
- client: avoid memory leak with abort signals (b59ae98)
Chores
- api: Improve type names for jig volumes and logs (8bbdbe1)
- api: move hardware listing feature under endpoints resource. (6b67d13)
- api: Move Queue SDK methods into Jig namespace (3032bf5)
- api: Rename jig queue apis (aa7d049)
- ci: upgrade
actions/github-script(5b00d49) - cleanup (4e09417)
- client: do not parse responses with empty content-length (4a36f58)
- client: restructure abort controller binding (59bbe0a)
Documentation
- axle-queue: added axle-queue endpoints (42c307c)
v0.36.1
0.36.1 (2026-01-21)
Full Changelog: v0.36.0...v0.36.1
Chores
- Add code samples and descriptions to instant cluster apis (59d91d1)
- internal: update
actions/checkoutversion (e025354) - internal: upgrade babel, qs, js-yaml (0942043)
- Mark disable_prompt_cache as deprecated for endpoint creation (9bbee16)
- Update cluster apis to reflect their new response shape (b6049ec)
v0.36.0
0.36.0 (2026-01-09)
Full Changelog: v0.35.1...v0.36.0
Features
- Add started_at timestamp to fix time estimation (acd4d18)
Chores
- api: Remove APIs that were accidentally added in the wrong namespace (4f06842)
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
v0.35.1
0.35.1 (2026-01-06)
Full Changelog: v0.35.0...v0.35.1
Chores
- Add Instant Clusters to OpenAPI spec (2b597be)
v0.35.0
0.35.0 (2026-01-06)
Full Changelog: v0.34.0...v0.35.0
Features
- Add compliance and chat_template_kwargs to chat completions spec (137e09b)
- Support VLM finetuning (4a0271f)
- VLM Support update (f595d10)
Chores
Documentation
- add more examples (99b172f)
v0.34.0
0.34.0 (2025-12-16)
Full Changelog: v0.33.0...v0.34.0
Features
- api: Add fine_tuning.estimate_price api (5bc345a)
- api: api update (45fab63)
- api: api update (ed3cd71)
- api: api update (fa70d77)
- files: add support for string alternative to file upload type (94f6844)
Bug Fixes
- mcp: correct code tool API endpoint (d56a0f6)
- mcp: return correct lines on typescript errors (be827cf)
Chores
v0.33.0
v0.32.0
0.32.0 (2025-12-02)
Full Changelog: v0.31.2...v0.32.0
Features
- api: Add min/max speakers to audio create (11770a0)
- api: Add reference_images to image generate (037bc6e)
Chores
- internal: upgrade eslint (712f80d)