Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a README to provide links to API providers #437

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/scripts/spellcheck_conf/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,8 @@ tokenize
tokenizer's
tokenizers
warmup
Cloudflare
Databricks
BOS
EOS
eot
Expand Down Expand Up @@ -1350,4 +1352,4 @@ SalesBot
Weaviate
MediaGen
SDXL
SVD
SVD
16 changes: 16 additions & 0 deletions recipes/llama_api_providers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Hosted APIs Providers #

This folder contains sample code to access Meta Llama using _hosted API
providers_. These providers enable you to perform inference on Meta
Llama models by calling the models through an API. In addition to the
sample code available here, you can learn more about these providers by
visiting their websites listed below.

- [Anyscale](https://www.anyscale.com/)
- [Cloudflare](https://www.cloudflare.com/developer-platform/workers)
- [Databricks](https://www.databricks.com/)
- [OctoAI](https://octo.ai/)
- [Replicate](https://replicate.com/)
- Snowflake
- [Together AI](https://www.together.ai/)