@providerprotocol/ai 0.0.32 → 0.0.34
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/package.json +18 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@providerprotocol/ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "UPP: Unified Provider Protocol for AI inference",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://providerprotocol.org",
|
|
@@ -47,6 +47,16 @@
|
|
|
47
47
|
"import": "./dist/xai/index.js",
|
|
48
48
|
"default": "./dist/xai/index.js"
|
|
49
49
|
},
|
|
50
|
+
"./groq": {
|
|
51
|
+
"types": "./dist/groq/index.d.ts",
|
|
52
|
+
"import": "./dist/groq/index.js",
|
|
53
|
+
"default": "./dist/groq/index.js"
|
|
54
|
+
},
|
|
55
|
+
"./cerebras": {
|
|
56
|
+
"types": "./dist/cerebras/index.d.ts",
|
|
57
|
+
"import": "./dist/cerebras/index.js",
|
|
58
|
+
"default": "./dist/cerebras/index.js"
|
|
59
|
+
},
|
|
50
60
|
"./http": {
|
|
51
61
|
"types": "./dist/http/index.d.ts",
|
|
52
62
|
"import": "./dist/http/index.js",
|
|
@@ -56,6 +66,11 @@
|
|
|
56
66
|
"types": "./dist/proxy/index.d.ts",
|
|
57
67
|
"import": "./dist/proxy/index.js",
|
|
58
68
|
"default": "./dist/proxy/index.js"
|
|
69
|
+
},
|
|
70
|
+
"./responses": {
|
|
71
|
+
"types": "./dist/responses/index.d.ts",
|
|
72
|
+
"import": "./dist/responses/index.js",
|
|
73
|
+
"default": "./dist/responses/index.js"
|
|
59
74
|
}
|
|
60
75
|
},
|
|
61
76
|
"files": [
|
|
@@ -100,6 +115,8 @@
|
|
|
100
115
|
"openrouter",
|
|
101
116
|
"xai",
|
|
102
117
|
"grok",
|
|
118
|
+
"groq",
|
|
119
|
+
"cerebras",
|
|
103
120
|
"vertex",
|
|
104
121
|
"deepseek",
|
|
105
122
|
"mistral",
|