Skip to content

Commit

Permalink
Add links to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza authored Dec 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 409cac3 commit 39832c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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" \

0 comments on commit 39832c4

Please sign in to comment.