Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaki-1052 committed Mar 15, 2024
1 parent f77ca0c commit 7ea28a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,24 @@ Lastly, if you have uploaded an image and are working with the Vision model, you

- Once again, navigate to the provided *API links* to create your key and manage your billing from **Anthropic**.
- The pricing for various *Claude API* models can be found [**HERE**](https://www.anthropic.com/api).
- [**Anthropic Dashboard**](https://console.anthropic.com/dashboard) is here.
- Create your **API Key** [*HERE*](https://console.anthropic.com/settings/keys).
- Add your **Billing Details** [*HERE*](https://console.anthropic.com/settings/plans).

###### Anthropic Pricing Table

| Model | Input Cost | Output Cost | Performance |
|---------------|-----------------|-----------------|--------------|
| Opus | $15 / MTok | $75 / MTok | Powerful |
| Sonnet | $3 / MTok | $15 / MTok | Hard-working |
| Haiku | $0.25 / MTok | $1.25 / MTok | Light & Fast |
| Claude 2.1 | $8 / MTok | $24 / MTok | 200k Context |
| Claude 2.0 | $8 / MTok | $24 / MTok | 100k Context |
| Claude Instant| $0.80 / MTok | $2.40 / MTok | 100k Context |

- The [**Mistral Documentation**](https://docs.anthropic.com/claude/docs/intro-to-claude) is linked [*HERE*](https://docs.anthropic.com/claude/reference/messages_post) for **API Messages**.
- Anthropic's [**Prompt Library**](https://docs.anthropic.com/claude/prompt-library) is also linked.
- Anthropic claims that *Claude Opus* **beats** *GPT-4* in benchmarks!
## Relevant [Links](https://arc.net/folder/B777A318-2A95-4C36-86AA-156166895CC2)
Expand Down
6 changes: 3 additions & 3 deletions public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ const selectedModelDisplayName = document.getElementById('selected-model').textC
"claude-3-opus-20240229": "Claude-Opus: Most Powerful — GPT-4 Level",
"claude-3-sonnet-20240229": "Claude-Sonnet: Hard-Working — 3.5 Level",
"claude-3-haiku": "Claude-Haiku: Light, Cheap, & Fast — Unreleased",
"claude-2.1": "Claude-2.1: Best Instant Model",
"claude-2.0": "Claude-2.0: Average Cheap Model",
"claude-1.2": "Claude-1.2: Cheapest Instant Model",
"claude-2.1": "Claude-2.1: Best Instant Model — 200k Tokens",
"claude-2.0": "Claude-2.0: Average Cheap Model — 100k Tokens",
"claude-1.2": "Claude-1.2: Cheapest Instant Model — 100k Context",
"mistral-tiny-2312": "Mistral-Tiny: Cheapest — Open Source 7B",
"mistral-small-2312": "Mixtral 7xB: Mixture of Experts (MoE) Model",
"mistral-small-latest": "Mistral-Small: Smarter — More Costly",
Expand Down

0 comments on commit 7ea28a5

Please sign in to comment.