From a9824383d18ffa98fafe4587ae977b72df46c9cb Mon Sep 17 00:00:00 2001 From: Justin Wallace Date: Wed, 18 Sep 2024 09:29:48 -0700 Subject: [PATCH] chore: delete ctas (#108) * chore: delete ctas * fix: remove tabs --- fern/docs.yml | 10 ---------- fern/docs/faqs/rate-limits.mdx | 10 ++++------ fern/docs/getting-started/pricing-and-billing.mdx | 4 +--- fern/docs/getting-started/quickstart.mdx | 4 ---- 4 files changed, 5 insertions(+), 23 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 5a675f0..7be9c66 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -42,14 +42,6 @@ tabs: display-name: Status href: https://status.octo.ai/ icon: chart-simple - community: - display-name: Community - href: https://discord.com/invite/rXTPeRBcG7 - icon: brands discord - support: - display-name: Support - href: https://discord.com/channels/1085222662504194098/1085613782006509600 - icon: duotone headset layout: tabs-placement: header searchbar-placement: header @@ -412,8 +404,6 @@ navigation: - page: May path: docs/release-notes/2023/may.mdx - tab: status - - tab: community - - tab: support typography: bodyFont: diff --git a/fern/docs/faqs/rate-limits.mdx b/fern/docs/faqs/rate-limits.mdx index e4c5866..989cf9d 100644 --- a/fern/docs/faqs/rate-limits.mdx +++ b/fern/docs/faqs/rate-limits.mdx @@ -11,10 +11,8 @@ Rate limits are restrictions applied by OctoAI on the rate at which an individua ## OctoAI API rate limits -| API endpoint | Free tier | Pro tier | Enterprise tier | -| -------------- | ---------------------- | --------------------- | ------------------ | -| Text Gen | 10 requests per minute | 240 requests per minute | [Contact us](https://octo.ai/contact-us) - | -| Media Gen | 10 requests per minute | 60 requests per minute | [Contact us](https://octo.ai/contact-us) | +| API endpoint | Free tier | Pro tier | +| -------------- | ---------------------- | --------------------- | +| Text Gen | 10 requests per minute | 240 requests per minute | +| Media Gen | 10 requests per minute | 60 requests per minute | -**Higher rate limits are available**, please [reach out](https://octo.ai/contact-us) if you need an increase. \ No newline at end of file diff --git a/fern/docs/getting-started/pricing-and-billing.mdx b/fern/docs/getting-started/pricing-and-billing.mdx index 32ff6d4..e65e688 100644 --- a/fern/docs/getting-started/pricing-and-billing.mdx +++ b/fern/docs/getting-started/pricing-and-billing.mdx @@ -21,7 +21,7 @@ You can view your plan tier, invoices, and itemized usage for all OctoAI service ### What are the rate limits for each solution? -See [rate limits](/docs/faqs/rate-limits) for details, and feel free to [contact us](https://octo.ai/contact-us/) to discuss higher limits to meet your needs. You will recieve an HTTP 429 response code if you reach the limit cap. +See [rate limits](/docs/faqs/rate-limits) for details. You will recieve an HTTP 429 response code if you reach the limit cap. ## Media Gen Solution @@ -104,8 +104,6 @@ We offer simple, competitive token-based pricing for text gen endpoints, with pr *The cost for fine-tuning training is calculated per epoch per million tokens. After your fine-tunes, the price for LoRA inference will be the same cost as the base model inference with no extra fees. For Llama 3.1 70B model fine-tuning, please contact us for access. -If you would like to explore pricing for other models, quantization levels, or specific fine tunes, [contact us](https://octo.ai/contact-us/). - ## Compute Service | | Trial | Pro | Enterprise | diff --git a/fern/docs/getting-started/quickstart.mdx b/fern/docs/getting-started/quickstart.mdx index 651c40e..48f2057 100644 --- a/fern/docs/getting-started/quickstart.mdx +++ b/fern/docs/getting-started/quickstart.mdx @@ -9,9 +9,6 @@ Welcome to OctoAI! Our mission is to enable users to harness value from the late ## Get started with inference -1. [Sign up for an account](https://identity.octo.ai/oauth/account/sign-up?redirectUrl=https://octoai.cloud) - new users get $10 of free credits -2. Run your first inference: - - Navigate to a [model page](https://octoai.cloud/text/chat?model=mixtral-8x7b-instruct&mode=api) and click **Get API Token**: ![](../assets/images/quickstart-curl-example.png) - Copy the code sample to run an inference: @@ -48,4 +45,3 @@ curl -X POST "https://text.octoai.run/v1/chat/completions" \ ## Additional Resources - [Pricing & billing](pricing-and-billing) -- [Support](https://discord.gg/rXTPeRBcG7)