From 39832c4078d56b1bf55a1e422619f267b7819d10 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 14 Dec 2023 08:49:12 -0800 Subject: [PATCH] Add links to docs. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0035f1e..13edc06 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ This repository contains a list of working code examples for calling various LLM 🔑 Get API key [here](https://platform.openai.com/account/api-keys). +📃 API [docs](https://platform.openai.com/docs/). + ### Chat ```bash curl "https://api.openai.com/v1/chat/completions" \ @@ -54,6 +56,8 @@ curl "https://api.openai.com/v1/embeddings" \ 🔑 Get API key [here](https://console.anthropic.com/account/keys). +📃 API [docs](https://docs.anthropic.com/). + ### Chat ```bash curl "https://api.anthropic.com/v1/complete" \ @@ -72,6 +76,8 @@ curl "https://api.anthropic.com/v1/complete" \ 🔑 Get API key [here](https://dashboard.cohere.com/api-keys). +📃 API [docs](https://docs.cohere.com/). + ### Chat ```bash curl "https://api.cohere.ai/v1/chat" \ @@ -108,6 +114,8 @@ curl "https://api.cohere.ai/v1/embed" \ 🔑 Get API key [here](https://console.mistral.ai/users/api-keys/). +📃 API [docs](https://docs.mistral.ai/api/). + ### Chat ```bash curl "https://api.mistral.ai/v1/chat/completions" \ @@ -136,6 +144,8 @@ curl "https://api.mistral.ai/v1/embeddings" \ 🔑 Get API key [here](https://makersuite.google.com/app/apikey). +📃 API [docs](https://ai.google.dev/api/rest). + ### Chat ```bash curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key=$GOOGLE_API_KEY" \