Skip to content

Commit

Permalink
chore: delete ctas (#108)
Browse files Browse the repository at this point in the history
* chore: delete ctas

* fix: remove tabs
  • Loading branch information
jpwallace22 authored Sep 18, 2024
1 parent f8cb3bf commit a982438
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
10 changes: 0 additions & 10 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -412,8 +404,6 @@ navigation:
- page: May
path: docs/release-notes/2023/may.mdx
- tab: status
- tab: community
- tab: support

typography:
bodyFont:
Expand Down
10 changes: 4 additions & 6 deletions fern/docs/faqs/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 1 addition & 3 deletions fern/docs/getting-started/pricing-and-billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 0 additions & 4 deletions fern/docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)

0 comments on commit a982438

Please sign in to comment.