Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a pricing page to our docs #502

Merged
merged 12 commits into from
Oct 24, 2024
99 changes: 99 additions & 0 deletions nbs/docs/getting-started/41_pricing.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
Copy link
Contributor

@cchallu cchallu Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be careful on mixing TimeGPT and TimeGEN because it might not be clear the pricing and how to signup up is different for both. I suggest moving the title "TimeGPT Subscription Plans and Pricing" above these first paragraphs, and only mention TimeGPT here. We can add all the details of TimeGEN below.


Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, I made that change in the updated PR.

Copy link
Contributor

@cchallu cchallu Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!

Some suggestions:

  • The title of this cell should be of the same size as "Free trial" above.
  • Adding the price per call is a good idea, but we are missing the actual fixed price. We can add a new row above called "Price per month (USD)" and add the cost ($0, $99, $399, customizable)
  • Add a Self-hosted row at the bottom and mark X on Enterprise.

Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, the pricing would be good. Added that and the self-hosted line.

Copy link
Contributor

@cchallu cchallu Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think on adding after "Pricing on Azure is handled through Microsoft payment systems" that they don't need to signup to the dashboard for using Azure?

Missing link to spreadsheet: https://docs.google.com/spreadsheets/d/1uIkSEam4-K9S7JHzjgHG7vITTf-usnyo36aaUddsHPs/edit?usp=sharing


Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added in the link to the spreadsheet, and updated the language in that section to talk about access through Azure too.

"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# TimeGPT Subscription Plans and Pricing \n",
"\n",
"TimeGPT is a fixed price per month, so you can plan for your forecasting needs. We have plans if you use TimeGPT a lot or a little and with different levels of support. Our goal is to help you be successful with your forecasting!\n",
"\n",
"[**Start for free**](https://dashboard.nixtla.io/) \n",
"*No credit card needed. Free plan available.\n",
"\n",
"Sign up on our [dashboard](https://dashboard.nixtla.io/), generate your API key, and start forecasting!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Free trial\n",
"\n",
"When you first create your account, you will have a 30-day free trial of the Standard Plan. **No credit card required**. After 30 days your plan will automatically switch to our free Starter Plan with 50 API calls/month unless you subscribe to one of our paid plans."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## TimeGPT subscription plans\n",
"\n",
"| | Starter | Standard | Premium | Enterprise |\n",
"|---|:---:|:---:|:---:|:---:|\n",
"| **Price per month (USD)** | **$0** | **$99** | **$399** | **customizable** |\n",
"| Number of API calls | 50 calls/month | 10,000 calls/month ($9.90/1K calls) | 100,000 calls/month ($3.99/1K calls) | customizable |\n",
"| Support | 3 business day responses | 1 business day responses | premium support | customizable |\n",
"| Consulting with our forecasting experts | | Initial consulting call | 2 consulting calls/month | customizable |\n",
"| Models and features early access | | X | X | X |\n",
"| Self-hosted | | | | X |\n",
"\n",
"Please get in touch with us at [[email protected]](mailto:[email protected]) if you have other forecasting needs or are interested in our Enterprise option.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Azure TimeGEN Pricing\n",
"\n",
"TimeGEN-1 is TimeGPT optimized for the Azure infrastructure. You can access TimeGEN through Azure Models as a Service. Explore the model in the playground. Pay only for tokens consumed. Use [this spreadsheet](https://docs.google.com/spreadsheets/d/1uIkSEam4-K9S7JHzjgHG7vITTf-usnyo36aaUddsHPs/copy) to estimate how many tokens you will need for your use case. Learn more: [What is a token?](https://docs.nixtla.io/docs/getting-started-faq#pricing-and-billing)\n",
"\n",
"**Access and payments for TimeGEN are handled through Microsoft** \n",
"\n",
"To get started with TimeGEN, log in to Azure cloud and see our [TimeGEN Quickstart Guide](https://docs.nixtla.io/docs/getting-started-timegen_1_quickstart_azure_). You do not need to sign up through our dashboard."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Pricing per token**\n",
"\n",
"| Token type | cost per 1000 tokens |\n",
"|---|:---:|\n",
"| **paygo-inference-input-tokens** | $0.00013 |\n",
"| **paygo-inference-output-tokens** | $0.00038 |\n",
"| **paygo-finetuned-model-inference-output-tokens** | $0.00105 |\n",
"| **paygo-finetuned-model-inference-input tokens** | $0.00035 |"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Self-hosted\n",
"\n",
"We have a self-hosted version available for Enterprise customers. Please contact us at [email protected] to talk with us about this option. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## More information on pricing and billing\n",
"\n",
"For additional information on pricing and billing please see [our FAQ](https://docs.nixtla.io/docs/getting-started-faq#pricing-and-billing). "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "python3",
"language": "python",
"name": "python3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
1 change: 1 addition & 0 deletions nbs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"docs/getting-started/azure_quickstart.html",
"docs/getting-started/setting_up_your_api_key.html",
"docs/getting-started/data_requirements.html",
"docs/getting-started/pricing.html",
"docs/getting-started/faq.html",
"docs/getting-started/glossary.html"
]
Expand Down
Loading