@gpuai/sdk 0.2.1 → 0.2.3
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 +2 -2
- package/dist/esm/models/GPUType.d.ts +1 -1
- package/dist/models/GPUType.d.ts +1 -1
- package/package.json +1 -1
- package/src/models/GPUType.ts +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @gpuai/sdk@0.2.
|
|
1
|
+
# @gpuai/sdk@0.2.3
|
|
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.
|
|
194
|
+
- Package version: `0.2.3`
|
|
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 (
|
|
31
|
+
* Representative host vCPU count for this GPU model. Unlike vram_gb (the card's nameplate VRAM; a model spanning capacity variants advertises the smallest currently offered, so it is 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/dist/models/GPUType.d.ts
CHANGED
|
@@ -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 (
|
|
31
|
+
* Representative host vCPU count for this GPU model. Unlike vram_gb (the card's nameplate VRAM; a model spanning capacity variants advertises the smallest currently offered, so it is 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
package/src/models/GPUType.ts
CHANGED
|
@@ -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 (
|
|
35
|
+
* Representative host vCPU count for this GPU model. Unlike vram_gb (the card's nameplate VRAM; a model spanning capacity variants advertises the smallest currently offered, so it is 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
|
*/
|