Skip to content

Latest commit

 

History

History
994 lines (626 loc) · 81.4 KB

File metadata and controls

994 lines (626 loc) · 81.4 KB

Changelog

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)

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)

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)

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/checkout version (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)

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)

0.35.1 (2026-01-06)

Full Changelog: v0.35.0...v0.35.1

Chores

  • Add Instant Clusters to OpenAPI spec (2b597be)

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

  • break long lines in snippets into multiline (6b244ee)
  • internal: codegen related update (ebd27f6)

Documentation

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

  • internal - format (df4bf75)
  • internal: codegen related update (1862dd3)
  • internal: codegen related update (b04ce10)

0.33.0 (2025-12-04)

Full Changelog: v0.32.0...v0.33.0

Features

0.32.0 (2025-12-02)

Full Changelog: v0.31.2...v0.32.0

Features

Chores

  • internal: upgrade eslint (712f80d)

0.31.2 (2025-12-01)

Full Changelog: v0.31.1...v0.31.2

Bug Fixes

  • allow build to function in browser environments (89cf3bf)

Chores

0.31.1 (2025-12-01)

Full Changelog: v0.31.0...v0.31.1

Bug Fixes

  • move optional dependency out of core dependency (9c74017)

0.31.0 (2025-12-01)

Full Changelog: v0.30.0...v0.31.0

⚠ BREAKING CHANGES

  • api: Change call signature for audio.create to audio.speech.create to match spec with python library and add space for future APIs
  • api: Update method signature for reranking to rerank.create()
  • api: Change Fine Tuning method name from download() to content() to align with other namespaces
  • api: For the TS SDK the images.create is now images.generate
  • api: Access to the api for listing checkpoints has changed its name to list_checkpoints
  • api: Access to fine tuning APIs namespace has changed from fine_tune to fine_tuning

Features

  • api: Add audio.voices.list sdk (890595e)
  • api: Add batches.cancel API (b1133f8)
  • api: Add endpoints.list_avzones (606fea8)
  • api: Add fine_tune.delete API (79d0c84)
  • api: api update (fed5c48)
  • api: api update (1022fa6)
  • api: api update (da3e212)
  • api: api update (4be10bc)
  • api: api update (e594a76)
  • api: api update (8ec7bf0)
  • api: api update (04797be)
  • api: api update (c219bfd)
  • api: Change fine tuning download method to .create (34f7fe5)
  • api: Change image creation signature to images.generate (250569f)
  • api: Change rerank method signature (70a0ddc)
  • api: Change TTS call signature (fd2189a)
  • api: files.upload supported with custom file checks (5cba49f)
  • api: Fix internal references for VideoJob spec (2ce325f)
  • api: manual updates (9f78929)
  • api: Update Eval APIs (c91b8c0)

