together-ai 0.29.0 → 0.31.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 +71 -0
- package/README.md +2 -51
- package/client.d.mts +25 -43
- package/client.d.mts.map +1 -1
- package/client.d.ts +25 -43
- package/client.d.ts.map +1 -1
- package/client.js +11 -27
- package/client.js.map +1 -1
- package/client.mjs +13 -29
- package/client.mjs.map +1 -1
- package/internal/request-options.d.mts +1 -1
- package/internal/request-options.d.ts +1 -1
- package/lib/check-file.d.mts +28 -0
- package/lib/check-file.d.mts.map +1 -0
- package/lib/check-file.d.ts +28 -0
- package/lib/check-file.d.ts.map +1 -0
- package/lib/check-file.js +469 -0
- package/lib/check-file.js.map +1 -0
- package/lib/check-file.mjs +461 -0
- package/lib/check-file.mjs.map +1 -0
- package/lib/upload.d.mts +4 -18
- package/lib/upload.d.mts.map +1 -1
- package/lib/upload.d.ts +4 -18
- package/lib/upload.d.ts.map +1 -1
- package/lib/upload.js +73 -231
- package/lib/upload.js.map +1 -1
- package/lib/upload.mjs +73 -228
- package/lib/upload.mjs.map +1 -1
- package/package.json +2 -3
- package/resources/audio/audio.d.mts +9 -94
- package/resources/audio/audio.d.mts.map +1 -1
- package/resources/audio/audio.d.ts +9 -94
- package/resources/audio/audio.d.ts.map +1 -1
- package/resources/audio/audio.js +8 -10
- package/resources/audio/audio.js.map +1 -1
- package/resources/audio/audio.mjs +8 -10
- package/resources/audio/audio.mjs.map +1 -1
- package/resources/audio/index.d.mts +3 -1
- package/resources/audio/index.d.mts.map +1 -1
- package/resources/audio/index.d.ts +3 -1
- package/resources/audio/index.d.ts.map +1 -1
- package/resources/audio/index.js +5 -1
- package/resources/audio/index.js.map +1 -1
- package/resources/audio/index.mjs +3 -1
- package/resources/audio/index.mjs.map +1 -1
- package/resources/audio/speech.d.mts +102 -0
- package/resources/audio/speech.d.mts.map +1 -0
- package/resources/audio/speech.d.ts +102 -0
- package/resources/audio/speech.d.ts.map +1 -0
- package/resources/audio/speech.js +19 -0
- package/resources/audio/speech.js.map +1 -0
- package/resources/audio/speech.mjs +15 -0
- package/resources/audio/speech.mjs.map +1 -0
- package/resources/audio/voices.d.mts +39 -0
- package/resources/audio/voices.d.mts.map +1 -0
- package/resources/audio/voices.d.ts +39 -0
- package/resources/audio/voices.d.ts.map +1 -0
- package/resources/audio/voices.js +20 -0
- package/resources/audio/voices.js.map +1 -0
- package/resources/audio/voices.mjs +16 -0
- package/resources/audio/voices.mjs.map +1 -0
- package/resources/batches.d.mts +20 -69
- package/resources/batches.d.mts.map +1 -1
- package/resources/batches.d.ts +20 -69
- package/resources/batches.d.ts.map +1 -1
- package/resources/batches.js +15 -2
- package/resources/batches.js.map +1 -1
- package/resources/batches.mjs +15 -2
- package/resources/batches.mjs.map +1 -1
- package/resources/chat/completions.d.mts +1 -0
- package/resources/chat/completions.d.mts.map +1 -1
- package/resources/chat/completions.d.ts +1 -0
- package/resources/chat/completions.d.ts.map +1 -1
- package/resources/completions.d.mts +1 -0
- package/resources/completions.d.mts.map +1 -1
- package/resources/completions.d.ts +1 -0
- package/resources/completions.d.ts.map +1 -1
- package/resources/endpoints.d.mts +35 -106
- package/resources/endpoints.d.mts.map +1 -1
- package/resources/endpoints.d.ts +35 -106
- package/resources/endpoints.d.ts.map +1 -1
- package/resources/endpoints.js +14 -3
- package/resources/endpoints.js.map +1 -1
- package/resources/endpoints.mjs +14 -3
- package/resources/endpoints.mjs.map +1 -1
- package/resources/evals.d.mts +346 -206
- package/resources/evals.d.mts.map +1 -1
- package/resources/evals.d.ts +346 -206
- package/resources/evals.d.ts.map +1 -1
- package/resources/evals.js +44 -11
- package/resources/evals.js.map +1 -1
- package/resources/evals.mjs +44 -11
- package/resources/evals.mjs.map +1 -1
- package/resources/files.d.mts +15 -70
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +15 -70
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +6 -4
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +6 -4
- package/resources/files.mjs.map +1 -1
- package/resources/{fine-tune.d.mts → fine-tuning.d.mts} +358 -129
- package/resources/fine-tuning.d.mts.map +1 -0
- package/resources/{fine-tune.d.ts → fine-tuning.d.ts} +358 -129
- package/resources/fine-tuning.d.ts.map +1 -0
- package/resources/{fine-tune.js → fine-tuning.js} +45 -22
- package/resources/fine-tuning.js.map +1 -0
- package/resources/{fine-tune.mjs → fine-tuning.mjs} +43 -20
- package/resources/fine-tuning.mjs.map +1 -0
- package/resources/images.d.mts +6 -6
- package/resources/images.d.mts.map +1 -1
- package/resources/images.d.ts +6 -6
- package/resources/images.d.ts.map +1 -1
- package/resources/images.js +2 -2
- package/resources/images.js.map +1 -1
- package/resources/images.mjs +2 -2
- package/resources/images.mjs.map +1 -1
- package/resources/index.d.mts +10 -10
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +10 -10
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +5 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +4 -3
- package/resources/index.mjs.map +1 -1
- package/resources/models.d.mts +22 -24
- package/resources/models.d.mts.map +1 -1
- package/resources/models.d.ts +22 -24
- package/resources/models.d.ts.map +1 -1
- package/resources/models.js +1 -1
- package/resources/models.mjs +1 -1
- package/resources/{top-level.d.mts → rerank.d.mts} +30 -7
- package/resources/rerank.d.mts.map +1 -0
- package/resources/{top-level.d.ts → rerank.d.ts} +30 -7
- package/resources/rerank.d.ts.map +1 -0
- package/resources/rerank.js +29 -0
- package/resources/rerank.js.map +1 -0
- package/resources/rerank.mjs +25 -0
- package/resources/rerank.mjs.map +1 -0
- package/resources/videos.d.mts +3 -9
- package/resources/videos.d.mts.map +1 -1
- package/resources/videos.d.ts +3 -9
- package/resources/videos.d.ts.map +1 -1
- package/resources/videos.js +1 -1
- package/resources/videos.mjs +1 -1
- package/src/client.ts +75 -116
- package/src/internal/request-options.ts +1 -1
- package/src/lib/check-file.ts +713 -0
- package/src/lib/upload.ts +95 -290
- package/src/resources/audio/audio.ts +21 -145
- package/src/resources/audio/index.ts +7 -7
- package/src/resources/audio/speech.ts +155 -0
- package/src/resources/audio/voices.ts +49 -0
- package/src/resources/batches.ts +22 -96
- package/src/resources/chat/completions.ts +2 -0
- package/src/resources/completions.ts +2 -0
- package/src/resources/endpoints.ts +43 -130
- package/src/resources/evals.ts +413 -253
- package/src/resources/files.ts +19 -97
- package/src/resources/{fine-tune.ts → fine-tuning.ts} +498 -187
- package/src/resources/images.ts +6 -6
- package/src/resources/index.ts +34 -44
- package/src/resources/models.ts +23 -24
- package/src/resources/{top-level.ts → rerank.ts} +32 -6
- package/src/resources/videos.ts +3 -14
- 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/fine-tune.d.mts.map +0 -1
- package/resources/fine-tune.d.ts.map +0 -1
- package/resources/fine-tune.js.map +0 -1
- package/resources/fine-tune.mjs.map +0 -1
- package/resources/top-level.d.mts.map +0 -1
- package/resources/top-level.d.ts.map +0 -1
- package/resources/top-level.js +0 -4
- package/resources/top-level.js.map +0 -1
- package/resources/top-level.mjs +0 -3
- package/resources/top-level.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,76 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.31.0 (2025-12-01)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.30.0...v0.31.0](https://github.com/togethercomputer/together-typescript/compare/v0.30.0...v0.31.0)
|
|
6
|
+
|
|
7
|
+
### ⚠ BREAKING CHANGES
|
|
8
|
+
|
|
9
|
+
* **api:** Change call signature for `audio.create` to `audio.speech.create` to match spec with python library and add space for future APIs
|
|
10
|
+
* **api:** Update method signature for reranking to `rerank.create()`
|
|
11
|
+
* **api:** Change Fine Tuning method name from `download()` to `content()` to align with other namespaces
|
|
12
|
+
* **api:** For the TS SDK the `images.create` is now `images.generate`
|
|
13
|
+
* **api:** Access to the api for listing checkpoints has changed its name to `list_checkpoints`
|
|
14
|
+
* **api:** Access to fine tuning APIs namespace has changed from `fine_tune` to `fine_tuning`
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **api:** Add audio.voices.list sdk ([890595e](https://github.com/togethercomputer/together-typescript/commit/890595e53cdfd3e28a60cde87426f48ddb81a261))
|
|
19
|
+
* **api:** Add batches.cancel API ([b1133f8](https://github.com/togethercomputer/together-typescript/commit/b1133f805588621237922f13cfd2b9e0a4401a0e))
|
|
20
|
+
* **api:** Add endpoints.list_avzones ([606fea8](https://github.com/togethercomputer/together-typescript/commit/606fea8873f5d511b619cfce63c3762ffc61db89))
|
|
21
|
+
* **api:** Add fine_tune.delete API ([79d0c84](https://github.com/togethercomputer/together-typescript/commit/79d0c84157bddcfe54de5d0ce1c12866b4c1243d))
|
|
22
|
+
* **api:** api update ([fed5c48](https://github.com/togethercomputer/together-typescript/commit/fed5c48d8966d5a27a14c9864425787835adedd9))
|
|
23
|
+
* **api:** api update ([1022fa6](https://github.com/togethercomputer/together-typescript/commit/1022fa67aa9b090292cecf1876eed0091e7497e5))
|
|
24
|
+
* **api:** api update ([da3e212](https://github.com/togethercomputer/together-typescript/commit/da3e212281b055ef30d492e350664e6fe61f0153))
|
|
25
|
+
* **api:** api update ([4be10bc](https://github.com/togethercomputer/together-typescript/commit/4be10bcc5ba0f6af6b42eda9edbb8d6bb921fb02))
|
|
26
|
+
* **api:** api update ([e594a76](https://github.com/togethercomputer/together-typescript/commit/e594a76294cf6c591b49f84f8769c045423b9d2a))
|
|
27
|
+
* **api:** api update ([8ec7bf0](https://github.com/togethercomputer/together-typescript/commit/8ec7bf0af42f2b9c4ff21f03a8978ed947bdec74))
|
|
28
|
+
* **api:** api update ([04797be](https://github.com/togethercomputer/together-typescript/commit/04797be698349057cec045107b183e19e99c0ef3))
|
|
29
|
+
* **api:** api update ([c219bfd](https://github.com/togethercomputer/together-typescript/commit/c219bfd42f433da46c8689929dd99eef55c9dda4))
|
|
30
|
+
* **api:** Change fine tuning download method to `.create` ([34f7fe5](https://github.com/togethercomputer/together-typescript/commit/34f7fe5c5a09f86163f895495749f4a6e9123581))
|
|
31
|
+
* **api:** Change image creation signature to `images.generate` ([250569f](https://github.com/togethercomputer/together-typescript/commit/250569f9e066e49c0bc70b36bcbb9f1f4e9afd1e))
|
|
32
|
+
* **api:** Change rerank method signature ([70a0ddc](https://github.com/togethercomputer/together-typescript/commit/70a0ddc63a2378a65a5064980043cc154aebe216))
|
|
33
|
+
* **api:** Change TTS call signature ([fd2189a](https://github.com/togethercomputer/together-typescript/commit/fd2189ae4f99a3e5c9c7873575858550a57d02cc))
|
|
34
|
+
* **api:** files.upload supported with custom file checks ([5cba49f](https://github.com/togethercomputer/together-typescript/commit/5cba49fcd138e7f0acb9c039f03a35eb82df9e30))
|
|
35
|
+
* **api:** Fix internal references for VideoJob spec ([2ce325f](https://github.com/togethercomputer/together-typescript/commit/2ce325f197109d8e8643576ebba95ed63836858c))
|
|
36
|
+
* **api:** manual updates ([9f78929](https://github.com/togethercomputer/together-typescript/commit/9f78929f9162d4c84a0f0643d4070d96dac32e76))
|
|
37
|
+
* **api:** Update Eval APIs ([c91b8c0](https://github.com/togethercomputer/together-typescript/commit/c91b8c082eb8e84841820d23bf7dbf1450525b67))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Chores
|
|
41
|
+
|
|
42
|
+
* **api:** Cleanup some exported types ([3b1eddb](https://github.com/togethercomputer/together-typescript/commit/3b1eddba23b115bc29a771dd08e72e3789a7f3bc))
|
|
43
|
+
* **api:** Ensure file.upload API remains in codebase after stainless sync ([68895c0](https://github.com/togethercomputer/together-typescript/commit/68895c0a387fcc1ed68b36e927d6696004715b92))
|
|
44
|
+
* **api:** Remove API that is not intended to be public. ([46dcc83](https://github.com/togethercomputer/together-typescript/commit/46dcc8313cd4c05489c9751d3856ef5afc76a01c))
|
|
45
|
+
* **api:** Remove auto-generated files upload API to support custom coded version ([94c54cb](https://github.com/togethercomputer/together-typescript/commit/94c54cbd65bdee4bd671c8cbe97384b51c3da674))
|
|
46
|
+
* **client:** fix logger property type ([10df0df](https://github.com/togethercomputer/together-typescript/commit/10df0dffb4279a11317cdb27f81dc8ee9834a27a))
|
|
47
|
+
* Fix API example ([8f34c93](https://github.com/togethercomputer/together-typescript/commit/8f34c934bd573b99dc1521821f9d57c0cbf9dea8))
|
|
48
|
+
* Fix fine tuning examples ([b477053](https://github.com/togethercomputer/together-typescript/commit/b477053e00e72257bda93c75d1dec54326e84628))
|
|
49
|
+
* fix lint and type checks ([#201](https://github.com/togethercomputer/together-typescript/issues/201)) ([963673f](https://github.com/togethercomputer/together-typescript/commit/963673f91ea6f4c9bf85258556b5ac73007a9e7e))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Styles
|
|
53
|
+
|
|
54
|
+
* **api:** Change fine tuning method `retrieve_checkpoints` to `list_checkpoints` ([b2c168a](https://github.com/togethercomputer/together-typescript/commit/b2c168afce5f78c915b06559d2c226b5220160c1))
|
|
55
|
+
* **api:** Change fine tuning namespace to `fine_tuning` ([77b1211](https://github.com/togethercomputer/together-typescript/commit/77b1211ece96ad340628409c0ae08bac9fab2e0a))
|
|
56
|
+
|
|
57
|
+
## 0.30.0 (2025-11-04)
|
|
58
|
+
|
|
59
|
+
Full Changelog: [v0.29.0...v0.30.0](https://github.com/togethercomputer/together-typescript/compare/v0.29.0...v0.30.0)
|
|
60
|
+
|
|
61
|
+
### ⚠ BREAKING CHANGES
|
|
62
|
+
|
|
63
|
+
* **api:** The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* **api:** Change the default max retries from 5 to 2 ([f89b597](https://github.com/togethercomputer/together-typescript/commit/f89b5970f3b5af1cdaa904de20f0e1c0493671c6))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* Do not auto-retry on 500 errors. 501+ can retry ([7ce8399](https://github.com/togethercomputer/together-typescript/commit/7ce83993a3550d5e8f75706114543f7d7dad9cfb))
|
|
73
|
+
|
|
3
74
|
## 0.29.0 (2025-10-30)
|
|
4
75
|
|
|
5
76
|
Full Changelog: [v0.28.0...v0.29.0](https://github.com/togethercomputer/together-typescript/compare/v0.28.0...v0.29.0)
|
package/README.md
CHANGED
|
@@ -77,55 +77,6 @@ const chatCompletion: Together.Chat.ChatCompletion = await client.chat.completio
|
|
|
77
77
|
|
|
78
78
|
Documentation for each method, request param, and response field are available in docstrings and will appear on hover in most modern editors.
|
|
79
79
|
|
|
80
|
-
## File uploads
|
|
81
|
-
|
|
82
|
-
Request parameters that correspond to file uploads can be passed in many different forms:
|
|
83
|
-
|
|
84
|
-
- `File` (or an object with the same structure)
|
|
85
|
-
- a `fetch` `Response` (or an object with the same structure)
|
|
86
|
-
- an `fs.ReadStream`
|
|
87
|
-
- the return value of our `toFile` helper
|
|
88
|
-
|
|
89
|
-
```ts
|
|
90
|
-
import fs from 'fs';
|
|
91
|
-
import Together, { toFile } from 'together-ai';
|
|
92
|
-
|
|
93
|
-
const client = new Together();
|
|
94
|
-
|
|
95
|
-
// If you have access to Node `fs` we recommend using `fs.createReadStream()`:
|
|
96
|
-
await client.files.upload({
|
|
97
|
-
file: fs.createReadStream('/path/to/file'),
|
|
98
|
-
file_name: 'dataset.csv',
|
|
99
|
-
purpose: 'fine-tune',
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
// Or if you have the web `File` API you can pass a `File` instance:
|
|
103
|
-
await client.files.upload({
|
|
104
|
-
file: new File(['my bytes'], 'file'),
|
|
105
|
-
file_name: 'dataset.csv',
|
|
106
|
-
purpose: 'fine-tune',
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
// You can also pass a `fetch` `Response`:
|
|
110
|
-
await client.files.upload({
|
|
111
|
-
file: await fetch('https://somesite/file'),
|
|
112
|
-
file_name: 'dataset.csv',
|
|
113
|
-
purpose: 'fine-tune',
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
// Finally, if none of the above are convenient, you can use our `toFile` helper:
|
|
117
|
-
await client.files.upload({
|
|
118
|
-
file: await toFile(Buffer.from('my bytes'), 'file'),
|
|
119
|
-
file_name: 'dataset.csv',
|
|
120
|
-
purpose: 'fine-tune',
|
|
121
|
-
});
|
|
122
|
-
await client.files.upload({
|
|
123
|
-
file: await toFile(new Uint8Array([0, 1, 2]), 'file'),
|
|
124
|
-
file_name: 'dataset.csv',
|
|
125
|
-
purpose: 'fine-tune',
|
|
126
|
-
});
|
|
127
|
-
```
|
|
128
|
-
|
|
129
80
|
## Handling errors
|
|
130
81
|
|
|
131
82
|
When the library is unable to connect to the API,
|
|
@@ -165,9 +116,9 @@ Error codes are as follows:
|
|
|
165
116
|
|
|
166
117
|
### Retries
|
|
167
118
|
|
|
168
|
-
Certain errors will be automatically retried
|
|
119
|
+
Certain errors will be automatically retried 2 times by default, with a short exponential backoff.
|
|
169
120
|
Connection errors (for example, due to a network connectivity problem), 408 Request Timeout, 409 Conflict,
|
|
170
|
-
429 Rate Limit, and >=
|
|
121
|
+
429 Rate Limit, and >=501 Internal errors will all be retried by default.
|
|
171
122
|
|
|
172
123
|
You can use the `maxRetries` option to configure or disable this:
|
|
173
124
|
|
package/client.d.mts
CHANGED
|
@@ -5,22 +5,21 @@ import * as Opts from "./internal/request-options.mjs";
|
|
|
5
5
|
import * as Errors from "./core/error.mjs";
|
|
6
6
|
import * as Uploads from "./core/uploads.mjs";
|
|
7
7
|
import * as API from "./resources/index.mjs";
|
|
8
|
-
import * as TopLevelAPI from "./resources/top-level.mjs";
|
|
9
|
-
import { RerankParams, RerankResponse } from "./resources/top-level.mjs";
|
|
10
8
|
import { APIPromise } from "./core/api-promise.mjs";
|
|
11
|
-
import { BatchCreateParams, BatchCreateResponse,
|
|
9
|
+
import { BatchCreateParams, BatchCreateResponse, BatchJob, BatchListResponse, Batches } from "./resources/batches.mjs";
|
|
12
10
|
import { Completion, CompletionChunk, CompletionCreateParams, CompletionCreateParamsNonStreaming, CompletionCreateParamsStreaming, Completions, LogProbs, ToolChoice, Tools } from "./resources/completions.mjs";
|
|
13
11
|
import { Embedding, EmbeddingCreateParams, Embeddings } from "./resources/embeddings.mjs";
|
|
14
|
-
import { Autoscaling, EndpointCreateParams,
|
|
15
|
-
import {
|
|
16
|
-
import { FileDeleteResponse,
|
|
17
|
-
import {
|
|
12
|
+
import { Autoscaling, DedicatedEndpoint, EndpointCreateParams, EndpointListAvzonesResponse, EndpointListParams, EndpointListResponse, EndpointUpdateParams, Endpoints } from "./resources/endpoints.mjs";
|
|
13
|
+
import { EvalCreateParams, EvalCreateResponse, EvalListParams, EvalListResponse, EvalStatusResponse, Evals, EvaluationJob } from "./resources/evals.mjs";
|
|
14
|
+
import { FileDeleteResponse, FileList, FileObject, FilePurpose, FileResponse, FileType, Files } from "./resources/files.mjs";
|
|
15
|
+
import { FineTuning, FineTuningCancelResponse, FineTuningContentParams, FineTuningCreateParams, FineTuningCreateResponse, FineTuningDeleteParams, FineTuningDeleteResponse, FineTuningListCheckpointsResponse, FineTuningListEventsResponse, FineTuningListResponse, FinetuneEvent, FinetuneEventType, FinetuneResponse } from "./resources/fine-tuning.mjs";
|
|
18
16
|
import { Hardware, HardwareListParams, HardwareListResponse } from "./resources/hardware.mjs";
|
|
19
|
-
import {
|
|
17
|
+
import { ImageDataB64, ImageDataURL, ImageFile, ImageGenerateParams, Images } from "./resources/images.mjs";
|
|
20
18
|
import { JobListResponse, JobRetrieveResponse, Jobs } from "./resources/jobs.mjs";
|
|
21
|
-
import { ModelListResponse, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models.mjs";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
19
|
+
import { ModelListResponse, ModelObject, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models.mjs";
|
|
20
|
+
import { Rerank, RerankCreateParams, RerankCreateResponse } from "./resources/rerank.mjs";
|
|
21
|
+
import { VideoCreateParams, VideoJob, Videos } from "./resources/videos.mjs";
|
|
22
|
+
import { Audio, AudioFile, AudioSpeechStreamChunk } from "./resources/audio/audio.mjs";
|
|
24
23
|
import { Chat } from "./resources/chat/chat.mjs";
|
|
25
24
|
import { CodeInterpreter, CodeInterpreterExecuteParams, ExecuteResponse } from "./resources/code-interpreter/code-interpreter.mjs";
|
|
26
25
|
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
@@ -63,7 +62,7 @@ export interface ClientOptions {
|
|
|
63
62
|
* The maximum number of times that the client will retry a request in case of a
|
|
64
63
|
* temporary failure, like a network error or a 5XX error from the server.
|
|
65
64
|
*
|
|
66
|
-
* @default
|
|
65
|
+
* @default 2
|
|
67
66
|
*/
|
|
68
67
|
maxRetries?: number | undefined;
|
|
69
68
|
/**
|
|
@@ -102,7 +101,7 @@ export declare class Together {
|
|
|
102
101
|
baseURL: string;
|
|
103
102
|
maxRetries: number;
|
|
104
103
|
timeout: number;
|
|
105
|
-
logger: Logger
|
|
104
|
+
logger: Logger;
|
|
106
105
|
logLevel: LogLevel | undefined;
|
|
107
106
|
fetchOptions: MergedRequestInit | undefined;
|
|
108
107
|
private fetch;
|
|
@@ -116,7 +115,7 @@ export declare class Together {
|
|
|
116
115
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
117
116
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
118
117
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
119
|
-
* @param {number} [opts.maxRetries=
|
|
118
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
120
119
|
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
121
120
|
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
122
121
|
*/
|
|
@@ -125,24 +124,6 @@ export declare class Together {
|
|
|
125
124
|
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
126
125
|
*/
|
|
127
126
|
withOptions(options: Partial<ClientOptions>): this;
|
|
128
|
-
/**
|
|
129
|
-
* Query a reranker model
|
|
130
|
-
*
|
|
131
|
-
* @example
|
|
132
|
-
* ```ts
|
|
133
|
-
* const response = await client.rerank({
|
|
134
|
-
* documents: [
|
|
135
|
-
* { title: 'bar', text: 'bar' },
|
|
136
|
-
* { title: 'bar', text: 'bar' },
|
|
137
|
-
* { title: 'bar', text: 'bar' },
|
|
138
|
-
* { title: 'bar', text: 'bar' },
|
|
139
|
-
* ],
|
|
140
|
-
* model: 'Salesforce/Llama-Rank-V1',
|
|
141
|
-
* query: 'What animals can I find near Peru?',
|
|
142
|
-
* });
|
|
143
|
-
* ```
|
|
144
|
-
*/
|
|
145
|
-
rerank(body: TopLevelAPI.RerankParams, options?: RequestOptions): APIPromise<TopLevelAPI.RerankResponse>;
|
|
146
127
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
147
128
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
148
129
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
@@ -209,7 +190,7 @@ export declare class Together {
|
|
|
209
190
|
completions: API.Completions;
|
|
210
191
|
embeddings: API.Embeddings;
|
|
211
192
|
files: API.Files;
|
|
212
|
-
|
|
193
|
+
fineTuning: API.FineTuning;
|
|
213
194
|
codeInterpreter: API.CodeInterpreter;
|
|
214
195
|
images: API.Images;
|
|
215
196
|
videos: API.Videos;
|
|
@@ -218,26 +199,27 @@ export declare class Together {
|
|
|
218
199
|
jobs: API.Jobs;
|
|
219
200
|
endpoints: API.Endpoints;
|
|
220
201
|
hardware: API.Hardware;
|
|
202
|
+
rerank: API.Rerank;
|
|
221
203
|
batches: API.Batches;
|
|
222
204
|
evals: API.Evals;
|
|
223
205
|
}
|
|
224
206
|
export declare namespace Together {
|
|
225
207
|
export type RequestOptions = Opts.RequestOptions;
|
|
226
|
-
export { type RerankResponse as RerankResponse, type RerankParams as RerankParams };
|
|
227
208
|
export { Chat as Chat };
|
|
228
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, };
|
|
229
210
|
export { Embeddings as Embeddings, type Embedding as Embedding, type EmbeddingCreateParams as EmbeddingCreateParams, };
|
|
230
|
-
export { Files as Files, type
|
|
231
|
-
export {
|
|
211
|
+
export { Files as Files, type FileList as FileList, type FileObject as FileObject, 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 FineTuningListCheckpointsResponse as FineTuningListCheckpointsResponse, type FineTuningListEventsResponse as FineTuningListEventsResponse, type FineTuningCreateParams as FineTuningCreateParams, type FineTuningDeleteParams as FineTuningDeleteParams, type FineTuningContentParams as FineTuningContentParams, };
|
|
232
213
|
export { CodeInterpreter as CodeInterpreter, type ExecuteResponse as ExecuteResponse, type CodeInterpreterExecuteParams as CodeInterpreterExecuteParams, };
|
|
233
|
-
export { Images as Images, type ImageDataB64 as ImageDataB64, type ImageDataURL as ImageDataURL, type ImageFile as ImageFile, type
|
|
234
|
-
export { Videos as Videos, type VideoJob as VideoJob, type
|
|
235
|
-
export { Audio as Audio, type AudioFile as AudioFile, type AudioSpeechStreamChunk as AudioSpeechStreamChunk,
|
|
236
|
-
export { Models as Models, type ModelListResponse as ModelListResponse, type ModelUploadResponse as ModelUploadResponse, type ModelUploadParams as ModelUploadParams, };
|
|
214
|
+
export { Images as Images, type ImageDataB64 as ImageDataB64, type ImageDataURL as ImageDataURL, type ImageFile as ImageFile, type ImageGenerateParams as ImageGenerateParams, };
|
|
215
|
+
export { Videos as Videos, type VideoJob as VideoJob, type VideoCreateParams as VideoCreateParams };
|
|
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, };
|
|
237
218
|
export { Jobs as Jobs, type JobRetrieveResponse as JobRetrieveResponse, type JobListResponse as JobListResponse, };
|
|
238
|
-
export { Endpoints as Endpoints, type Autoscaling as Autoscaling, type
|
|
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, };
|
|
239
220
|
export { Hardware as Hardware, type HardwareListResponse as HardwareListResponse, type HardwareListParams as HardwareListParams, };
|
|
240
|
-
export {
|
|
241
|
-
export {
|
|
221
|
+
export { Rerank as Rerank, type RerankCreateResponse as RerankCreateResponse, type RerankCreateParams as RerankCreateParams, };
|
|
222
|
+
export { Batches as Batches, type BatchJob as BatchJob, type BatchCreateResponse as BatchCreateResponse, type BatchListResponse as BatchListResponse, type BatchCreateParams as BatchCreateParams, };
|
|
223
|
+
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, };
|
|
242
224
|
}
|
|
243
225
|
//# sourceMappingURL=client.d.mts.map
|
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;OAET,KAAK,MAAM;OACX,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
CHANGED
|
@@ -5,22 +5,21 @@ import * as Opts from "./internal/request-options.js";
|
|
|
5
5
|
import * as Errors from "./core/error.js";
|
|
6
6
|
import * as Uploads from "./core/uploads.js";
|
|
7
7
|
import * as API from "./resources/index.js";
|
|
8
|
-
import * as TopLevelAPI from "./resources/top-level.js";
|
|
9
|
-
import { RerankParams, RerankResponse } from "./resources/top-level.js";
|
|
10
8
|
import { APIPromise } from "./core/api-promise.js";
|
|
11
|
-
import { BatchCreateParams, BatchCreateResponse,
|
|
9
|
+
import { BatchCreateParams, BatchCreateResponse, BatchJob, BatchListResponse, Batches } from "./resources/batches.js";
|
|
12
10
|
import { Completion, CompletionChunk, CompletionCreateParams, CompletionCreateParamsNonStreaming, CompletionCreateParamsStreaming, Completions, LogProbs, ToolChoice, Tools } from "./resources/completions.js";
|
|
13
11
|
import { Embedding, EmbeddingCreateParams, Embeddings } from "./resources/embeddings.js";
|
|
14
|
-
import { Autoscaling, EndpointCreateParams,
|
|
15
|
-
import {
|
|
16
|
-
import { FileDeleteResponse,
|
|
17
|
-
import {
|
|
12
|
+
import { Autoscaling, DedicatedEndpoint, EndpointCreateParams, EndpointListAvzonesResponse, EndpointListParams, EndpointListResponse, EndpointUpdateParams, Endpoints } from "./resources/endpoints.js";
|
|
13
|
+
import { EvalCreateParams, EvalCreateResponse, EvalListParams, EvalListResponse, EvalStatusResponse, Evals, EvaluationJob } from "./resources/evals.js";
|
|
14
|
+
import { FileDeleteResponse, FileList, FileObject, FilePurpose, FileResponse, FileType, Files } from "./resources/files.js";
|
|
15
|
+
import { FineTuning, FineTuningCancelResponse, FineTuningContentParams, FineTuningCreateParams, FineTuningCreateResponse, FineTuningDeleteParams, FineTuningDeleteResponse, FineTuningListCheckpointsResponse, FineTuningListEventsResponse, FineTuningListResponse, FinetuneEvent, FinetuneEventType, FinetuneResponse } from "./resources/fine-tuning.js";
|
|
18
16
|
import { Hardware, HardwareListParams, HardwareListResponse } from "./resources/hardware.js";
|
|
19
|
-
import {
|
|
17
|
+
import { ImageDataB64, ImageDataURL, ImageFile, ImageGenerateParams, Images } from "./resources/images.js";
|
|
20
18
|
import { JobListResponse, JobRetrieveResponse, Jobs } from "./resources/jobs.js";
|
|
21
|
-
import { ModelListResponse, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
19
|
+
import { ModelListResponse, ModelObject, ModelUploadParams, ModelUploadResponse, Models } from "./resources/models.js";
|
|
20
|
+
import { Rerank, RerankCreateParams, RerankCreateResponse } from "./resources/rerank.js";
|
|
21
|
+
import { VideoCreateParams, VideoJob, Videos } from "./resources/videos.js";
|
|
22
|
+
import { Audio, AudioFile, AudioSpeechStreamChunk } from "./resources/audio/audio.js";
|
|
24
23
|
import { Chat } from "./resources/chat/chat.js";
|
|
25
24
|
import { CodeInterpreter, CodeInterpreterExecuteParams, ExecuteResponse } from "./resources/code-interpreter/code-interpreter.js";
|
|
26
25
|
import { type Fetch } from "./internal/builtin-types.js";
|
|
@@ -63,7 +62,7 @@ export interface ClientOptions {
|
|
|
63
62
|
* The maximum number of times that the client will retry a request in case of a
|
|
64
63
|
* temporary failure, like a network error or a 5XX error from the server.
|
|
65
64
|
*
|
|
66
|
-
* @default
|
|
65
|
+
* @default 2
|
|
67
66
|
*/
|
|
68
67
|
maxRetries?: number | undefined;
|
|
69
68
|
/**
|
|
@@ -102,7 +101,7 @@ export declare class Together {
|
|
|
102
101
|
baseURL: string;
|
|
103
102
|
maxRetries: number;
|
|
104
103
|
timeout: number;
|
|
105
|
-
logger: Logger
|
|
104
|
+
logger: Logger;
|
|
106
105
|
logLevel: LogLevel | undefined;
|
|
107
106
|
fetchOptions: MergedRequestInit | undefined;
|
|
108
107
|
private fetch;
|
|
@@ -116,7 +115,7 @@ export declare class Together {
|
|
|
116
115
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
117
116
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
118
117
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
119
|
-
* @param {number} [opts.maxRetries=
|
|
118
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
120
119
|
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
121
120
|
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
122
121
|
*/
|
|
@@ -125,24 +124,6 @@ export declare class Together {
|
|
|
125
124
|
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
126
125
|
*/
|
|
127
126
|
withOptions(options: Partial<ClientOptions>): this;
|
|
128
|
-
/**
|
|
129
|
-
* Query a reranker model
|
|
130
|
-
*
|
|
131
|
-
* @example
|
|
132
|
-
* ```ts
|
|
133
|
-
* const response = await client.rerank({
|
|
134
|
-
* documents: [
|
|
135
|
-
* { title: 'bar', text: 'bar' },
|
|
136
|
-
* { title: 'bar', text: 'bar' },
|
|
137
|
-
* { title: 'bar', text: 'bar' },
|
|
138
|
-
* { title: 'bar', text: 'bar' },
|
|
139
|
-
* ],
|
|
140
|
-
* model: 'Salesforce/Llama-Rank-V1',
|
|
141
|
-
* query: 'What animals can I find near Peru?',
|
|
142
|
-
* });
|
|
143
|
-
* ```
|
|
144
|
-
*/
|
|
145
|
-
rerank(body: TopLevelAPI.RerankParams, options?: RequestOptions): APIPromise<TopLevelAPI.RerankResponse>;
|
|
146
127
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
147
128
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
148
129
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
@@ -209,7 +190,7 @@ export declare class Together {
|
|
|
209
190
|
completions: API.Completions;
|
|
210
191
|
embeddings: API.Embeddings;
|
|
211
192
|
files: API.Files;
|
|
212
|
-
|
|
193
|
+
fineTuning: API.FineTuning;
|
|
213
194
|
codeInterpreter: API.CodeInterpreter;
|
|
214
195
|
images: API.Images;
|
|
215
196
|
videos: API.Videos;
|
|
@@ -218,26 +199,27 @@ export declare class Together {
|
|
|
218
199
|
jobs: API.Jobs;
|
|
219
200
|
endpoints: API.Endpoints;
|
|
220
201
|
hardware: API.Hardware;
|
|
202
|
+
rerank: API.Rerank;
|
|
221
203
|
batches: API.Batches;
|
|
222
204
|
evals: API.Evals;
|
|
223
205
|
}
|
|
224
206
|
export declare namespace Together {
|
|
225
207
|
export type RequestOptions = Opts.RequestOptions;
|
|
226
|
-
export { type RerankResponse as RerankResponse, type RerankParams as RerankParams };
|
|
227
208
|
export { Chat as Chat };
|
|
228
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, };
|
|
229
210
|
export { Embeddings as Embeddings, type Embedding as Embedding, type EmbeddingCreateParams as EmbeddingCreateParams, };
|
|
230
|
-
export { Files as Files, type
|
|
231
|
-
export {
|
|
211
|
+
export { Files as Files, type FileList as FileList, type FileObject as FileObject, 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 FineTuningListCheckpointsResponse as FineTuningListCheckpointsResponse, type FineTuningListEventsResponse as FineTuningListEventsResponse, type FineTuningCreateParams as FineTuningCreateParams, type FineTuningDeleteParams as FineTuningDeleteParams, type FineTuningContentParams as FineTuningContentParams, };
|
|
232
213
|
export { CodeInterpreter as CodeInterpreter, type ExecuteResponse as ExecuteResponse, type CodeInterpreterExecuteParams as CodeInterpreterExecuteParams, };
|
|
233
|
-
export { Images as Images, type ImageDataB64 as ImageDataB64, type ImageDataURL as ImageDataURL, type ImageFile as ImageFile, type
|
|
234
|
-
export { Videos as Videos, type VideoJob as VideoJob, type
|
|
235
|
-
export { Audio as Audio, type AudioFile as AudioFile, type AudioSpeechStreamChunk as AudioSpeechStreamChunk,
|
|
236
|
-
export { Models as Models, type ModelListResponse as ModelListResponse, type ModelUploadResponse as ModelUploadResponse, type ModelUploadParams as ModelUploadParams, };
|
|
214
|
+
export { Images as Images, type ImageDataB64 as ImageDataB64, type ImageDataURL as ImageDataURL, type ImageFile as ImageFile, type ImageGenerateParams as ImageGenerateParams, };
|
|
215
|
+
export { Videos as Videos, type VideoJob as VideoJob, type VideoCreateParams as VideoCreateParams };
|
|
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, };
|
|
237
218
|
export { Jobs as Jobs, type JobRetrieveResponse as JobRetrieveResponse, type JobListResponse as JobListResponse, };
|
|
238
|
-
export { Endpoints as Endpoints, type Autoscaling as Autoscaling, type
|
|
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, };
|
|
239
220
|
export { Hardware as Hardware, type HardwareListResponse as HardwareListResponse, type HardwareListParams as HardwareListParams, };
|
|
240
|
-
export {
|
|
241
|
-
export {
|
|
221
|
+
export { Rerank as Rerank, type RerankCreateResponse as RerankCreateResponse, type RerankCreateParams as RerankCreateParams, };
|
|
222
|
+
export { Batches as Batches, type BatchJob as BatchJob, type BatchCreateResponse as BatchCreateResponse, type BatchListResponse as BatchListResponse, type BatchCreateParams as BatchCreateParams, };
|
|
223
|
+
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, };
|
|
242
224
|
}
|
|
243
225
|
//# sourceMappingURL=client.d.ts.map
|
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;OAET,KAAK,MAAM;OACX,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|