together-ai 0.33.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +167 -0
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/bin/cli +12 -5
- package/client.d.mts +13 -15
- package/client.d.mts.map +1 -1
- package/client.d.ts +13 -15
- package/client.d.ts.map +1 -1
- package/client.js +27 -26
- package/client.js.map +1 -1
- package/client.mjs +28 -27
- package/client.mjs.map +1 -1
- package/core/streaming.js.map +1 -1
- package/core/streaming.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/utils/query.d.mts +5 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +5 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +23 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +20 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/lib/AbstractChatCompletionRunner.d.mts.map +1 -1
- package/lib/AbstractChatCompletionRunner.d.ts.map +1 -1
- package/lib/AbstractChatCompletionRunner.js +1 -0
- package/lib/AbstractChatCompletionRunner.js.map +1 -1
- package/lib/AbstractChatCompletionRunner.mjs +1 -0
- package/lib/AbstractChatCompletionRunner.mjs.map +1 -1
- package/lib/ChatCompletionStream.d.mts.map +1 -1
- package/lib/ChatCompletionStream.d.ts.map +1 -1
- package/lib/ChatCompletionStream.js +1 -0
- package/lib/ChatCompletionStream.js.map +1 -1
- package/lib/ChatCompletionStream.mjs +1 -0
- package/lib/ChatCompletionStream.mjs.map +1 -1
- package/package.json +12 -1
- package/resources/audio/audio.d.mts +3 -0
- package/resources/audio/audio.d.mts.map +1 -1
- package/resources/audio/audio.d.ts +3 -0
- package/resources/audio/audio.d.ts.map +1 -1
- package/resources/audio/audio.js.map +1 -1
- package/resources/audio/audio.mjs.map +1 -1
- package/resources/audio/transcriptions.d.mts +3 -2
- package/resources/audio/transcriptions.d.mts.map +1 -1
- package/resources/audio/transcriptions.d.ts +3 -2
- package/resources/audio/transcriptions.d.ts.map +1 -1
- package/resources/audio/translations.d.mts +3 -2
- package/resources/audio/translations.d.mts.map +1 -1
- package/resources/audio/translations.d.ts +3 -2
- package/resources/audio/translations.d.ts.map +1 -1
- package/resources/audio/voices.d.mts +9 -0
- package/resources/audio/voices.d.mts.map +1 -1
- package/resources/audio/voices.d.ts +9 -0
- package/resources/audio/voices.d.ts.map +1 -1
- package/resources/beta/beta.d.mts +14 -0
- package/resources/beta/beta.d.mts.map +1 -0
- package/resources/beta/beta.d.ts +14 -0
- package/resources/beta/beta.d.ts.map +1 -0
- package/resources/beta/beta.js +21 -0
- package/resources/beta/beta.js.map +1 -0
- package/resources/beta/beta.mjs +16 -0
- package/resources/beta/beta.mjs.map +1 -0
- package/resources/beta/clusters/clusters.d.mts +190 -0
- package/resources/beta/clusters/clusters.d.mts.map +1 -0
- package/resources/beta/clusters/clusters.d.ts +190 -0
- package/resources/beta/clusters/clusters.d.ts.map +1 -0
- package/resources/beta/clusters/clusters.js +58 -0
- package/resources/beta/clusters/clusters.js.map +1 -0
- package/resources/beta/clusters/clusters.mjs +53 -0
- package/resources/beta/clusters/clusters.mjs.map +1 -0
- package/resources/beta/clusters/index.d.mts +3 -0
- package/resources/beta/clusters/index.d.mts.map +1 -0
- package/resources/beta/clusters/index.d.ts +3 -0
- package/resources/beta/clusters/index.d.ts.map +1 -0
- package/resources/beta/clusters/index.js +9 -0
- package/resources/beta/clusters/index.js.map +1 -0
- package/resources/beta/clusters/index.mjs +4 -0
- package/resources/beta/clusters/index.mjs.map +1 -0
- package/resources/beta/clusters/storage.d.mts +82 -0
- package/resources/beta/clusters/storage.d.mts.map +1 -0
- package/resources/beta/clusters/storage.d.ts +82 -0
- package/resources/beta/clusters/storage.d.ts.map +1 -0
- package/resources/beta/clusters/storage.js +45 -0
- package/resources/beta/clusters/storage.js.map +1 -0
- package/resources/beta/clusters/storage.mjs +41 -0
- package/resources/beta/clusters/storage.mjs.map +1 -0
- package/resources/beta/clusters.d.mts +2 -0
- package/resources/beta/clusters.d.mts.map +1 -0
- package/resources/beta/clusters.d.ts +2 -0
- package/resources/beta/clusters.d.ts.map +1 -0
- package/resources/beta/clusters.js +6 -0
- package/resources/beta/clusters.js.map +1 -0
- package/resources/beta/clusters.mjs +3 -0
- package/resources/beta/clusters.mjs.map +1 -0
- package/resources/beta/index.d.mts +4 -0
- package/resources/beta/index.d.mts.map +1 -0
- package/resources/beta/index.d.ts +4 -0
- package/resources/beta/index.d.ts.map +1 -0
- package/resources/beta/index.js +11 -0
- package/resources/beta/index.js.map +1 -0
- package/resources/beta/index.mjs +5 -0
- package/resources/beta/index.mjs.map +1 -0
- package/resources/beta/jig/index.d.mts +5 -0
- package/resources/beta/jig/index.d.mts.map +1 -0
- package/resources/beta/jig/index.d.ts +5 -0
- package/resources/beta/jig/index.d.ts.map +1 -0
- package/resources/beta/jig/index.js +13 -0
- package/resources/beta/jig/index.js.map +1 -0
- package/resources/beta/jig/index.mjs +6 -0
- package/resources/beta/jig/index.mjs.map +1 -0
- package/resources/beta/jig/jig.d.mts +667 -0
- package/resources/beta/jig/jig.d.mts.map +1 -0
- package/resources/beta/jig/jig.d.ts +667 -0
- package/resources/beta/jig/jig.d.ts.map +1 -0
- package/resources/beta/jig/jig.js +62 -0
- package/resources/beta/jig/jig.js.map +1 -0
- package/resources/beta/jig/jig.mjs +57 -0
- package/resources/beta/jig/jig.mjs.map +1 -0
- package/resources/beta/jig/queue.d.mts +193 -0
- package/resources/beta/jig/queue.d.mts.map +1 -0
- package/resources/beta/jig/queue.d.ts +193 -0
- package/resources/beta/jig/queue.d.ts.map +1 -0
- package/resources/beta/jig/queue.js +39 -0
- package/resources/beta/jig/queue.js.map +1 -0
- package/resources/beta/jig/queue.mjs +35 -0
- package/resources/beta/jig/queue.mjs.map +1 -0
- package/resources/beta/jig/secrets.d.mts +120 -0
- package/resources/beta/jig/secrets.d.mts.map +1 -0
- package/resources/beta/jig/secrets.d.ts +120 -0
- package/resources/beta/jig/secrets.d.ts.map +1 -0
- package/resources/beta/jig/secrets.js +40 -0
- package/resources/beta/jig/secrets.js.map +1 -0
- package/resources/beta/jig/secrets.mjs +36 -0
- package/resources/beta/jig/secrets.mjs.map +1 -0
- package/resources/beta/jig/volumes.d.mts +202 -0
- package/resources/beta/jig/volumes.d.mts.map +1 -0
- package/resources/beta/jig/volumes.d.ts +202 -0
- package/resources/beta/jig/volumes.d.ts.map +1 -0
- package/resources/beta/jig/volumes.js +40 -0
- package/resources/beta/jig/volumes.js.map +1 -0
- package/resources/beta/jig/volumes.mjs +36 -0
- package/resources/beta/jig/volumes.mjs.map +1 -0
- package/resources/beta/jig.d.mts +2 -0
- package/resources/beta/jig.d.mts.map +1 -0
- package/resources/beta/jig.d.ts +2 -0
- package/resources/beta/jig.d.ts.map +1 -0
- package/resources/beta/jig.js +6 -0
- package/resources/beta/jig.js.map +1 -0
- package/resources/beta/jig.mjs +3 -0
- package/resources/beta/jig.mjs.map +1 -0
- package/resources/beta.d.mts +2 -0
- package/resources/beta.d.mts.map +1 -0
- package/resources/beta.d.ts +2 -0
- package/resources/beta.d.ts.map +1 -0
- package/resources/beta.js +6 -0
- package/resources/beta.js.map +1 -0
- package/resources/beta.mjs +3 -0
- package/resources/beta.mjs.map +1 -0
- package/resources/chat/chat.d.mts +2 -2
- package/resources/chat/chat.d.mts.map +1 -1
- package/resources/chat/chat.d.ts +2 -2
- package/resources/chat/chat.d.ts.map +1 -1
- package/resources/chat/chat.js.map +1 -1
- package/resources/chat/chat.mjs.map +1 -1
- package/resources/chat/completions.d.mts +136 -101
- package/resources/chat/completions.d.mts.map +1 -1
- package/resources/chat/completions.d.ts +136 -101
- package/resources/chat/completions.d.ts.map +1 -1
- package/resources/chat/completions.js.map +1 -1
- package/resources/chat/completions.mjs.map +1 -1
- package/resources/chat/index.d.mts +1 -1
- package/resources/chat/index.d.mts.map +1 -1
- package/resources/chat/index.d.ts +1 -1
- package/resources/chat/index.d.ts.map +1 -1
- package/resources/chat/index.js.map +1 -1
- package/resources/chat/index.mjs.map +1 -1
- package/resources/completions.d.mts +20 -6
- package/resources/completions.d.mts.map +1 -1
- package/resources/completions.d.ts +20 -6
- package/resources/completions.d.ts.map +1 -1
- package/resources/completions.js.map +1 -1
- package/resources/completions.mjs.map +1 -1
- package/resources/embeddings.d.mts +8 -1
- package/resources/embeddings.d.mts.map +1 -1
- package/resources/embeddings.d.ts +8 -1
- package/resources/embeddings.d.ts.map +1 -1
- package/resources/embeddings.js +2 -1
- package/resources/embeddings.js.map +1 -1
- package/resources/embeddings.mjs +2 -1
- package/resources/embeddings.mjs.map +1 -1
- package/resources/endpoints.d.mts +106 -5
- package/resources/endpoints.d.mts.map +1 -1
- package/resources/endpoints.d.ts +106 -5
- package/resources/endpoints.d.ts.map +1 -1
- package/resources/endpoints.js +14 -1
- package/resources/endpoints.js.map +1 -1
- package/resources/endpoints.mjs +14 -1
- package/resources/endpoints.mjs.map +1 -1
- package/resources/evals.d.mts +6 -5
- package/resources/evals.d.mts.map +1 -1
- package/resources/evals.d.ts +6 -5
- package/resources/evals.d.ts.map +1 -1
- package/resources/evals.js +1 -1
- package/resources/evals.mjs +1 -1
- package/resources/files.d.mts +26 -12
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +26 -12
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +1 -1
- package/resources/files.mjs +1 -1
- package/resources/fine-tuning.d.mts +214 -2
- package/resources/fine-tuning.d.mts.map +1 -1
- package/resources/fine-tuning.d.ts +214 -2
- package/resources/fine-tuning.d.ts.map +1 -1
- package/resources/fine-tuning.js +13 -0
- package/resources/fine-tuning.js.map +1 -1
- package/resources/fine-tuning.mjs +13 -0
- package/resources/fine-tuning.mjs.map +1 -1
- package/resources/images.d.mts +3 -0
- package/resources/images.d.mts.map +1 -1
- package/resources/images.d.ts +3 -0
- package/resources/images.d.ts.map +1 -1
- package/resources/index.d.mts +5 -6
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +5 -6
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +4 -6
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -3
- package/resources/index.mjs.map +1 -1
- package/resources/models/index.d.mts +3 -0
- package/resources/models/index.d.mts.map +1 -0
- package/resources/models/index.d.ts +3 -0
- package/resources/models/index.d.ts.map +1 -0
- package/resources/models/index.js +9 -0
- package/resources/models/index.js.map +1 -0
- package/resources/models/index.mjs +4 -0
- package/resources/models/index.mjs.map +1 -0
- package/resources/models/models.d.mts +109 -0
- package/resources/models/models.d.mts.map +1 -0
- package/resources/models/models.d.ts +109 -0
- package/resources/models/models.d.ts.map +1 -0
- package/resources/models/models.js +42 -0
- package/resources/models/models.js.map +1 -0
- package/resources/models/models.mjs +37 -0
- package/resources/models/models.mjs.map +1 -0
- package/resources/models/uploads.d.mts +41 -0
- package/resources/models/uploads.d.mts.map +1 -0
- package/resources/models/uploads.d.ts +41 -0
- package/resources/models/uploads.d.ts.map +1 -0
- package/resources/models/uploads.js +23 -0
- package/resources/models/uploads.js.map +1 -0
- package/resources/models/uploads.mjs +19 -0
- package/resources/models/uploads.mjs.map +1 -0
- package/resources/models.d.mts +1 -95
- package/resources/models.d.mts.map +1 -1
- package/resources/models.d.ts +1 -95
- package/resources/models.d.ts.map +1 -1
- package/resources/models.js +2 -30
- package/resources/models.js.map +1 -1
- package/resources/models.mjs +1 -28
- package/resources/models.mjs.map +1 -1
- package/resources/rerank.d.mts +3 -2
- package/resources/rerank.d.mts.map +1 -1
- package/resources/rerank.d.ts +3 -2
- package/resources/rerank.d.ts.map +1 -1
- package/resources/rerank.js +2 -1
- package/resources/rerank.js.map +1 -1
- package/resources/rerank.mjs +2 -1
- package/resources/rerank.mjs.map +1 -1
- package/src/client.ts +51 -59
- package/src/core/streaming.ts +2 -2
- package/src/internal/parse.ts +6 -0
- package/src/internal/utils/query.ts +23 -0
- package/src/internal/utils.ts +1 -0
- package/src/lib/AbstractChatCompletionRunner.ts +1 -0
- package/src/lib/ChatCompletionStream.ts +1 -0
- package/src/resources/audio/audio.ts +3 -0
- package/src/resources/audio/transcriptions.ts +3 -2
- package/src/resources/audio/translations.ts +3 -2
- package/src/resources/audio/voices.ts +9 -0
- package/src/resources/beta/beta.ts +55 -0
- package/src/resources/beta/clusters/clusters.ts +300 -0
- package/src/resources/beta/clusters/index.ts +19 -0
- package/src/resources/beta/clusters/storage.ts +117 -0
- package/src/resources/beta/clusters.ts +3 -0
- package/src/resources/beta/index.ts +22 -0
- package/src/resources/beta/jig/index.ts +39 -0
- package/src/resources/beta/jig/jig.ts +883 -0
- package/src/resources/beta/jig/queue.ts +237 -0
- package/src/resources/beta/jig/secrets.ts +163 -0
- package/src/resources/beta/jig/volumes.ts +258 -0
- package/src/resources/beta/jig.ts +3 -0
- package/src/resources/beta.ts +3 -0
- package/src/resources/chat/chat.ts +10 -8
- package/src/resources/chat/completions.ts +170 -151
- package/src/resources/chat/index.ts +1 -0
- package/src/resources/completions.ts +20 -9
- package/src/resources/embeddings.ts +8 -1
- package/src/resources/endpoints.ts +128 -4
- package/src/resources/evals.ts +6 -6
- package/src/resources/files.ts +25 -17
- package/src/resources/fine-tuning.ts +274 -1
- package/src/resources/images.ts +3 -0
- package/src/resources/index.ts +7 -4
- package/src/resources/models/index.ts +11 -0
- package/src/resources/models/models.ts +160 -0
- package/src/resources/models/uploads.ts +60 -0
- package/src/resources/models.ts +1 -136
- package/src/resources/rerank.ts +3 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/hardware.d.mts +0 -95
- package/resources/hardware.d.mts.map +0 -1
- package/resources/hardware.d.ts +0 -95
- package/resources/hardware.d.ts.map +0 -1
- package/resources/hardware.js +0 -17
- package/resources/hardware.js.map +0 -1
- package/resources/hardware.mjs +0 -13
- package/resources/hardware.mjs.map +0 -1
- package/resources/jobs.d.mts +0 -76
- package/resources/jobs.d.mts.map +0 -1
- package/resources/jobs.d.ts +0 -76
- package/resources/jobs.d.ts.map +0 -1
- package/resources/jobs.js +0 -34
- package/resources/jobs.js.map +0 -1
- package/resources/jobs.mjs +0 -30
- package/resources/jobs.mjs.map +0 -1
- package/src/resources/hardware.ts +0 -118
- package/src/resources/jobs.ts +0 -112
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,172 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.38.0 (2026-03-18)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.37.0...v0.38.0](https://github.com/togethercomputer/together-typescript/compare/v0.37.0...v0.38.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Add FT models supported and limits ([eb83352](https://github.com/togethercomputer/together-typescript/commit/eb83352895441dd6c7b14815bc56fa703bb21cb5))
|
|
10
|
+
* Add typing for completion responses related to logprobs ([7be3686](https://github.com/togethercomputer/together-typescript/commit/7be368608be937b1d212c285b4cfd7e3650c4213))
|
|
11
|
+
* Add wandb_entity argument to OpenAPI definition ([71e55a9](https://github.com/togethercomputer/together-typescript/commit/71e55a9852f68f467f210f858ef509888db9abed))
|
|
12
|
+
* Another try ([d59291f](https://github.com/togethercomputer/together-typescript/commit/d59291f9f6a185443214c1da6c333400b5c9a997))
|
|
13
|
+
* **api:** manual updates ([9fe1286](https://github.com/togethercomputer/together-typescript/commit/9fe1286feb663510d56245890237e0b618836be4))
|
|
14
|
+
* **api:** manual updates ([eb817bf](https://github.com/togethercomputer/together-typescript/commit/eb817bfbe1034925f5cf6f590fd6b9bc4f5fce51))
|
|
15
|
+
* **api:** manual updates ([206ba6d](https://github.com/togethercomputer/together-typescript/commit/206ba6dcc63ec4f638e99b71a65b34d4b4ba7b3c))
|
|
16
|
+
* Change TrainingType default to null ([cb4bdcb](https://github.com/togethercomputer/together-typescript/commit/cb4bdcb2cf4ed3d22d3b0e50135af1b8c80d6218))
|
|
17
|
+
* update deployments schemas to include volume versions ([1d3a34e](https://github.com/togethercomputer/together-typescript/commit/1d3a34efef57808b89b16ab39791f53380163385))
|
|
18
|
+
* Update descriptions for endpoints ([e7a8aaf](https://github.com/togethercomputer/together-typescript/commit/e7a8aafed811633b2a1c2c19df41fb43fd48ae89))
|
|
19
|
+
* Update llama 3.1 8b w/ qwen 3.5 9b ([5bd7444](https://github.com/togethercomputer/together-typescript/commit/5bd744484f4c626865c71e7046078077b2ea5c8f))
|
|
20
|
+
* Update training type for price estimation too ([52c3b77](https://github.com/togethercomputer/together-typescript/commit/52c3b77ff92751cbd788820ec20b195f040d9d16))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **client:** avoid removing abort listener too early ([1376258](https://github.com/togethercomputer/together-typescript/commit/137625849136205dc82f3b2493c96709365933ba))
|
|
26
|
+
* **client:** preserve URL params already embedded in path ([940974d](https://github.com/togethercomputer/together-typescript/commit/940974d0043587773a3e294c7744ace2008201d9))
|
|
27
|
+
* **docs/contributing:** correct pnpm link command ([eab2b6e](https://github.com/togethercomputer/together-typescript/commit/eab2b6e70c14fd53c4913fdaa0d2c51cc42a3e3b))
|
|
28
|
+
* fix request delays for retrying to be more respectful of high requested delays ([11669ff](https://github.com/togethercomputer/together-typescript/commit/11669ff27aa05901764cfb300dc33927da4002c7))
|
|
29
|
+
* fixed autoscaling configs in deployments api ([4dac51b](https://github.com/togethercomputer/together-typescript/commit/4dac51ba4914f36a26c93f418ffdfa8e12cbf678))
|
|
30
|
+
* **internal:** skip tests that depend on mock server ([be7e0e7](https://github.com/togethercomputer/together-typescript/commit/be7e0e717e129fcdca13570d5967d61d8107240f))
|
|
31
|
+
* **types:** change model to string in chat completions ([91a8c77](https://github.com/togethercomputer/together-typescript/commit/91a8c775d68930dd539bcce1b059274ae8f91863))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Chores
|
|
35
|
+
|
|
36
|
+
* **ci:** skip uploading artifacts on stainless-internal branches ([603c86c](https://github.com/togethercomputer/together-typescript/commit/603c86c65a947e54c0998d5c10c1d4f6489f7f96))
|
|
37
|
+
* configure new SDK language ([b6f30b6](https://github.com/togethercomputer/together-typescript/commit/b6f30b6587c51483d7aace93a19350d4acb22061))
|
|
38
|
+
* Fix broken lint ([#213](https://github.com/togethercomputer/together-typescript/issues/213)) ([2463a75](https://github.com/togethercomputer/together-typescript/commit/2463a75429bc924bec67a7cf6eb0ef6a8b5fa87b))
|
|
39
|
+
* Fix various docstrings ([af4c47f](https://github.com/togethercomputer/together-typescript/commit/af4c47fab26f6ad7599866d2facd2075dfb7f7d7))
|
|
40
|
+
* **internal/client:** fix form-urlencoded requests ([d73f69f](https://github.com/togethercomputer/together-typescript/commit/d73f69fb0a280ad9d2c1f15da25d3695ff9c55c7))
|
|
41
|
+
* **internal:** avoid type checking errors with ts-reset ([70ad44b](https://github.com/togethercomputer/together-typescript/commit/70ad44b46220b19de3a0def616593e2382bda8dd))
|
|
42
|
+
* **internal:** move stringifyQuery implementation to internal function ([54dc83f](https://github.com/togethercomputer/together-typescript/commit/54dc83f02b0df002689776dd098bffbb06299934))
|
|
43
|
+
* **internal:** tweak CI branches ([e8d66c5](https://github.com/togethercomputer/together-typescript/commit/e8d66c54b571a1ca83473b00368c25e9d45a537e))
|
|
44
|
+
* **internal:** update dependencies to address dependabot vulnerabilities ([e442dfd](https://github.com/togethercomputer/together-typescript/commit/e442dfd169a1809ea915f60d38ec80b2e22e86b9))
|
|
45
|
+
* Remove broken field LineCount from FileResponse ([a0c187e](https://github.com/togethercomputer/together-typescript/commit/a0c187e9ae89232655f4e29e82ed08778fa70294))
|
|
46
|
+
* Revert adding mcp code. Code additions were unexpected. ([bb39360](https://github.com/togethercomputer/together-typescript/commit/bb39360b1f1815afa03cd59aec365c76f6fa6bf0))
|
|
47
|
+
* **test:** do not count install time for mock server timeout ([4f232bf](https://github.com/togethercomputer/together-typescript/commit/4f232bf81907963b78e8bd94b19dbcfa25929954))
|
|
48
|
+
* Update descriptions for jig queue methods and properties ([7fdfcca](https://github.com/togethercomputer/together-typescript/commit/7fdfcca72618b3ea51d38ac01f91e6a08ad0863e))
|
|
49
|
+
* update mock server docs ([ac14bf7](https://github.com/togethercomputer/together-typescript/commit/ac14bf741e8980c297b657f886d8ea0a88c15dcc))
|
|
50
|
+
* update placeholder string ([e481cda](https://github.com/togethercomputer/together-typescript/commit/e481cda9fffbd1ed5ec89a8f9e61258fefef2ac5))
|
|
51
|
+
|
|
52
|
+
## 0.37.0 (2026-02-04)
|
|
53
|
+
|
|
54
|
+
Full Changelog: [v0.36.1...v0.37.0](https://github.com/togethercomputer/together-typescript/compare/v0.36.1...v0.37.0)
|
|
55
|
+
|
|
56
|
+
### Features
|
|
57
|
+
|
|
58
|
+
* Add chat completion support for reasoning.enabled ([d4f4bd4](https://github.com/togethercomputer/together-typescript/commit/d4f4bd4f158f46f3bcf9af79d9c2d2026595d310))
|
|
59
|
+
* **api:** Add API for listing deployments ([67ea446](https://github.com/togethercomputer/together-typescript/commit/67ea4463bfeadabde510059c556b7ea777c53c70))
|
|
60
|
+
* **api:** Add beta sdks for jig features ([e402a3b](https://github.com/togethercomputer/together-typescript/commit/e402a3bb439073eb9fcde474b8690ad037696770))
|
|
61
|
+
* **api:** Move jobs apis to nest under model uploads per their use case ([412673c](https://github.com/togethercomputer/together-typescript/commit/412673c4036744a5936c40daa2146182f7e2ce09))
|
|
62
|
+
* **api:** Move queue out of jig namespace ([c95c7e1](https://github.com/togethercomputer/together-typescript/commit/c95c7e1ff57106fd9ebb269865fd62cca0bd7fa6))
|
|
63
|
+
* **api:** Update Jig types and add retrieve_logs api to jig ([c7d03d5](https://github.com/togethercomputer/together-typescript/commit/c7d03d5462b5d8b9cffb578f647b18ddcaf02525))
|
|
64
|
+
* ENG-82904 - chore: update ReplicaEvent schema ([b12bb38](https://github.com/togethercomputer/together-typescript/commit/b12bb3833451b23c56e21500fd262286420b5aa6))
|
|
65
|
+
* internal: Add code samples to deployments features ([cf33c3c](https://github.com/togethercomputer/together-typescript/commit/cf33c3c8d1a1a4eb3370bb4fbee87e8784d7d9fc))
|
|
66
|
+
* internal: Update to new cluster api routing ([f0ee67d](https://github.com/togethercomputer/together-typescript/commit/f0ee67d9b151d647d0f8c4a0a5f4a4bd074902fe))
|
|
67
|
+
* move byoc features under /deployments route ([c528ef0](https://github.com/togethercomputer/together-typescript/commit/c528ef0de75a47f291df7eaf05107792453dc5c0))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* **client:** avoid memory leak with abort signals ([b59ae98](https://github.com/togethercomputer/together-typescript/commit/b59ae98871ae8b12e542f453980a1ff053cad924))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Chores
|
|
76
|
+
|
|
77
|
+
* **api:** Improve type names for jig volumes and logs ([8bbdbe1](https://github.com/togethercomputer/together-typescript/commit/8bbdbe14410b8d6bbd1d346480352e672293c799))
|
|
78
|
+
* **api:** move hardware listing feature under endpoints resource. ([6b67d13](https://github.com/togethercomputer/together-typescript/commit/6b67d13c1fa85921ccd2ba425be0b25d2916361b))
|
|
79
|
+
* **api:** Move Queue SDK methods into Jig namespace ([3032bf5](https://github.com/togethercomputer/together-typescript/commit/3032bf565a2102b3579e469f5345853da1b04dea))
|
|
80
|
+
* **api:** Rename jig queue apis ([aa7d049](https://github.com/togethercomputer/together-typescript/commit/aa7d049e8986828f8347e71c2071548eade965e3))
|
|
81
|
+
* **ci:** upgrade `actions/github-script` ([5b00d49](https://github.com/togethercomputer/together-typescript/commit/5b00d49efca2af35bd853e81edd6d78c147f4228))
|
|
82
|
+
* cleanup ([4e09417](https://github.com/togethercomputer/together-typescript/commit/4e09417a586eb1891a18672167e77068fd6d96d5))
|
|
83
|
+
* **client:** do not parse responses with empty content-length ([4a36f58](https://github.com/togethercomputer/together-typescript/commit/4a36f5830103ebdfe90e4aff14a54bb2d5843176))
|
|
84
|
+
* **client:** restructure abort controller binding ([59bbe0a](https://github.com/togethercomputer/together-typescript/commit/59bbe0ab3604323b91d6e4a1996ce27b75211083))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Documentation
|
|
88
|
+
|
|
89
|
+
* **axle-queue:** added axle-queue endpoints ([42c307c](https://github.com/togethercomputer/together-typescript/commit/42c307cc513eea8e93820a2c60d7cce856162673))
|
|
90
|
+
|
|
91
|
+
## 0.36.1 (2026-01-21)
|
|
92
|
+
|
|
93
|
+
Full Changelog: [v0.36.0...v0.36.1](https://github.com/togethercomputer/together-typescript/compare/v0.36.0...v0.36.1)
|
|
94
|
+
|
|
95
|
+
### Chores
|
|
96
|
+
|
|
97
|
+
* Add code samples and descriptions to instant cluster apis ([59d91d1](https://github.com/togethercomputer/together-typescript/commit/59d91d14b3e9fc7e7f0d47965a8663c70542652a))
|
|
98
|
+
* **internal:** update `actions/checkout` version ([e025354](https://github.com/togethercomputer/together-typescript/commit/e025354b9fc3767cdde8c4f5c110c5084017fea3))
|
|
99
|
+
* **internal:** upgrade babel, qs, js-yaml ([0942043](https://github.com/togethercomputer/together-typescript/commit/0942043bf28e52143998e1f7473d2d3b7759618c))
|
|
100
|
+
* Mark disable_prompt_cache as deprecated for endpoint creation ([9bbee16](https://github.com/togethercomputer/together-typescript/commit/9bbee1649679f4a00cf614a4e25417bb39154bf7))
|
|
101
|
+
* Update cluster apis to reflect their new response shape ([b6049ec](https://github.com/togethercomputer/together-typescript/commit/b6049ec78e0e15a8e51354470a35a5c790f78934))
|
|
102
|
+
|
|
103
|
+
## 0.36.0 (2026-01-09)
|
|
104
|
+
|
|
105
|
+
Full Changelog: [v0.35.1...v0.36.0](https://github.com/togethercomputer/together-typescript/compare/v0.35.1...v0.36.0)
|
|
106
|
+
|
|
107
|
+
### Features
|
|
108
|
+
|
|
109
|
+
* Add started_at timestamp to fix time estimation ([acd4d18](https://github.com/togethercomputer/together-typescript/commit/acd4d18cd15b9967543ba4b88f0a80fdc279d3a4))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Chores
|
|
113
|
+
|
|
114
|
+
* **api:** Remove APIs that were accidentally added in the wrong namespace ([4f06842](https://github.com/togethercomputer/together-typescript/commit/4f068422db3df198a530dba1423a99cbd83a2ab8))
|
|
115
|
+
|
|
116
|
+
## 0.35.1 (2026-01-06)
|
|
117
|
+
|
|
118
|
+
Full Changelog: [v0.35.0...v0.35.1](https://github.com/togethercomputer/together-typescript/compare/v0.35.0...v0.35.1)
|
|
119
|
+
|
|
120
|
+
### Chores
|
|
121
|
+
|
|
122
|
+
* Add Instant Clusters to OpenAPI spec ([2b597be](https://github.com/togethercomputer/together-typescript/commit/2b597be4cc4fd46d62286e415e892687a8f52917))
|
|
123
|
+
|
|
124
|
+
## 0.35.0 (2026-01-06)
|
|
125
|
+
|
|
126
|
+
Full Changelog: [v0.34.0...v0.35.0](https://github.com/togethercomputer/together-typescript/compare/v0.34.0...v0.35.0)
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
* Add compliance and chat_template_kwargs to chat completions spec ([137e09b](https://github.com/togethercomputer/together-typescript/commit/137e09b3f4d4bbf459d6c1e5ebbbcee0df60da51))
|
|
131
|
+
* Support VLM finetuning ([4a0271f](https://github.com/togethercomputer/together-typescript/commit/4a0271f78cecc05e137c6977238917fdf2bae381))
|
|
132
|
+
* VLM Support update ([f595d10](https://github.com/togethercomputer/together-typescript/commit/f595d105a9bade8b4ff62d3bd18e008e739d910e))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Chores
|
|
136
|
+
|
|
137
|
+
* break long lines in snippets into multiline ([6b244ee](https://github.com/togethercomputer/together-typescript/commit/6b244eecf98a507718759113d7d1372463a4230f))
|
|
138
|
+
* **internal:** codegen related update ([ebd27f6](https://github.com/togethercomputer/together-typescript/commit/ebd27f699339a11370d08b33efc0ae8db1641b80))
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Documentation
|
|
142
|
+
|
|
143
|
+
* add more examples ([99b172f](https://github.com/togethercomputer/together-typescript/commit/99b172f6c74ed1fd50342b22da4494e200a4a5fc))
|
|
144
|
+
|
|
145
|
+
## 0.34.0 (2025-12-16)
|
|
146
|
+
|
|
147
|
+
Full Changelog: [v0.33.0...v0.34.0](https://github.com/togethercomputer/together-typescript/compare/v0.33.0...v0.34.0)
|
|
148
|
+
|
|
149
|
+
### Features
|
|
150
|
+
|
|
151
|
+
* **api:** Add fine_tuning.estimate_price api ([5bc345a](https://github.com/togethercomputer/together-typescript/commit/5bc345adce35d357415fc7df4d98891c992ece7a))
|
|
152
|
+
* **api:** api update ([45fab63](https://github.com/togethercomputer/together-typescript/commit/45fab633cea650b044caedc9ccb038db789b233c))
|
|
153
|
+
* **api:** api update ([ed3cd71](https://github.com/togethercomputer/together-typescript/commit/ed3cd7178317fcca2bee85925e091015dc5c0bd9))
|
|
154
|
+
* **api:** api update ([fa70d77](https://github.com/togethercomputer/together-typescript/commit/fa70d7798bba67820b9a9a1b5623ea9fd14ffca0))
|
|
155
|
+
* **files:** add support for string alternative to file upload type ([94f6844](https://github.com/togethercomputer/together-typescript/commit/94f6844d669e2ecc438737b7f53b1cdedbc634b6))
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* **mcp:** correct code tool API endpoint ([d56a0f6](https://github.com/togethercomputer/together-typescript/commit/d56a0f64679a585ecfa69e4b7e0a4a56fda4a48d))
|
|
161
|
+
* **mcp:** return correct lines on typescript errors ([be827cf](https://github.com/togethercomputer/together-typescript/commit/be827cf5523958f65849c87fcf9b6631f697b1aa))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Chores
|
|
165
|
+
|
|
166
|
+
* internal - format ([df4bf75](https://github.com/togethercomputer/together-typescript/commit/df4bf75596ddddaef7e24e8fdc0867a5cf06fb6d))
|
|
167
|
+
* **internal:** codegen related update ([1862dd3](https://github.com/togethercomputer/together-typescript/commit/1862dd356c5c6803bdbd9bf5bf5c031f949021b0))
|
|
168
|
+
* **internal:** codegen related update ([b04ce10](https://github.com/togethercomputer/together-typescript/commit/b04ce101c30274e1fac82d521d9508081e1d9ed8))
|
|
169
|
+
|
|
3
170
|
## 0.33.0 (2025-12-04)
|
|
4
171
|
|
|
5
172
|
Full Changelog: [v0.32.0...v0.33.0](https://github.com/togethercomputer/together-typescript/compare/v0.32.0...v0.33.0)
|
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2026 Together
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ import Together from 'together-ai';
|
|
|
44
44
|
const client = new Together();
|
|
45
45
|
|
|
46
46
|
const stream = await client.chat.completions.create({
|
|
47
|
-
messages: [{ role: 'user', content: 'Say this is a test' }],
|
|
47
|
+
messages: [{ role: 'user', content: 'Say this is a test!' }],
|
|
48
48
|
model: 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo',
|
|
49
49
|
stream: true,
|
|
50
50
|
});
|
package/bin/cli
CHANGED
|
@@ -4,19 +4,26 @@ const { spawnSync } = require('child_process');
|
|
|
4
4
|
|
|
5
5
|
const commands = {
|
|
6
6
|
migrate: {
|
|
7
|
-
description:
|
|
7
|
+
description:
|
|
8
|
+
'Run migrations to update your code using together-ai@0.20.0 to be compatible with together-ai@0.21.0',
|
|
8
9
|
fn: () => {
|
|
9
10
|
const result = spawnSync(
|
|
10
11
|
'npx',
|
|
11
|
-
[
|
|
12
|
+
[
|
|
13
|
+
'-y',
|
|
14
|
+
'https://github.com/stainless-api/migrate-ts/releases/download/0.0.2/stainless-api-migrate-0.0.2-6.tgz',
|
|
15
|
+
'--migrationConfig',
|
|
16
|
+
require.resolve('./migration-config.json'),
|
|
17
|
+
...process.argv.slice(3),
|
|
18
|
+
],
|
|
12
19
|
{ stdio: 'inherit' },
|
|
13
20
|
);
|
|
14
21
|
if (result.status !== 0) {
|
|
15
22
|
process.exit(result.status);
|
|
16
23
|
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
};
|
|
20
27
|
|
|
21
28
|
function exitWithHelp() {
|
|
22
29
|
console.log(`Usage: together-ai <subcommand>`);
|
package/client.d.mts
CHANGED
|
@@ -9,19 +9,18 @@ import { APIPromise } from "./core/api-promise.mjs";
|
|
|
9
9
|
import { BatchCreateParams, BatchCreateResponse, BatchJob, BatchListResponse, Batches } from "./resources/batches.mjs";
|
|
10
10
|
import { Completion, CompletionChunk, CompletionCreateParams, CompletionCreateParamsNonStreaming, CompletionCreateParamsStreaming, Completions, LogProbs, ToolChoice, Tools } from "./resources/completions.mjs";
|
|
11
11
|
import { Embedding, EmbeddingCreateParams, Embeddings } from "./resources/embeddings.mjs";
|
|
12
|
-
import { Autoscaling, DedicatedEndpoint, EndpointCreateParams, EndpointListAvzonesResponse, EndpointListParams, EndpointListResponse, EndpointUpdateParams, Endpoints } from "./resources/endpoints.mjs";
|
|
12
|
+
import { Autoscaling, DedicatedEndpoint, EndpointCreateParams, EndpointListAvzonesResponse, EndpointListHardwareParams, EndpointListHardwareResponse, EndpointListParams, EndpointListResponse, EndpointUpdateParams, Endpoints } from "./resources/endpoints.mjs";
|
|
13
13
|
import { EvalCreateParams, EvalCreateResponse, EvalListParams, EvalListResponse, EvalStatusResponse, Evals, EvaluationJob } from "./resources/evals.mjs";
|
|
14
|
-
import { FileDeleteResponse, FileList,
|
|
15
|
-
import { FineTuning, FineTuningCancelResponse, FineTuningContentParams, FineTuningCreateParams, FineTuningCreateResponse, FineTuningDeleteParams, FineTuningDeleteResponse, FineTuningListCheckpointsResponse, FineTuningListEventsResponse, FineTuningListResponse, FinetuneEvent, FinetuneEventType, FinetuneResponse } from "./resources/fine-tuning.mjs";
|
|
16
|
-
import { Hardware, HardwareListParams, HardwareListResponse } from "./resources/hardware.mjs";
|
|
14
|
+
import { FileDeleteResponse, FileList, FilePurpose, FileResponse, FileType, Files } from "./resources/files.mjs";
|
|
15
|
+
import { FineTuning, FineTuningCancelResponse, FineTuningContentParams, FineTuningCreateParams, FineTuningCreateResponse, FineTuningDeleteParams, FineTuningDeleteResponse, FineTuningEstimatePriceParams, FineTuningEstimatePriceResponse, FineTuningListCheckpointsResponse, FineTuningListEventsResponse, FineTuningListResponse, FinetuneEvent, FinetuneEventType, FinetuneResponse } from "./resources/fine-tuning.mjs";
|
|
17
16
|
import { ImageDataB64, ImageDataURL, ImageFile, ImageGenerateParams, Images } from "./resources/images.mjs";
|
|
18
|
-
import { JobListResponse, JobRetrieveResponse, Jobs } from "./resources/jobs.mjs";
|
|
19
|
-
import { ModelListResponse, ModelObject, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models.mjs";
|
|
20
17
|
import { Rerank, RerankCreateParams, RerankCreateResponse } from "./resources/rerank.mjs";
|
|
21
18
|
import { VideoCreateParams, VideoJob, Videos } from "./resources/videos.mjs";
|
|
22
19
|
import { Audio, AudioFile, AudioSpeechStreamChunk } from "./resources/audio/audio.mjs";
|
|
20
|
+
import { Beta } from "./resources/beta/beta.mjs";
|
|
23
21
|
import { Chat } from "./resources/chat/chat.mjs";
|
|
24
22
|
import { CodeInterpreter, CodeInterpreterExecuteParams, ExecuteResponse } from "./resources/code-interpreter/code-interpreter.mjs";
|
|
23
|
+
import { ModelListParams, ModelListResponse, ModelObject, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models/models.mjs";
|
|
25
24
|
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
26
25
|
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
27
26
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
@@ -130,7 +129,7 @@ export declare class Together {
|
|
|
130
129
|
/**
|
|
131
130
|
* Basic re-implementation of `qs.stringify` for primitive types.
|
|
132
131
|
*/
|
|
133
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
132
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
134
133
|
private getUserAgent;
|
|
135
134
|
protected defaultIdempotencyKey(): string;
|
|
136
135
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -169,6 +168,7 @@ export declare class Together {
|
|
|
169
168
|
timeout: number;
|
|
170
169
|
}>;
|
|
171
170
|
private buildHeaders;
|
|
171
|
+
private _makeAbort;
|
|
172
172
|
private buildBody;
|
|
173
173
|
static Together: typeof Together;
|
|
174
174
|
static DEFAULT_TIMEOUT: number;
|
|
@@ -186,6 +186,7 @@ export declare class Together {
|
|
|
186
186
|
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
187
187
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
188
188
|
static toFile: typeof Uploads.toFile;
|
|
189
|
+
beta: API.Beta;
|
|
189
190
|
chat: API.Chat;
|
|
190
191
|
completions: API.Completions;
|
|
191
192
|
embeddings: API.Embeddings;
|
|
@@ -196,28 +197,25 @@ export declare class Together {
|
|
|
196
197
|
videos: API.Videos;
|
|
197
198
|
audio: API.Audio;
|
|
198
199
|
models: API.Models;
|
|
199
|
-
jobs: API.Jobs;
|
|
200
200
|
endpoints: API.Endpoints;
|
|
201
|
-
hardware: API.Hardware;
|
|
202
201
|
rerank: API.Rerank;
|
|
203
202
|
batches: API.Batches;
|
|
204
203
|
evals: API.Evals;
|
|
205
204
|
}
|
|
206
205
|
export declare namespace Together {
|
|
207
206
|
export type RequestOptions = Opts.RequestOptions;
|
|
207
|
+
export { Beta as Beta };
|
|
208
208
|
export { Chat as Chat };
|
|
209
209
|
export { Completions as Completions, type Completion as Completion, type CompletionChunk as CompletionChunk, type LogProbs as LogProbs, type ToolChoice as ToolChoice, type Tools as Tools, type CompletionCreateParams as CompletionCreateParams, type CompletionCreateParamsNonStreaming as CompletionCreateParamsNonStreaming, type CompletionCreateParamsStreaming as CompletionCreateParamsStreaming, };
|
|
210
210
|
export { Embeddings as Embeddings, type Embedding as Embedding, type EmbeddingCreateParams as EmbeddingCreateParams, };
|
|
211
|
-
export { Files as Files, type FileList as FileList, type
|
|
212
|
-
export { FineTuning as FineTuning, type FinetuneEvent as FinetuneEvent, type FinetuneEventType as FinetuneEventType, type FinetuneResponse as FinetuneResponse, type FineTuningCreateResponse as FineTuningCreateResponse, type FineTuningListResponse as FineTuningListResponse, type FineTuningDeleteResponse as FineTuningDeleteResponse, type FineTuningCancelResponse as FineTuningCancelResponse, type FineTuningListCheckpointsResponse as FineTuningListCheckpointsResponse, type FineTuningListEventsResponse as FineTuningListEventsResponse, type FineTuningCreateParams as FineTuningCreateParams, type FineTuningDeleteParams as FineTuningDeleteParams, type FineTuningContentParams as FineTuningContentParams, };
|
|
211
|
+
export { Files as Files, type FileList as FileList, type FilePurpose as FilePurpose, type FileResponse as FileResponse, type FileType as FileType, type FileDeleteResponse as FileDeleteResponse, };
|
|
212
|
+
export { FineTuning as FineTuning, type FinetuneEvent as FinetuneEvent, type FinetuneEventType as FinetuneEventType, type FinetuneResponse as FinetuneResponse, type FineTuningCreateResponse as FineTuningCreateResponse, type FineTuningListResponse as FineTuningListResponse, type FineTuningDeleteResponse as FineTuningDeleteResponse, type FineTuningCancelResponse as FineTuningCancelResponse, type FineTuningEstimatePriceResponse as FineTuningEstimatePriceResponse, type FineTuningListCheckpointsResponse as FineTuningListCheckpointsResponse, type FineTuningListEventsResponse as FineTuningListEventsResponse, type FineTuningCreateParams as FineTuningCreateParams, type FineTuningDeleteParams as FineTuningDeleteParams, type FineTuningContentParams as FineTuningContentParams, type FineTuningEstimatePriceParams as FineTuningEstimatePriceParams, };
|
|
213
213
|
export { CodeInterpreter as CodeInterpreter, type ExecuteResponse as ExecuteResponse, type CodeInterpreterExecuteParams as CodeInterpreterExecuteParams, };
|
|
214
214
|
export { Images as Images, type ImageDataB64 as ImageDataB64, type ImageDataURL as ImageDataURL, type ImageFile as ImageFile, type ImageGenerateParams as ImageGenerateParams, };
|
|
215
215
|
export { Videos as Videos, type VideoJob as VideoJob, type VideoCreateParams as VideoCreateParams };
|
|
216
216
|
export { Audio as Audio, type AudioFile as AudioFile, type AudioSpeechStreamChunk as AudioSpeechStreamChunk, };
|
|
217
|
-
export { Models as Models, type ModelObject as ModelObject, type ModelListResponse as ModelListResponse, type ModelUploadResponse as ModelUploadResponse, type ModelUploadParams as ModelUploadParams, };
|
|
218
|
-
export {
|
|
219
|
-
export { Endpoints as Endpoints, type Autoscaling as Autoscaling, type DedicatedEndpoint as DedicatedEndpoint, type EndpointListResponse as EndpointListResponse, type EndpointListAvzonesResponse as EndpointListAvzonesResponse, type EndpointCreateParams as EndpointCreateParams, type EndpointUpdateParams as EndpointUpdateParams, type EndpointListParams as EndpointListParams, };
|
|
220
|
-
export { Hardware as Hardware, type HardwareListResponse as HardwareListResponse, type HardwareListParams as HardwareListParams, };
|
|
217
|
+
export { Models as Models, type ModelObject as ModelObject, type ModelListResponse as ModelListResponse, type ModelUploadResponse as ModelUploadResponse, type ModelListParams as ModelListParams, type ModelUploadParams as ModelUploadParams, };
|
|
218
|
+
export { Endpoints as Endpoints, type Autoscaling as Autoscaling, type DedicatedEndpoint as DedicatedEndpoint, type EndpointListResponse as EndpointListResponse, type EndpointListAvzonesResponse as EndpointListAvzonesResponse, type EndpointListHardwareResponse as EndpointListHardwareResponse, type EndpointCreateParams as EndpointCreateParams, type EndpointUpdateParams as EndpointUpdateParams, type EndpointListParams as EndpointListParams, type EndpointListHardwareParams as EndpointListHardwareParams, };
|
|
221
219
|
export { Rerank as Rerank, type RerankCreateResponse as RerankCreateResponse, type RerankCreateParams as RerankCreateParams, };
|
|
222
220
|
export { Batches as Batches, type BatchJob as BatchJob, type BatchCreateResponse as BatchCreateResponse, type BatchListResponse as BatchListResponse, type BatchCreateParams as BatchCreateParams, };
|
|
223
221
|
export { Evals as Evals, type EvaluationJob as EvaluationJob, type EvalCreateResponse as EvalCreateResponse, type EvalListResponse as EvalListResponse, type EvalStatusResponse as EvalStatusResponse, type EvalCreateParams as EvalCreateParams, type EvalListParams as EvalListParams, };
|
package/client.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
CHANGED
|
@@ -9,19 +9,18 @@ import { APIPromise } from "./core/api-promise.js";
|
|
|
9
9
|
import { BatchCreateParams, BatchCreateResponse, BatchJob, BatchListResponse, Batches } from "./resources/batches.js";
|
|
10
10
|
import { Completion, CompletionChunk, CompletionCreateParams, CompletionCreateParamsNonStreaming, CompletionCreateParamsStreaming, Completions, LogProbs, ToolChoice, Tools } from "./resources/completions.js";
|
|
11
11
|
import { Embedding, EmbeddingCreateParams, Embeddings } from "./resources/embeddings.js";
|
|
12
|
-
import { Autoscaling, DedicatedEndpoint, EndpointCreateParams, EndpointListAvzonesResponse, EndpointListParams, EndpointListResponse, EndpointUpdateParams, Endpoints } from "./resources/endpoints.js";
|
|
12
|
+
import { Autoscaling, DedicatedEndpoint, EndpointCreateParams, EndpointListAvzonesResponse, EndpointListHardwareParams, EndpointListHardwareResponse, EndpointListParams, EndpointListResponse, EndpointUpdateParams, Endpoints } from "./resources/endpoints.js";
|
|
13
13
|
import { EvalCreateParams, EvalCreateResponse, EvalListParams, EvalListResponse, EvalStatusResponse, Evals, EvaluationJob } from "./resources/evals.js";
|
|
14
|
-
import { FileDeleteResponse, FileList,
|
|
15
|
-
import { FineTuning, FineTuningCancelResponse, FineTuningContentParams, FineTuningCreateParams, FineTuningCreateResponse, FineTuningDeleteParams, FineTuningDeleteResponse, FineTuningListCheckpointsResponse, FineTuningListEventsResponse, FineTuningListResponse, FinetuneEvent, FinetuneEventType, FinetuneResponse } from "./resources/fine-tuning.js";
|
|
16
|
-
import { Hardware, HardwareListParams, HardwareListResponse } from "./resources/hardware.js";
|
|
14
|
+
import { FileDeleteResponse, FileList, FilePurpose, FileResponse, FileType, Files } from "./resources/files.js";
|
|
15
|
+
import { FineTuning, FineTuningCancelResponse, FineTuningContentParams, FineTuningCreateParams, FineTuningCreateResponse, FineTuningDeleteParams, FineTuningDeleteResponse, FineTuningEstimatePriceParams, FineTuningEstimatePriceResponse, FineTuningListCheckpointsResponse, FineTuningListEventsResponse, FineTuningListResponse, FinetuneEvent, FinetuneEventType, FinetuneResponse } from "./resources/fine-tuning.js";
|
|
17
16
|
import { ImageDataB64, ImageDataURL, ImageFile, ImageGenerateParams, Images } from "./resources/images.js";
|
|
18
|
-
import { JobListResponse, JobRetrieveResponse, Jobs } from "./resources/jobs.js";
|
|
19
|
-
import { ModelListResponse, ModelObject, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models.js";
|
|
20
17
|
import { Rerank, RerankCreateParams, RerankCreateResponse } from "./resources/rerank.js";
|
|
21
18
|
import { VideoCreateParams, VideoJob, Videos } from "./resources/videos.js";
|
|
22
19
|
import { Audio, AudioFile, AudioSpeechStreamChunk } from "./resources/audio/audio.js";
|
|
20
|
+
import { Beta } from "./resources/beta/beta.js";
|
|
23
21
|
import { Chat } from "./resources/chat/chat.js";
|
|
24
22
|
import { CodeInterpreter, CodeInterpreterExecuteParams, ExecuteResponse } from "./resources/code-interpreter/code-interpreter.js";
|
|
23
|
+
import { ModelListParams, ModelListResponse, ModelObject, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models/models.js";
|
|
25
24
|
import { type Fetch } from "./internal/builtin-types.js";
|
|
26
25
|
import { HeadersLike, NullableHeaders } from "./internal/headers.js";
|
|
27
26
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.js";
|
|
@@ -130,7 +129,7 @@ export declare class Together {
|
|
|
130
129
|
/**
|
|
131
130
|
* Basic re-implementation of `qs.stringify` for primitive types.
|
|
132
131
|
*/
|
|
133
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
132
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
134
133
|
private getUserAgent;
|
|
135
134
|
protected defaultIdempotencyKey(): string;
|
|
136
135
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -169,6 +168,7 @@ export declare class Together {
|
|
|
169
168
|
timeout: number;
|
|
170
169
|
}>;
|
|
171
170
|
private buildHeaders;
|
|
171
|
+
private _makeAbort;
|
|
172
172
|
private buildBody;
|
|
173
173
|
static Together: typeof Together;
|
|
174
174
|
static DEFAULT_TIMEOUT: number;
|
|
@@ -186,6 +186,7 @@ export declare class Together {
|
|
|
186
186
|
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
187
187
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
188
188
|
static toFile: typeof Uploads.toFile;
|
|
189
|
+
beta: API.Beta;
|
|
189
190
|
chat: API.Chat;
|
|
190
191
|
completions: API.Completions;
|
|
191
192
|
embeddings: API.Embeddings;
|
|
@@ -196,28 +197,25 @@ export declare class Together {
|
|
|
196
197
|
videos: API.Videos;
|
|
197
198
|
audio: API.Audio;
|
|
198
199
|
models: API.Models;
|
|
199
|
-
jobs: API.Jobs;
|
|
200
200
|
endpoints: API.Endpoints;
|
|
201
|
-
hardware: API.Hardware;
|
|
202
201
|
rerank: API.Rerank;
|
|
203
202
|
batches: API.Batches;
|
|
204
203
|
evals: API.Evals;
|
|
205
204
|
}
|
|
206
205
|
export declare namespace Together {
|
|
207
206
|
export type RequestOptions = Opts.RequestOptions;
|
|
207
|
+
export { Beta as Beta };
|
|
208
208
|
export { Chat as Chat };
|
|
209
209
|
export { Completions as Completions, type Completion as Completion, type CompletionChunk as CompletionChunk, type LogProbs as LogProbs, type ToolChoice as ToolChoice, type Tools as Tools, type CompletionCreateParams as CompletionCreateParams, type CompletionCreateParamsNonStreaming as CompletionCreateParamsNonStreaming, type CompletionCreateParamsStreaming as CompletionCreateParamsStreaming, };
|
|
210
210
|
export { Embeddings as Embeddings, type Embedding as Embedding, type EmbeddingCreateParams as EmbeddingCreateParams, };
|
|
211
|
-
export { Files as Files, type FileList as FileList, type
|
|
212
|
-
export { FineTuning as FineTuning, type FinetuneEvent as FinetuneEvent, type FinetuneEventType as FinetuneEventType, type FinetuneResponse as FinetuneResponse, type FineTuningCreateResponse as FineTuningCreateResponse, type FineTuningListResponse as FineTuningListResponse, type FineTuningDeleteResponse as FineTuningDeleteResponse, type FineTuningCancelResponse as FineTuningCancelResponse, type FineTuningListCheckpointsResponse as FineTuningListCheckpointsResponse, type FineTuningListEventsResponse as FineTuningListEventsResponse, type FineTuningCreateParams as FineTuningCreateParams, type FineTuningDeleteParams as FineTuningDeleteParams, type FineTuningContentParams as FineTuningContentParams, };
|
|
211
|
+
export { Files as Files, type FileList as FileList, type FilePurpose as FilePurpose, type FileResponse as FileResponse, type FileType as FileType, type FileDeleteResponse as FileDeleteResponse, };
|
|
212
|
+
export { FineTuning as FineTuning, type FinetuneEvent as FinetuneEvent, type FinetuneEventType as FinetuneEventType, type FinetuneResponse as FinetuneResponse, type FineTuningCreateResponse as FineTuningCreateResponse, type FineTuningListResponse as FineTuningListResponse, type FineTuningDeleteResponse as FineTuningDeleteResponse, type FineTuningCancelResponse as FineTuningCancelResponse, type FineTuningEstimatePriceResponse as FineTuningEstimatePriceResponse, type FineTuningListCheckpointsResponse as FineTuningListCheckpointsResponse, type FineTuningListEventsResponse as FineTuningListEventsResponse, type FineTuningCreateParams as FineTuningCreateParams, type FineTuningDeleteParams as FineTuningDeleteParams, type FineTuningContentParams as FineTuningContentParams, type FineTuningEstimatePriceParams as FineTuningEstimatePriceParams, };
|
|
213
213
|
export { CodeInterpreter as CodeInterpreter, type ExecuteResponse as ExecuteResponse, type CodeInterpreterExecuteParams as CodeInterpreterExecuteParams, };
|
|
214
214
|
export { Images as Images, type ImageDataB64 as ImageDataB64, type ImageDataURL as ImageDataURL, type ImageFile as ImageFile, type ImageGenerateParams as ImageGenerateParams, };
|
|
215
215
|
export { Videos as Videos, type VideoJob as VideoJob, type VideoCreateParams as VideoCreateParams };
|
|
216
216
|
export { Audio as Audio, type AudioFile as AudioFile, type AudioSpeechStreamChunk as AudioSpeechStreamChunk, };
|
|
217
|
-
export { Models as Models, type ModelObject as ModelObject, type ModelListResponse as ModelListResponse, type ModelUploadResponse as ModelUploadResponse, type ModelUploadParams as ModelUploadParams, };
|
|
218
|
-
export {
|
|
219
|
-
export { Endpoints as Endpoints, type Autoscaling as Autoscaling, type DedicatedEndpoint as DedicatedEndpoint, type EndpointListResponse as EndpointListResponse, type EndpointListAvzonesResponse as EndpointListAvzonesResponse, type EndpointCreateParams as EndpointCreateParams, type EndpointUpdateParams as EndpointUpdateParams, type EndpointListParams as EndpointListParams, };
|
|
220
|
-
export { Hardware as Hardware, type HardwareListResponse as HardwareListResponse, type HardwareListParams as HardwareListParams, };
|
|
217
|
+
export { Models as Models, type ModelObject as ModelObject, type ModelListResponse as ModelListResponse, type ModelUploadResponse as ModelUploadResponse, type ModelListParams as ModelListParams, type ModelUploadParams as ModelUploadParams, };
|
|
218
|
+
export { Endpoints as Endpoints, type Autoscaling as Autoscaling, type DedicatedEndpoint as DedicatedEndpoint, type EndpointListResponse as EndpointListResponse, type EndpointListAvzonesResponse as EndpointListAvzonesResponse, type EndpointListHardwareResponse as EndpointListHardwareResponse, type EndpointCreateParams as EndpointCreateParams, type EndpointUpdateParams as EndpointUpdateParams, type EndpointListParams as EndpointListParams, type EndpointListHardwareParams as EndpointListHardwareParams, };
|
|
221
219
|
export { Rerank as Rerank, type RerankCreateResponse as RerankCreateResponse, type RerankCreateParams as RerankCreateParams, };
|
|
222
220
|
export { Batches as Batches, type BatchJob as BatchJob, type BatchCreateResponse as BatchCreateResponse, type BatchListResponse as BatchListResponse, type BatchCreateParams as BatchCreateParams, };
|
|
223
221
|
export { Evals as Evals, type EvaluationJob as EvaluationJob, type EvalCreateResponse as EvalCreateResponse, type EvalListResponse as EvalListResponse, type EvalStatusResponse as EvalStatusResponse, type EvalCreateParams as EvalCreateParams, type EvalListParams as EvalListParams, };
|
package/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|