Skip to content

Commit f691d7b

Browse files
Update open-ai-alternatives.md
1 parent 7fbfdbd commit f691d7b

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

01-intro/open-ai-alternatives.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
# OpenAI API Alternatives
2-
3-
OpenAI and GPT are not the only hosted LLMs that we can use.
4-
There are other services that we can use
5-
6-
Let's build a list of such services that we can use instead of OpenAI
7-
8-
9-
* [mistral.ai](https://mistral.ai) (5€ free credit on sign up)
10-
* [Groq](https://console.groq.com) (can inference from open source LLMs with rate limits)
11-
* [TogetherAI](https://api.together.ai) (can inference from variety of open source LLMs, 25$ free credit on sign up)
12-
* [Google Gemini](https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=python) (2 months unlimited access)
13-
* [OpenRouterAI](https://openrouter.ai/) (some small open-source models, such as Gemma 7B, are free)
14-
* [HuggingFace API](https://huggingface.co/docs/api-inference/index) (over 150,000 open-source models, rate-limited and free)
15-
* [Cohere](https://cohere.com/) (provides a developer trail key which allows upto 100 reqs/min for generating, summarizing, and classifying text. Read more [here](https://cohere.com/blog/free-developer-tier-announcement))
16-
* [wit](https://wit.ai/) (Facebook AI Afiliate - free)
17-
* [Anthropic API](https://www.anthropic.com/pricing#anthropic-api) (starting from $0.25 / MTok for input and $1.25 / MTok for the output for the most affordable model)
18-
* [AI21Labs API](https://www.ai21.com/pricing#foundation-models) (Free trial including $10 credits for 3 months)
19-
* [Replicate](https://replicate.com/) (faster inference, can host any ML model. charges 0.10$ per 1M input tokens for llama/Mistral model)
20-
* Add another service above this line
1+
moved [here](https://github.com/DataTalksClub/llm-zoomcamp/blob/main/awesome-llms.md#openai-api-alternatives)

0 commit comments

Comments
 (0)