@lavapayments/nodejs 5.2.11 → 5.2.13

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 CHANGED
@@ -61,6 +61,8 @@ declare class Lava {
61
61
  parasail: string;
62
62
  nebius: string;
63
63
  fireworks: string;
64
+ cerebras: string;
65
+ targon: string;
64
66
  };
65
67
  /**
66
68
  * Create a new Lava client
package/dist/index.d.ts CHANGED
@@ -61,6 +61,8 @@ declare class Lava {
61
61
  parasail: string;
62
62
  nebius: string;
63
63
  fireworks: string;
64
+ cerebras: string;
65
+ targon: string;
64
66
  };
65
67
  /**
66
68
  * Create a new Lava client
package/dist/index.js CHANGED
@@ -232,7 +232,9 @@ var Lava = class {
232
232
  cohere: `${this.baseUrl}forward?u=https://api.cohere.ai/compatibility/v1`,
233
233
  parasail: `${this.baseUrl}forward?u=https://api.parasail.io/v1`,
234
234
  nebius: `${this.baseUrl}forward?u=https://api.studio.nebius.com/v1`,
235
- fireworks: `${this.baseUrl}forward?u=https://api.fireworks.ai/inference/v1`
235
+ fireworks: `${this.baseUrl}forward?u=https://api.fireworks.ai/inference/v1`,
236
+ cerebras: `${this.baseUrl}forward?u=https://api.cerebras.ai/v1`,
237
+ targon: `${this.baseUrl}forward?u=https://api.targon.com/v1`
236
238
  };
237
239
  }
238
240
  /**
package/dist/index.mjs CHANGED
@@ -205,7 +205,9 @@ var Lava = class {
205
205
  cohere: `${this.baseUrl}forward?u=https://api.cohere.ai/compatibility/v1`,
206
206
  parasail: `${this.baseUrl}forward?u=https://api.parasail.io/v1`,
207
207
  nebius: `${this.baseUrl}forward?u=https://api.studio.nebius.com/v1`,
208
- fireworks: `${this.baseUrl}forward?u=https://api.fireworks.ai/inference/v1`
208
+ fireworks: `${this.baseUrl}forward?u=https://api.fireworks.ai/inference/v1`,
209
+ cerebras: `${this.baseUrl}forward?u=https://api.cerebras.ai/v1`,
210
+ targon: `${this.baseUrl}forward?u=https://api.targon.com/v1`
209
211
  };
210
212
  }
211
213
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavapayments/nodejs",
3
- "version": "5.2.11",
3
+ "version": "5.2.13",
4
4
  "description": "Backend SDK for Lava Payments API - enabling usage-based billing for AI services",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",