12 lines
597 B
JSON
12 lines
597 B
JSON
{
|
|
"version": 1,
|
|
"routes": [
|
|
{ "method": "GET", "path": "/api/usage", "requirement": "app", "accountSource": "refreshed_session", "defaultPreset": "month" },
|
|
{ "method": "GET", "path": "/api/admin/usage", "requirement": "admin", "organizationAdminScope": "refreshed_session", "organizationAdminRedactions": ["accounts", "recent", "options.accounts"] }
|
|
],
|
|
"presets": ["today", "7d", "30d", "month"],
|
|
"capabilities": ["image.generate", "video.generate"],
|
|
"providers": ["volcengine-visual", "evolink", "seedance", "seedream", "bailian", "minimax"],
|
|
"infrastructureStatus": 500
|
|
}
|