Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 3 additions & 39 deletions nbs/docs/getting-started/41_pricing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,52 +20,16 @@
"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."
"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 will need to switch to one of our Enterprise plans to continue leveraging our forecasting technology."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## TimeGPT Subscription Plans\n",
"### TimeGPT Subscription Plans\n",
"\n",
"We offer various Enterprise plans for different needs. The number of API calls, number of users, and support levels can be customized based on needs. We also offer an option for a self-hosted version. Please get in touch with us at [support@nixtla.io](mailto:support@nixtla.io) for more information regarding pricing options and to discuss your specific requirements.\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 [support@nixtla.io](mailto:support@nixtla.io) to talk with us about this option."
"We offer various Enterprise plans for different needs. The number of API calls, number of users, and support levels can be customized based on needs. We also offer an option for a self-hosted version and a version hosted on Azure. Please get in touch with us at [support@nixtla.io](mailto:support@nixtla.io) for more information regarding pricing options and to discuss your specific requirements.\n"
]
},
{
Expand Down
Loading