GET /api/plan/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Free plan",
            "description": "Deploy your GPT on your own website and bring a limited experience to your users",
            "price": 0,
            "message_limit": 40,
            "feature_skus": [
                "install",
                "gpt-3.5-turbo",
                "gpt-4o-mini",
                "gpt-4o",
                "gpt-4.1-mini",
                "gpt-4.1-nano",
                "gpt-4.1",
                "p-usage",
                "limited"
            ],
            "agent_limit": 1,
            "thread_message_limit": 15,
            "product_id": null,
            "price_id": null,
            "purchase_link": null,
            "marketing_desc": [
                "No monetization of your GPTs",
                "No custom domain",
                "No custom branding",
                "Agent autodeleted after 2 weeks of no activity",
                "No user file uploads",
                "No web searching"
            ],
            "data_json": {}
        },
        {
            "id": 2,
            "name": "Pro",
            "description": "Unleash the full power of your GPT with multiple agents, unlimited messages per user, and subscriptions + monetization",
            "price": 3499,
            "message_limit": 5000,
            "feature_skus": [
                "hide_ag_promo",
                "user_file_uploads",
                "custom_styles",
                "paid_plans",
                "install",
                "custom_domain",
                "gpt-4",
                "email_gate",
                "vision",
                "finetune",
                "gpt-4o-mini",
                "gpt-3.5-turbo",
                "gpt-4o",
                "org",
                "prevent_halluc",
                "app_actions",
                "gpt-4.1-mini",
                "gpt-4.1-nano",
                "gpt-4.1",
                "p-usage"
            ],
            "agent_limit": 5,
            "thread_message_limit": -1,
            "product_id": "prod_P0HyAIY6bktPbD",
            "price_id": null,
            "purchase_link": "https://buy.stripe.com/3cs03tfK7dFPgEw7sG",
            "marketing_desc": [
                "Monetize your GPTs",
                "Custom domain",
                "Custom branding",
                "No agent autodeletion",
                "Allow users file uploads",
                "Web searching",
                "1 collaborator"
            ],
            "data_json": {
                "annual_price_per_month": 24,
                "annual_purchase_link": "https://buy.stripe.com/14k7vV41pgS10Fy4gv",
                "team_member_limit": 2
            }
        },
        {
            "id": 3,
            "name": "Growth",
            "description": "For agencies, and other businesses that need more limits, and the ability to scale on demand.",
            "price": 9999,
            "message_limit": 15000,
            "feature_skus": [
                "no_plan_promo",
                "hide_ag_promo",
                "user_file_uploads",
                "custom_styles",
                "paid_plans",
                "install",
                "custom_domain",
                "gpt-4",
                "email_gate",
                "vision",
                "finetune",
                "gpt-4o-mini",
                "gpt-3.5-turbo",
                "gpt-4o",
                "org",
                "prevent_halluc",
                "app_actions",
                "o1",
                "gpt-4.1-mini",
                "gpt-4.1-nano",
                "gpt-4.1"
            ],
            "agent_limit": 50,
            "thread_message_limit": -1,
            "product_id": "prod_PXmiB1VE1r7rhp",
            "price_id": null,
            "purchase_link": "https://cal.com/victor-a-hi5v2o/agenthost-custom",
            "marketing_desc": [
                "Everything in Pro",
                "5 collaborators"
            ],
            "data_json": {
                "annual_price_per_month": 79,
                "annual_purchase_link": "https://buy.stripe.com/14kg2r2Xl31b8805kA",
                "team_member_limit": 6,
                "contact_us_link": "https://cal.com/victor-a-hi5v2o/agenthost-custom"
            }
        }
    ]
}