@ai-sdk/togetherai 3.0.7 → 3.0.8

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,14 @@
1
1
  # @ai-sdk/togetherai
2
2
 
3
+ ## 3.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f93c57]
8
+ - @ai-sdk/provider@4.0.3
9
+ - @ai-sdk/openai-compatible@3.0.7
10
+ - @ai-sdk/provider-utils@5.0.7
11
+
3
12
  ## 3.0.7
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -289,7 +289,7 @@ var togetheraiErrorSchema2 = z4.object({
289
289
  });
290
290
 
291
291
  // src/version.ts
292
- var VERSION = true ? "3.0.7" : "0.0.0-test";
292
+ var VERSION = true ? "3.0.8" : "0.0.0-test";
293
293
 
294
294
  // src/togetherai-provider.ts
295
295
  function loadDeprecatedApiKey() {
@@ -12,21 +12,7 @@ The [Together.ai](https://together.ai) provider contains support for 200+ open-s
12
12
  The Together.ai provider is available via the `@ai-sdk/togetherai` module. You can
13
13
  install it with
14
14
 
15
- <Tabs items={['pnpm', 'npm', 'yarn', 'bun']}>
16
- <Tab>
17
- <Snippet text="pnpm add @ai-sdk/togetherai" dark />
18
- </Tab>
19
- <Tab>
20
- <Snippet text="npm install @ai-sdk/togetherai" dark />
21
- </Tab>
22
- <Tab>
23
- <Snippet text="yarn add @ai-sdk/togetherai" dark />
24
- </Tab>
25
-
26
- <Tab>
27
- <Snippet text="bun add @ai-sdk/togetherai" dark />
28
- </Tab>
29
- </Tabs>
15
+ <InstallPackages packages="@ai-sdk/togetherai" />
30
16
 
31
17
  ## Provider Instance
32
18
 
@@ -116,16 +102,16 @@ The Together.ai provider also supports [completion models](https://docs.together
116
102
 
117
103
  ## Model Capabilities
118
104
 
119
- | Model | Image Input | Object Generation | Tool Usage | Tool Streaming |
120
- | --------------------------------------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
121
- | `moonshotai/Kimi-K2.5` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
122
- | `Qwen/Qwen3.5-397B-A17B` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
123
- | `MiniMaxAI/MiniMax-M2.5` | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
124
- | `zai-org/GLM-5` | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
125
- | `deepseek-ai/DeepSeek-V3.1` | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
126
- | `openai/gpt-oss-120b` | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
127
- | `openai/gpt-oss-20b` | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
128
- | `meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
105
+ | Model | Image Input | Object Generation | Tool Usage | Tool Streaming |
106
+ | --------------------------------------------------- | ----------- | ----------------- | ---------- | -------------- |
107
+ | `moonshotai/Kimi-K2.5` | <Check /> | <Check /> | <Check /> | <Check /> |
108
+ | `Qwen/Qwen3.5-397B-A17B` | <Check /> | <Check /> | <Check /> | <Check /> |
109
+ | `MiniMaxAI/MiniMax-M2.5` | <Cross /> | <Check /> | <Check /> | <Check /> |
110
+ | `zai-org/GLM-5` | <Cross /> | <Check /> | <Check /> | <Check /> |
111
+ | `deepseek-ai/DeepSeek-V3.1` | <Cross /> | <Check /> | <Check /> | <Check /> |
112
+ | `openai/gpt-oss-120b` | <Cross /> | <Check /> | <Check /> | <Check /> |
113
+ | `openai/gpt-oss-20b` | <Cross /> | <Check /> | <Check /> | <Check /> |
114
+ | `meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | <Check /> | <Check /> | <Check /> | <Check /> |
129
115
 
130
116
  <Note>
131
117
  The table above lists popular models. Please see the [Together.ai
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/togetherai",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.6",
33
- "@ai-sdk/provider": "4.0.2",
34
- "@ai-sdk/provider-utils": "5.0.6"
32
+ "@ai-sdk/openai-compatible": "3.0.7",
33
+ "@ai-sdk/provider": "4.0.3",
34
+ "@ai-sdk/provider-utils": "5.0.7"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "22.19.19",