diff --git a/docs/my-website/docs/providers/ai21.md b/docs/my-website/docs/providers/ai21.md index f6bdb8b27..db5c90b39 100644 --- a/docs/my-website/docs/providers/ai21.md +++ b/docs/my-website/docs/providers/ai21.md @@ -11,6 +11,10 @@ We provide a free $10 community-key for testing all providers on LiteLLM. You ca import os os.environ["AI21_API_KEY"] = "sk-litellm-7_NPZhMGxY2GoHC59LgbDw" # [OPTIONAL] replace with your ai21 key ``` +**Need a dedicated key?** +Email us @ krrish@berri.ai + +[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) ### Sample Usage @@ -24,10 +28,6 @@ messages = [{"role": "user", "content": "Write me a poem about the blue sky"}] completion(model="j2-light", messages=messages) ``` -**Need a dedicated key?** -Email us @ krrish@berri.ai - -[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) ### AI21 Models diff --git a/docs/my-website/docs/providers/anthropic.md b/docs/my-website/docs/providers/anthropic.md index 206873e8c..c6fee4539 100644 --- a/docs/my-website/docs/providers/anthropic.md +++ b/docs/my-website/docs/providers/anthropic.md @@ -9,6 +9,11 @@ import os os.environ["ANTHROPIC_API_KEY"] = "sk-litellm-7_NPZhMGxY2GoHC59LgbDw" # [OPTIONAL] replace with your anthropic key ``` +**Need a dedicated key?** +Email us @ krrish@berri.ai + +## Supported Models for LiteLLM Key +These are the models that currently work with the "sk-litellm-.." keys. ## Sample Usage diff --git a/docs/my-website/docs/providers/nlp_cloud.md b/docs/my-website/docs/providers/nlp_cloud.md index 41be07056..399707b45 100644 --- a/docs/my-website/docs/providers/nlp_cloud.md +++ b/docs/my-website/docs/providers/nlp_cloud.md @@ -10,6 +10,10 @@ import os os.environ["NLP_CLOUD_API_KEY"] = "sk-litellm-7_NPZhMGxY2GoHC59LgbDw" # [OPTIONAL] replace with your nlp cloud key ``` +**Need a dedicated key?** +Email us @ krrish@berri.ai + +[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) ## Sample Usage diff --git a/docs/my-website/docs/providers/openai.md b/docs/my-website/docs/providers/openai.md index 5e921d448..d2db29871 100644 --- a/docs/my-website/docs/providers/openai.md +++ b/docs/my-website/docs/providers/openai.md @@ -9,6 +9,10 @@ import os os.environ["OPENAI_API_KEY"] = "sk-litellm-7_NPZhMGxY2GoHC59LgbDw" # [OPTIONAL] replace with your openai key ``` +**Need a dedicated key?** +Email us @ krrish@berri.ai + +[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) ### Usage ```python @@ -24,11 +28,6 @@ messages = [{ "content": "Hello, how are you?","role": "user"}] response = completion("gpt-3.5-turbo", messages) ``` -**Need a dedicated key?** -Email us @ krrish@berri.ai - -[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) - ### OpenAI Chat Completion Models | Model Name | Function Call | Required OS Variables | diff --git a/docs/my-website/docs/providers/togetherai.md b/docs/my-website/docs/providers/togetherai.md index 4a1b1a3ae..d8275f061 100644 --- a/docs/my-website/docs/providers/togetherai.md +++ b/docs/my-website/docs/providers/togetherai.md @@ -9,6 +9,12 @@ import os os.environ["TOGETHERAI_API_KEY"] = "sk-litellm-7_NPZhMGxY2GoHC59LgbDw" # [OPTIONAL] replace with your together ai key ``` +**Need a dedicated key?** +Email us @ krrish@berri.ai + +[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) + + ## Sample Usage ```python @@ -22,11 +28,6 @@ messages = [{"role": "user", "content": "Write me a poem about the blue sky"}] completion(model="together_ai/togethercomputer/Llama-2-7B-32K-Instruct", messages=messages) ``` -**Need a dedicated key?** -Email us @ krrish@berri.ai - -[**See all supported models by the litellm api key**](../proxy_api.md#supported-models-for-litellm-key) - ## Together AI Models liteLLM supports `non-streaming` and `streaming` requests to all models on https://api.together.xyz/