├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # openaiCountInfo 2 | 3 | ## 230523更新:支持绑卡信息、最高模型的显示 4 | ![image](https://github.com/JeazW/openaiCountInfo/assets/75829171/878e9860-f190-4751-beb2-c4457b3f3a73) 5 | 6 | 7 | openai账户api-key信息查询单页文件 8 | ## 支持批量查询余额、时间等信息 9 | ![090d4e3a66cf9b7446bb463754fcbb0](https://user-images.githubusercontent.com/75829171/230343716-454af68c-d7c8-4b09-a01a-63a583999da0.png) 10 | 11 | ## 支持自定义api链接查询 12 | ![image](https://user-images.githubusercontent.com/75829171/230344005-0f661b4d-8a1a-42b5-af8f-94b073f50453.png) 13 | 14 | ## 支持遭封禁账号检测 15 | ![image](https://user-images.githubusercontent.com/75829171/230345562-89a1aad5-56ab-4977-9f8c-5ec95bd26c5a.png) 16 | 17 | 感谢大佬的代理链接[openai.1rmb.tk](https://github.com/x-dr/chatgptProxyAPI) 18 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | API-KEY信息查询 10 | 12 | 89 | 90 | 91 |

API-KEY信息查询

92 |
93 | 94 |
95 | 100 | 101 |
102 | 103 |
104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 |
API KEY总额度已使用剩余额度截止日期最高模型是否绑卡
118 | 330 | 331 | 332 | --------------------------------------------------------------------------------