@dreb/ai 2.47.0 → 2.48.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/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +3 -3
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +2 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/oauth/kimi-coding.d.ts.map +1 -1
- package/dist/utils/oauth/kimi-coding.js +4 -1
- package/dist/utils/oauth/kimi-coding.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -12114,13 +12114,13 @@ export const MODELS = {
|
|
|
12114
12114
|
reasoning: true,
|
|
12115
12115
|
input: ["text"],
|
|
12116
12116
|
cost: {
|
|
12117
|
-
input: 0.
|
|
12118
|
-
output: 3,
|
|
12117
|
+
input: 0.22999999999999998,
|
|
12118
|
+
output: 2.3,
|
|
12119
12119
|
cacheRead: 0,
|
|
12120
12120
|
cacheWrite: 0,
|
|
12121
12121
|
},
|
|
12122
12122
|
contextWindow: 262144,
|
|
12123
|
-
maxTokens:
|
|
12123
|
+
maxTokens: 4096,
|
|
12124
12124
|
},
|
|
12125
12125
|
"qwen/qwen3-30b-a3b": {
|
|
12126
12126
|
id: "qwen/qwen3-30b-a3b",
|