together-ai 0.47.0 → 0.47.1

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.47.1](https://github.com/togethercomputer/together-typescript/compare/v0.47.0...v0.47.1) (2026-08-10)
4
+
5
+
6
+ ### Chores
7
+
8
+ * Enable trusted publishing for npm ([0cfc3f8](https://github.com/togethercomputer/together-typescript/commit/0cfc3f820662ee2487a34290873e762615f5d929))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * **audio:** correct direct-upload limit to 80 MB in descriptions ([c7c6cc3](https://github.com/togethercomputer/together-typescript/commit/c7c6cc3f10c4c234f2f617597cf124257177b71f))
14
+
3
15
  ## [0.47.0](https://github.com/togethercomputer/together-typescript/compare/v0.46.0...v0.47.0) (2026-08-07)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "together-ai",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "description": "The official TypeScript library for the Together API",
5
5
  "author": "Together <dev-feedback@TogetherAI.com>",
6
6
  "types": "./index.d.ts",
@@ -139,7 +139,7 @@ export interface TranscriptionCreateParams {
139
139
  /**
140
140
  * Audio file upload or public HTTP/HTTPS URL. Supported formats: .wav, .mp3, .m4a,
141
141
  * .webm, .flac, .ogg, .opus, .aac. Maximum duration 4 hours; longer audio is
142
- * rejected with `audio_too_long`. Binary uploads are additionally capped at 500 MB
142
+ * rejected with `audio_too_long`. Binary uploads are additionally capped at 80 MB
143
143
  * (HTTP 413); URL-fetched audio is capped at 1 GB.
144
144
  */
145
145
  file: Uploadable | string;
@@ -139,7 +139,7 @@ export interface TranscriptionCreateParams {
139
139
  /**
140
140
  * Audio file upload or public HTTP/HTTPS URL. Supported formats: .wav, .mp3, .m4a,
141
141
  * .webm, .flac, .ogg, .opus, .aac. Maximum duration 4 hours; longer audio is
142
- * rejected with `audio_too_long`. Binary uploads are additionally capped at 500 MB
142
+ * rejected with `audio_too_long`. Binary uploads are additionally capped at 80 MB
143
143
  * (HTTP 413); URL-fetched audio is capped at 1 GB.
144
144
  */
145
145
  file: Uploadable | string;
@@ -88,7 +88,7 @@ export interface TranslationCreateParams {
88
88
  /**
89
89
  * Audio file upload or public HTTP/HTTPS URL. Supported formats: .wav, .mp3, .m4a,
90
90
  * .webm, .flac, .ogg, .opus, .aac. Maximum duration 4 hours; longer audio is
91
- * rejected with `audio_too_long`. Binary uploads are additionally capped at 500 MB
91
+ * rejected with `audio_too_long`. Binary uploads are additionally capped at 80 MB
92
92
  * (HTTP 413); URL-fetched audio is capped at 1 GB.
93
93
  */
94
94
  file: Uploadable | string;
@@ -88,7 +88,7 @@ export interface TranslationCreateParams {
88
88
  /**
89
89
  * Audio file upload or public HTTP/HTTPS URL. Supported formats: .wav, .mp3, .m4a,
90
90
  * .webm, .flac, .ogg, .opus, .aac. Maximum duration 4 hours; longer audio is
91
- * rejected with `audio_too_long`. Binary uploads are additionally capped at 500 MB
91
+ * rejected with `audio_too_long`. Binary uploads are additionally capped at 80 MB
92
92
  * (HTTP 413); URL-fetched audio is capped at 1 GB.
93
93
  */
94
94
  file: Uploadable | string;
@@ -177,7 +177,7 @@ export interface TranscriptionCreateParams {
177
177
  /**
178
178
  * Audio file upload or public HTTP/HTTPS URL. Supported formats: .wav, .mp3, .m4a,
179
179
  * .webm, .flac, .ogg, .opus, .aac. Maximum duration 4 hours; longer audio is
180
- * rejected with `audio_too_long`. Binary uploads are additionally capped at 500 MB
180
+ * rejected with `audio_too_long`. Binary uploads are additionally capped at 80 MB
181
181
  * (HTTP 413); URL-fetched audio is capped at 1 GB.
182
182
  */
183
183
  file: Uploadable | string;
@@ -115,7 +115,7 @@ export interface TranslationCreateParams {
115
115
  /**
116
116
  * Audio file upload or public HTTP/HTTPS URL. Supported formats: .wav, .mp3, .m4a,
117
117
  * .webm, .flac, .ogg, .opus, .aac. Maximum duration 4 hours; longer audio is
118
- * rejected with `audio_too_long`. Binary uploads are additionally capped at 500 MB
118
+ * rejected with `audio_too_long`. Binary uploads are additionally capped at 80 MB
119
119
  * (HTTP 413); URL-fetched audio is capped at 1 GB.
120
120
  */
121
121
  file: Uploadable | string;
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.47.0'; // x-release-please-version
1
+ export const VERSION = '0.47.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.47.0";
1
+ export declare const VERSION = "0.47.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.47.0";
1
+ export declare const VERSION = "0.47.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.47.0'; // x-release-please-version
4
+ exports.VERSION = '0.47.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.47.0'; // x-release-please-version
1
+ export const VERSION = '0.47.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map