AI Guo Guo
  1. OpenAI
AI Guo Guo
  • AIGuoGuo
    • About AIGuoGuo
    • Error Msg
    • OpenAI
      • Models
        GET
      • Billing
        GET
      • Usage
        GET
      • Chat
        POST
      • Vision
        POST
      • Dall-e
        POST
      • Speech
        POST
    • Gemini
      • Models
      • Billing
      • Usage
      • Chat
      • Vision-image
      • Vision-video
      • Images-Generations
      • Images-Edits
      • Image-Chat-Edits
    • LLM
      • KlingAI
        • Images
        • Video
      • GetThreadsInfo
  1. OpenAI

Billing

GET
https://api.aiguoguo199.com/v1/dashboard/billing/subscription
Get the current API-Key bill balance information

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aiguoguo199.com/v1/dashboard/billing/subscription' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json'

Responses

🟢200成功
application/json
Body

Examples
{
    "object": "billing_subscription",
    "has_payment_method": true,
    "soft_limit_usd": 5,
    "hard_limit_usd": 5,
    "system_hard_limit_usd": 5,
    "access_until": 0,
    "status": "normal",
    "used_usd": 1.394104,
    "balance_usd": 3.605896,
    "expire_at": "1970-01-01",
    "gpt4": true
}
Modified at 2024-08-25 17:04:16
Previous
Models
Next
Usage
Built with