Chores

  • api: Cleanup some exported types (3b1eddb)
  • api: Ensure file.upload API remains in codebase after stainless sync (68895c0)
  • api: Remove API that is not intended to be public. (46dcc83)
  • api: Remove auto-generated files upload API to support custom coded version (94c54cb)
  • client: fix logger property type (10df0df)
  • Fix API example (8f34c93)
  • Fix fine tuning examples (b477053)
  • fix lint and type checks (#201) (963673f)

Styles

  • api: Change fine tuning method retrieve_checkpoints to list_checkpoints (b2c168a)
  • api: Change fine tuning namespace to fine_tuning (77b1211)

0.30.0 (2025-11-04)

Full Changelog: v0.29.0...v0.30.0

⚠ BREAKING CHANGES

  • api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.

Features

  • api: Change the default max retries from 5 to 2 (f89b597)

Bug Fixes

  • Do not auto-retry on 500 errors. 501+ can retry (7ce8399)

0.29.0 (2025-10-30)

Full Changelog: v0.28.0...v0.29.0

Features

0.28.0 (2025-10-23)

Full Changelog: v0.27.0...v0.28.0

Features

Bug Fixes

  • Narrow type resolution on image create api via response_format discrimination (1f56b8d)

0.27.0 (2025-10-21)

Full Changelog: v0.26.0...v0.27.0

Features

  • api: Rename evaluation sdks to evals (4c3b732)

0.26.0 (2025-10-21)

Full Changelog: v0.25.0...v0.26.0

Features

0.25.0 (2025-10-21)

Full Changelog: v0.24.0...v0.25.0

Features

0.24.0 (2025-10-20)

Full Changelog: v0.23.0...v0.24.0

Features

0.23.0 (2025-10-10)

Full Changelog: v0.22.0...v0.23.0

Features

Bug Fixes

  • coerce nullable values to undefined (f6c7e43)

Performance Improvements

Chores

  • add package to package.json (72025f2)
  • ci build action (0f37b32)
  • client: qualify global Blob (a9f7b6f)
  • deps: update dependency @types/node to v20.17.58 (f1839e8)
  • do not install brew dependencies in ./scripts/bootstrap by default (1050534)
  • internal: codegen related update (0ca46c4)
  • internal: fix incremental formatting in some cases (5a42924)
  • internal: formatting change (0282025)
  • internal: ignore .eslintcache (5752a33)
  • internal: remove .eslintcache (b41b509)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (446dff9)
  • internal: update global Error reference (e53b252)
  • internal: use npm pack for build uploads (246a904)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (6b54b1d)
  • update CI script (99cae2f)

0.22.0 (2025-08-13)

Full Changelog: v0.21.1...v0.22.0

Features

Chores

  • internal: move publish config (cba5eb9)
  • internal: update comment in script (a8e5ba4)
  • internal: update test skipping reason (010a97c)
  • update @stainless-api/prism-cli to v5.15.0 (fc26a78)

0.21.1 (2025-08-05)

Full Changelog: v0.21.0...v0.21.1

Features

Chores

  • internal: remove redundant imports config (c3242da)

0.21.0 (2025-07-24)

Full Changelog: v0.20.0...v0.21.0

Features

0.20.0 (2025-07-10)

Full Changelog: v0.19.0...v0.20.0

Features

Chores

  • make some internal functions async (22030d5)

0.19.0 (2025-07-08)

Full Changelog: v0.18.0...v0.19.0

Features

  • api: adding audio APIs (2d2fa9a)
  • api: removed streaming from translation/transcription endpoints (1b6c140)

0.18.0 (2025-07-08)

Full Changelog: v0.17.0...v0.18.0

Features

0.17.0 (2025-07-03)

Full Changelog: v0.16.0...v0.17.0

Features

  • api: add batch api to config (6bf62dd)
  • api: Add file_type and file_purpose (f91fb18)
  • api: add files/upload apu support and switch upload_file method over to use it. (5e60c99)
  • api: address diagnostic issues in audio api, correct openapi issue in images api, disambiguate a response in finetune api, enable automated testing on finetune and images (9131477)
  • api: api update (0f63bf1)
  • api: api update (cc8b7a8)
  • api: api update (1df5bbe)
  • api: api update (0b81ef9)
  • api: api update (fd4611d)
  • api: api update (ea28f8f)
  • api: api update (9d7d2f1)
  • api: api update (f52b93d)
  • api: api update (ebf6451)
  • api: api update (e50cdb2)
  • api: api update (158a5c8)
  • api: Formatting fixes, some lint fixes (6b6fc13)
  • api: get test_code_interpreter passing (b67a035)
  • api: update spec / config to remove remaining codegen warnings (1665d1f)
  • api: Update spec and config to get all tests except code-interpolation an fine_tune unit tests working. (1cb0018)
  • client: add support for endpoint-specific base URLs (41abee6)

Bug Fixes

  • ci: release-doctor — report correct token name (38fdf05)
  • client: don't send Content-Type for bodyless methods (4104dc3)
  • publish script — handle NPM errors correctly (78d1a5c)
  • tests: format (82fad3c)
  • tests: remove unused tests (bb90a25)

Chores

  • api: re-enable audio unit tests (5ac5b53)
  • ci: bump node version for release workflows (681d96e)
  • ci: enable for pull requests (b3c7e61)
  • ci: only run for pushes and fork pull requests (448b1fa)
  • docs: grammar improvements (c9d78f6)
  • docs: use top-level-await in example snippets (815f983)
  • improve publish-npm script --latest tag logic (1025321)
  • internal: make base APIResource abstract (d031002)
  • mention unit type in timeout docs (488c92c)

Documentation

Refactors

  • types: replace Record with mapped types (07b8800)

0.16.0 (2025-04-28)

Full Changelog: v0.15.2...v0.16.0

Features

0.15.2 (2025-04-25)

Full Changelog: v0.15.1...v0.15.2

Features

Chores

  • ci: only use depot for staging repos (41fd7ce)
  • ci: run on more branches and use depot runners (c20d3fa)

0.15.1 (2025-04-22)

Full Changelog: v0.15.0...v0.15.1

Chores

  • ci: add timeout thresholds for CI jobs (b642163)
  • client: minor internal fixes (f3be3a7)

0.15.0 (2025-04-10)

Full Changelog: v0.14.0...v0.15.0

Features

Chores

  • internal: reduce CI branch coverage (27d4cbc)
  • internal: upload builds and expand CI branch coverage (#171) (3970fad)

0.14.0 (2025-04-08)

Full Changelog: v0.13.0...v0.14.0

Features

Bug Fixes

Chores

  • client: expose headers on some streaming errors (#159) (be1dd4a)
  • exports: cleaner resource index imports (#155) (086093a)
  • exports: stop using path fallbacks (#156) (e0a4623)
  • internal: add aliases for Record and Array (#165) (2c53021)
  • internal: fix devcontainers setup (#144) (e9bd176)
  • internal: remove extra empty newlines (#152) (a161ee7)
  • tests: improve enum examples (#169) (616acc8)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#145) (511a9de)

0.13.0 (2025-01-27)

Full Changelog: v0.12.0...v0.13.0

Features

0.12.0 (2025-01-23)

Full Changelog: v0.11.2...v0.12.0

Features

0.11.2 (2025-01-23)

Full Changelog: v0.11.1...v0.11.2

Bug Fixes

  • send correct Accept header for certain endpoints (#122) (29223b0)

Chores

0.11.1 (2025-01-06)

Full Changelog: v0.11.0...v0.11.1

Chores

  • internal: fix lint errors (194e247)

0.11.0 (2025-01-02)

Full Changelog: v0.10.0...v0.11.0

Features

  • added messages format check (d2fa4db)
  • api: add models for chat completion structured message types (#107) (d32c311)
  • api: api update (#99) (dea8e5c)
  • internal: make git install file structure match npm (#101) (28e49f0)

Bug Fixes

Chores

Documentation

0.10.0 (2024-11-27)

Full Changelog: v0.9.0...v0.10.0

Features

Bug Fixes

Chores

  • internal: version bump (#83) (2e9673e)
  • rebuild project due to codegen change (#87) (800fd5a)
  • rebuild project due to codegen change (#88) (7db117f)
  • rebuild project due to codegen change (#90) (7d5a9b4)
  • rebuild project due to codegen change (#91) (1703fbc)
  • remove redundant word in comment (#94) (bedbb68)

Documentation

  • remove suggestion to use npm call out (#93) (52bdca6)

0.9.0 (2024-11-05)

Full Changelog: v0.8.0...v0.9.0

Features

  • adding upload API as a helper function. Need to figure out how to make it part of Together.files package (59efebe)
  • fixed linting error (045f8dd)
  • removed (d588157)
  • updated yarn.lock (6487474)
  • yarn lock change (b8ce4ae)

0.8.0 (2024-10-30)

Full Changelog: v0.7.0...v0.8.0

Features

Documentation

  • api: Add back in required readme field (#78) (74b457f)

0.7.0 (2024-10-23)

Full Changelog: v0.6.0...v0.7.0

Features

0.6.0 (2024-10-22)

Full Changelog: v0.6.0-alpha.8...v0.6.0

Features

  • api: api update (#67) (21e06d1)
  • api: OpenAPI spec update via Stainless API (#55) (ebe1c62)
  • api: OpenAPI spec update via Stainless API (#62) (b6af173)

Bug Fixes

  • client: correct File construction from node-fetch Responses (#54) (e1d5c6b)
  • errors: pass message through to APIConnectionError (#60) (0d0ede4)
  • uploads: avoid making redundant memory copies (#57) (e88f744)

Chores

  • better object fallback behaviour for casting errors (#61) (bad19ff)
  • ci: install deps via ./script/bootstrap (#52) (a22842a)
  • internal: codegen related update (#56) (8fd1782)
  • internal: codegen related update (#58) (e5b82e7)
  • internal: codegen related update (#59) (962541e)
  • internal: codegen related update (#63) (6093fb9)
  • internal: move LineDecoder to a separate file (#64) (9a5999d)
  • internal: pass props through internal parser (#65) (162bc3c)

0.6.0-alpha.8 (2024-08-29)

Full Changelog: v0.6.0-alpha.7...v0.6.0-alpha.8

Features

  • api: OpenAPI spec update via Stainless API (#48) (e382b4a)

Chores

0.6.0-alpha.7 (2024-08-28)

Full Changelog: v0.6.0-alpha.6...v0.6.0-alpha.7

Features

  • api: OpenAPI spec update via Stainless API (#44) (5fbcdd8)

Bug Fixes

  • chat completion streaming when enabling logprobs (cad72ef)

Chores

0.6.0-alpha.6 (2024-08-26)

Full Changelog: v0.6.0-alpha.5...v0.6.0-alpha.6

Chores

  • internal: codegen related update (#41) (3776c8d)

0.6.0-alpha.5 (2024-08-20)

Full Changelog: v0.6.0-alpha.4...v0.6.0-alpha.5

Features

  • api: manual updates (#31) (52c8005)
  • api: OpenAPI spec update via Stainless API (#28) (9544a3f)
  • api: OpenAPI spec update via Stainless API (#36) (0154ccf)
  • api: OpenAPI spec update via Stainless API (#39) (a141abb)

Chores

0.6.0-alpha.4 (2024-07-16)

Full Changelog: v0.6.0-alpha.3...v0.6.0-alpha.4

Features

  • api: manual updates (#22) (ede606f)
  • api: OpenAPI spec update via Stainless API (#18) (73499c2)
  • api: OpenAPI spec update via Stainless API (#19) (9158220)
  • api: OpenAPI spec update via Stainless API (#20) (debd949)
  • api: OpenAPI spec update via Stainless API (#23) (1b03e3f)
  • api: OpenAPI spec update via Stainless API (#24) (e28fb4b)
  • api: OpenAPI spec update via Stainless API (#25) (24a4e34)
  • api: OpenAPI spec update via Stainless API (#26) (a041bff)

Bug Fixes

  • client: fix auth via Bearer token (#21) (c001b61)

Chores

0.6.0-alpha.3 (2024-05-29)

Full Changelog: v0.6.0-alpha.2...v0.6.0-alpha.3

Features

Chores

0.6.0-alpha.2 (2024-05-27)

Full Changelog: v0.6.0-alpha.1...v0.6.0-alpha.2

Features

  • api: OpenAPI spec update via Stainless API (#10) (8e9cec9)

0.6.0-alpha.1 (2024-05-24)

Full Changelog: v0.1.0-alpha.1...v0.6.0-alpha.1

Features

0.1.0-alpha.1 (2024-05-20)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: Config update for pstern-sl/dev (50330bc)
  • api: manual updates (d3d60df)
  • api: OpenAPI spec update via Stainless API (c7b048d)
  • api: OpenAPI spec update via Stainless API (f2eba5e)
  • api: OpenAPI spec update via Stainless API (9d72c93)
  • api: OpenAPI spec update via Stainless API (d5f7089)
  • api: OpenAPI spec update via Stainless API (2f777f5)
  • api: OpenAPI spec update via Stainless API (6b6d656)
  • api: OpenAPI spec update via Stainless API (2099de1)
  • api: OpenAPI spec update via Stainless API (#3) (6ab0237)
  • api: OpenAPI spec update via Stainless API (#5) (2cea8b5)
  • api: update via SDK Studio (78442fc)
  • api: update via SDK Studio (8bb8235)
  • api: update via SDK Studio (4edc4ed)
  • api: update via SDK Studio (6792cd8)
  • api: update via SDK Studio (0e5a965)
  • api: update via SDK Studio (b208042)
  • api: update via SDK Studio (e705a6a)
  • api: update via SDK Studio (8801a8f)
  • api: update via SDK Studio (3c8036e)
  • api: update via SDK Studio (5f63392)
  • api: update via SDK Studio (afbb5d9)
  • api: update via SDK Studio (c89406c)
  • api: update via SDK Studio (1a01c5f)
  • api: update via SDK Studio (97762a6)
  • api: update via SDK Studio (644232d)
  • api: update via SDK Studio (4af7da5)
  • api: update via SDK Studio (7ffe18f)
  • api: update via SDK Studio (8eac113)
  • api: update via SDK Studio (8b71dad)
  • api: update via SDK Studio (b873e4b)
  • api: update via SDK Studio (333b4bd)
  • api: update via SDK Studio (19125a0)
  • api: updates (3781ee8)
  • update via SDK Studio (de036f5)
  • update via SDK Studio (913553c)
  • update via SDK Studio (1716130)
  • update via SDK Studio (fccf615)
  • update via SDK Studio (5cb5be4)
  • update via SDK Studio (504bc56)
  • update via SDK Studio (bca35e9)
  • update via SDK Studio (d26b5ce)

Chores