curl -X GET https://api.llmgenerator.com/api/v1/subscriptions/plans
{
"plans": [
{
"id": "starter",
"name": "Starter",
"monthlyCredits": 500,
"price": 4.99,
"features": [
"500 credits/month",
"Email support",
"Basic analytics"
]
},
{
"id": "professional",
"name": "Professional",
"monthlyCredits": 3000,
"price": 12.99,
"features": [
"3,000 credits/month",
"Priority support",
"Advanced analytics",
"API access"
]
},
{
"id": "business",
"name": "Business",
"monthlyCredits": 10000,
"price": 29.99,
"features": [
"10,000 credits/month",
"Dedicated support",
"Custom integrations",
"Team management"
]
},
{
"id": "agency",
"name": "Agency",
"monthlyCredits": 30000,
"price": 69.99,
"features": [
"30,000 credits/month",
"White-label options",
"Priority processing",
"Custom solutions"
]
}
]
}
获取全部可选订阅套餐及定价与权益列表。
curl -X GET https://api.llmgenerator.com/api/v1/subscriptions/plans
{
"plans": [
{
"id": "starter",
"name": "Starter",
"monthlyCredits": 500,
"price": 4.99,
"features": [
"500 credits/month",
"Email support",
"Basic analytics"
]
},
{
"id": "professional",
"name": "Professional",
"monthlyCredits": 3000,
"price": 12.99,
"features": [
"3,000 credits/month",
"Priority support",
"Advanced analytics",
"API access"
]
},
{
"id": "business",
"name": "Business",
"monthlyCredits": 10000,
"price": 29.99,
"features": [
"10,000 credits/month",
"Dedicated support",
"Custom integrations",
"Team management"
]
},
{
"id": "agency",
"name": "Agency",
"monthlyCredits": 30000,
"price": 69.99,
"features": [
"30,000 credits/month",
"White-label options",
"Priority processing",
"Custom solutions"
]
}
]
}
Documentation Index
Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt
Use this file to discover all available pages before exploring further.
| 套餐 | 每月积分 | 价格(美元) |
|---|---|---|
| Starter | 500 | $4.99/月 |
| Professional | 3,000 | $12.99/月 |
| Business | 10,000 | $29.99/月 |
| Agency | 30,000 | $69.99/月 |
curl -X GET https://api.llmgenerator.com/api/v1/subscriptions/plans
{
"plans": [
{
"id": "starter",
"name": "Starter",
"monthlyCredits": 500,
"price": 4.99,
"features": [
"500 credits/month",
"Email support",
"Basic analytics"
]
},
{
"id": "professional",
"name": "Professional",
"monthlyCredits": 3000,
"price": 12.99,
"features": [
"3,000 credits/month",
"Priority support",
"Advanced analytics",
"API access"
]
},
{
"id": "business",
"name": "Business",
"monthlyCredits": 10000,
"price": 29.99,
"features": [
"10,000 credits/month",
"Dedicated support",
"Custom integrations",
"Team management"
]
},
{
"id": "agency",
"name": "Agency",
"monthlyCredits": 30000,
"price": 69.99,
"features": [
"30,000 credits/month",
"White-label options",
"Priority processing",
"Custom solutions"
]
}
]
}
此页面对您有帮助吗?