@gpuai/sdk 0.2.1 → 0.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @gpuai/sdk@0.2.1
1
+ # @gpuai/sdk@0.2.2
2
2
 
3
3
  A TypeScript SDK client for the api.gpu.ai API.
4
4
 
@@ -191,7 +191,7 @@ and is automatically generated by the
191
191
  [OpenAPI Generator](https://openapi-generator.tech) project:
192
192
 
193
193
  - API version: `1.0.0`
194
- - Package version: `0.2.1`
194
+ - Package version: `0.2.2`
195
195
  - Generator version: `7.24.0`
196
196
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
197
197
 
@@ -28,7 +28,7 @@ export interface GPUType {
28
28
  */
29
29
  vramGb: number;
30
30
  /**
31
- * Representative host vCPU count for this GPU model. Unlike vram_gb (invariant per model) this varies per offering, so it is the first-sighting/typical value; GET /v1/pricing carries the exact per-offering spec. 0 marks a spec the upstream did not report.
31
+ * Representative host vCPU count for this GPU model. Unlike vram_gb (the minimum across the model's current offerings — the value every launch of the model can honor) this varies per offering, so it is the first-sighting/typical value; GET /v1/pricing carries the exact per-offering spec. 0 marks a spec the upstream did not report.
32
32
  * @type {number}
33
33
  * @memberof GPUType
34
34
  */
@@ -28,7 +28,7 @@ export interface GPUType {
28
28
  */
29
29
  vramGb: number;
30
30
  /**
31
- * Representative host vCPU count for this GPU model. Unlike vram_gb (invariant per model) this varies per offering, so it is the first-sighting/typical value; GET /v1/pricing carries the exact per-offering spec. 0 marks a spec the upstream did not report.
31
+ * Representative host vCPU count for this GPU model. Unlike vram_gb (the minimum across the model's current offerings — the value every launch of the model can honor) this varies per offering, so it is the first-sighting/typical value; GET /v1/pricing carries the exact per-offering spec. 0 marks a spec the upstream did not report.
32
32
  * @type {number}
33
33
  * @memberof GPUType
34
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpuai/sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "TypeScript SDK for the GPU.ai Public Developer API",
5
5
  "author": "GPU.ai Support <support@gpu.ai>",
6
6
  "repository": {
@@ -32,7 +32,7 @@ export interface GPUType {
32
32
  */
33
33
  vramGb: number;
34
34
  /**
35
- * Representative host vCPU count for this GPU model. Unlike vram_gb (invariant per model) this varies per offering, so it is the first-sighting/typical value; GET /v1/pricing carries the exact per-offering spec. 0 marks a spec the upstream did not report.
35
+ * Representative host vCPU count for this GPU model. Unlike vram_gb (the minimum across the model's current offerings — the value every launch of the model can honor) this varies per offering, so it is the first-sighting/typical value; GET /v1/pricing carries the exact per-offering spec. 0 marks a spec the upstream did not report.
36
36
  * @type {number}
37
37
  * @memberof GPUType
38
38
  */