Packages

The official Elixir client for Replicate. It lets you run models from your Elixir code, and everything else you can do with Replicate's HTTP API.

Current section

Files

Jump to
replicate CHANGELOG.md
Raw

CHANGELOG.md

## [2024-07-08]
- Support for official models. Run any model now with:
```
Replicate.Predictions.create(%{prompt: "a 19th century portrait of a wombat gentleman"}, "https://example.com/webhook")
```
## [2023-11-06]
- Added `Replicate.Models.create/4` function to create a model for a user or organization with a given name, visibility, and hardware SKU.
- Added `Replicate.Hardware.list/0` function to list available hardware SKUs.