@lavapayments/nodejs 5.2.0 → 5.2.2
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -222,7 +222,9 @@ var Lava = class {
|
|
|
222
222
|
kluster: `${this.baseUrl}forward?u=https://api.kluster.ai/v1`,
|
|
223
223
|
inference: `${this.baseUrl}forward?u=https://api.inference.net/v1`,
|
|
224
224
|
groq: `${this.baseUrl}forward?u=https://api.groq.com/openai/v1`,
|
|
225
|
-
novita: `${this.baseUrl}forward?u=https://api.novita.ai/v3/openai
|
|
225
|
+
novita: `${this.baseUrl}forward?u=https://api.novita.ai/v3/openai`,
|
|
226
|
+
vercel: `${this.baseUrl}forward?u=https://api.v0.dev/v1`,
|
|
227
|
+
together: `${this.baseUrl}forward?u=https://api.together.xyz/v1`
|
|
226
228
|
};
|
|
227
229
|
}
|
|
228
230
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -195,7 +195,9 @@ var Lava = class {
|
|
|
195
195
|
kluster: `${this.baseUrl}forward?u=https://api.kluster.ai/v1`,
|
|
196
196
|
inference: `${this.baseUrl}forward?u=https://api.inference.net/v1`,
|
|
197
197
|
groq: `${this.baseUrl}forward?u=https://api.groq.com/openai/v1`,
|
|
198
|
-
novita: `${this.baseUrl}forward?u=https://api.novita.ai/v3/openai
|
|
198
|
+
novita: `${this.baseUrl}forward?u=https://api.novita.ai/v3/openai`,
|
|
199
|
+
vercel: `${this.baseUrl}forward?u=https://api.v0.dev/v1`,
|
|
200
|
+
together: `${this.baseUrl}forward?u=https://api.together.xyz/v1`
|
|
199
201
|
};
|
|
200
202
|
}
|
|
201
203
|
/**
|