{ "model": "text-davinci-edit-001", "instruction": "请修改文本中的拼写错误", "input": "What tim is it" }
curl --location --request GET 'https://oa.api2d.net/dashboard/billing/credit_grants' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "text-davinci-edit-001", "instruction": "请修改文本中的拼写错误", "input": "What tim is it" }'
{ "object": "credit_summary", "total_granted": 285, "total_used": 0, "total_available": 285, "expire_at": 1692087926980 // 点数过期时间 }