Credits

GPU credit balance and usage.

AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Properties

Name Type Description
balance number
used number
total number
currency string
expiresAt string
View JSON Schema on GitHub

JSON Schema

cloud-api-credits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Credits",
  "description": "GPU credit balance and usage.",
  "type": "object",
  "properties": {
    "balance": {
      "type": "number"
    },
    "used": {
      "type": "number"
    },
    "total": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "expiresAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}