Full Changelog: v0.38.0...v0.39.0
- 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)
- types: remove a100-80gb from gpu_type enum in jig update/deploy params (1097c64)
- 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)
- tests: switch from prism to steady (d9c83f4)
Full Changelog: v0.37.0...v0.38.0
- 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)
- 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)
- 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)
Full Changelog: v0.36.1...v0.37.0
- 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)
- client: avoid memory leak with abort signals (b59ae98)
- 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)
- axle-queue: added axle-queue endpoints (42c307c)
Full Changelog: v0.36.0...v0.36.1
- 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)
Full Changelog: v0.35.1...v0.36.0
- Add started_at timestamp to fix time estimation (acd4d18)
- api: Remove APIs that were accidentally added in the wrong namespace (4f06842)
Full Changelog: v0.35.0...v0.35.1
- Add Instant Clusters to OpenAPI spec (2b597be)
Full Changelog: v0.34.0...v0.35.0
- Add compliance and chat_template_kwargs to chat completions spec (137e09b)
- Support VLM finetuning (4a0271f)
- VLM Support update (f595d10)
- add more examples (99b172f)
Full Changelog: v0.33.0...v0.34.0
- 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)
- mcp: correct code tool API endpoint (d56a0f6)
- mcp: return correct lines on typescript errors (be827cf)
- internal - format (df4bf75)
- internal: codegen related update (1862dd3)
- internal: codegen related update (b04ce10)
Full Changelog: v0.32.0...v0.33.0
- api: api update (b829a25)
Full Changelog: v0.31.2...v0.32.0
- internal: upgrade eslint (712f80d)
Full Changelog: v0.31.1...v0.31.2
- allow build to function in browser environments (89cf3bf)
Full Changelog: v0.31.0...v0.31.1
- move optional dependency out of core dependency (9c74017)
Full Changelog: v0.30.0...v0.31.0
- api: Change call signature for
audio.createtoaudio.speech.createto 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()tocontent()to align with other namespaces - api: For the TS SDK the
images.createis nowimages.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_tunetofine_tuning
- 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)
- 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)
- api: Change fine tuning method
retrieve_checkpointstolist_checkpoints(b2c168a) - api: Change fine tuning namespace to
fine_tuning(77b1211)
Full Changelog: v0.29.0...v0.30.0
- api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.
- api: Change the default max retries from 5 to 2 (f89b597)
- Do not auto-retry on 500 errors. 501+ can retry (7ce8399)
Full Changelog: v0.28.0...v0.29.0
- api: api update (aeac27b)
Full Changelog: v0.27.0...v0.28.0
- api: api update (568c387)
- Narrow type resolution on image create api via response_format discrimination (1f56b8d)
Full Changelog: v0.26.0...v0.27.0
- api: Rename evaluation sdks to evals (4c3b732)
Full Changelog: v0.25.0...v0.26.0
- api: api update (9c3f92c)
Full Changelog: v0.24.0...v0.25.0
- api: api update (620f342)
Full Changelog: v0.23.0...v0.24.0
- api: Add Video APIs (7357d10)
- api: manual updates (d27605f)
- api: manual updates (e6d4a5a)
- api: manual updates (aaaf373)
- api: manual updates (3bb0334)
Full Changelog: v0.22.0...v0.23.0
- api: add evals api to config (ce742fc)
- api: api update (24e7fc8)
- api: api update (437cce9)
- api: api update (b4c3c0a)
- api: api update (9a5bfb7)
- api: api update (915a226)
- mcp: add code execution tool (c768bb9)
- coerce nullable values to undefined (f6c7e43)
- faster formatting (c25ec03)
- 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.baseUrlfrom 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)
Full Changelog: v0.21.1...v0.22.0
- 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)
Full Changelog: v0.21.0...v0.21.1
- api: api update (7a8227d)
- internal: remove redundant imports config (c3242da)
Full Changelog: v0.20.0...v0.21.0
- api: api update (628189f)
- api: api update (ef03895)
- api: api update (35c3a4e)
- api: api update (03aed33)
- api: manual updates (96dff27)
- api: manual updates (bdf705c)
- api: Update stainless sdk (9fb6846)
- api: Upgrade Stainless sdk (8c6dc1c)
Full Changelog: v0.19.0...v0.20.0
- api: api update (05c8970)
- make some internal functions async (22030d5)
Full Changelog: v0.18.0...v0.19.0
- api: adding audio APIs (2d2fa9a)
- api: removed streaming from translation/transcription endpoints (1b6c140)
Full Changelog: v0.17.0...v0.18.0
- api: api update (b72aeed)
Full Changelog: v0.16.0...v0.17.0
- 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)
- ci: release-doctor — report correct token name (38fdf05)
- client: don't send
Content-Typefor bodyless methods (4104dc3) - publish script — handle NPM errors correctly (78d1a5c)
- tests: format (82fad3c)
- tests: remove unused tests (bb90a25)
- 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)
- types: replace Record with mapped types (07b8800)
Full Changelog: v0.15.2...v0.16.0
Full Changelog: v0.15.1...v0.15.2
- api: api update (bf9d03a)
- ci: only use depot for staging repos (41fd7ce)
- ci: run on more branches and use depot runners (c20d3fa)
Full Changelog: v0.15.0...v0.15.1
Full Changelog: v0.14.0...v0.15.0
- internal: reduce CI branch coverage (27d4cbc)
- internal: upload builds and expand CI branch coverage (#171) (3970fad)
Full Changelog: v0.13.0...v0.14.0
- add SKIP_BREW env var to ./scripts/bootstrap (#148) (aafb225)
- api: api update (#136) (cd07485)
- api: api update (#138) (cd66985)
- api: api update (#140) (8888c48)
- api: api update (#143) (ff3a2c8)
- api: api update (#146) (41c0772)
- api: api update (#147) (dad2489)
- api: api update (#150) (18522ad)
- api: api update (#151) (e5d913f)
- api: api update (#158) (c76b305)
- api: api update (#161) (7e41f35)
- api: api update (#168) (7a621bb)
- client: accept RFC6838 JSON content types (#149) (76e59e3)
- client: send
X-Stainless-Timeoutheader (#137) (9f25474)
- api: improve type resolution when importing as a package (#166) (a5e4817)
- avoid type error in certain environments (#157) (842cddd)
- client: correct type to enum (#154) (5064a2c)
- client: fix export map for index exports (#141) (4d746d0)
- client: send
X-Stainless-Timeoutin seconds (#164) (ae40ee1) - correctly decode multi-byte characters over multiple chunks (#139) (8c047b7)
- exports: ensure resource imports don't require /index (#153) (80e61a5)
- internal: work around vercel/next.js#76881 (#160) (8071f95)
- mcp: remove unused tools.ts (#167) (ba0ad0c)
- optimize sse chunk reading off-by-one error (#142) (7f1a4f3)
- skip invalid fine-tune test (#163) (888c490)
- tests: correctly skip create fine tune tests (#170) (ce62406)
- tests: skip invalid test (#134) (229822f)
- 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)
Full Changelog: v0.12.0...v0.13.0
Full Changelog: v0.11.2...v0.12.0
Full Changelog: v0.11.1...v0.11.2
- internal: add test (#124) (2fe6bfd)
- internal: codegen related update (#120) (b2313c5)
- internal: minor restructuring (#125) (c03ed37)
- types: add
| undefinedto client options properties (#123) (7f6162e)
Full Changelog: v0.11.0...v0.11.1
- internal: fix lint errors (194e247)
Full Changelog: v0.10.0...v0.11.0
- 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)
- internal: bump cross-spawn to v7.0.6 (#106) (0ef9509)
- internal: codegen related update (#114) (4f49cd8)
- internal: fix some typos (#111) (792be82)
- internal: remove unnecessary getRequestClient function (#103) (3acec90)
- internal: update isAbsoluteURL (#110) (140ecda)
- types: nicer error class types + jsdocs (#109) (5517ee0)
Full Changelog: v0.9.0...v0.10.0
- api: api update (#89) (57feb67)
- api: api update (#92) (175e523)
- api: api update (#95) (b54fc92)
- api: api update (#96) (794ee52)
- api: api update (#97) (8f485c9)
- internal: fix import (be8bc88)
- 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)
Full Changelog: v0.8.0...v0.9.0
- 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)
Full Changelog: v0.7.0...v0.8.0
Full Changelog: v0.6.0...v0.7.0
- api: api update (#70) (6157f8c)
- api: api update (#72) (b400821)
- api: api update (#73) (e5d1b6b)
- api: api update (#74) (155b212)
Full Changelog: v0.6.0-alpha.8...v0.6.0
- api: api update (#67) (21e06d1)
- api: OpenAPI spec update via Stainless API (#55) (ebe1c62)
- api: OpenAPI spec update via Stainless API (#62) (b6af173)
- 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)
- 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)
Full Changelog: v0.6.0-alpha.7...v0.6.0-alpha.8
Full Changelog: v0.6.0-alpha.6...v0.6.0-alpha.7
- chat completion streaming when enabling logprobs (cad72ef)
Full Changelog: v0.6.0-alpha.5...v0.6.0-alpha.6
Full Changelog: v0.6.0-alpha.4...v0.6.0-alpha.5
- 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)
- ci: bump prism mock server version (#35) (2723c30)
- ci: minor changes (#34) (54b4da5)
- examples: minor formatting changes (#38) (35f5465)
- force eslint to use non flat config (#33) (a327432)
- internal: codegen related update (#32) (edd1691)
- internal: codegen related update (#37) (12be697)
Full Changelog: v0.6.0-alpha.3...v0.6.0-alpha.4
- 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)
Full Changelog: v0.6.0-alpha.2...v0.6.0-alpha.3
Full Changelog: v0.6.0-alpha.1...v0.6.0-alpha.2
Full Changelog: v0.1.0-alpha.1...v0.6.0-alpha.1
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
- 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)