Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,17 @@ pip install ai21

## Usage

### Model Types

Wherever you are required to pass a model name as a parameter, you can use any of the available AI21
state-of-the-art models:

- j2-light
- j2-mid
- j2-ultra

you can read more about the models [here](https://docs.ai21.com/reference/j2-complete-api-ref#jurassic-2-models).

---

### Client Instance Creation
Expand Down