examples/provider-replicate/quickstart/README.md
You can run this example with:
npx promptfoo@latest init --example provider-replicate/quickstart
cd provider-replicate/quickstart
This is a minimal example to test the Replicate provider with promptfoo.
Get a Replicate API token from https://replicate.com/account/api-tokens
Set the environment variable:
export REPLICATE_API_TOKEN=r8_your_token_here
Run the evaluation:
promptfoo eval
This example uses Replicate's "hello-world" model - a simple, fast model that's perfect for testing your setup. It:
Once this works, try:
Different Models: Replace the model ID with:
replicate:meta/meta-llama-3-8b-instruct - For text generationreplicate:image:stability-ai/sdxl:7762fd07cf82c948538e41f63f77d685e02b063e37e496e96eefd46c929f9bdc - For image generation (or use latest version from Replicate)More Examples: Check out:
provider-replicate/llama4-scout - Advanced text generation with Llama 4provider-replicate/comprehensive - All provider featuresprovider-replicate/image-generation - State-of-the-art image generationREPLICATE_API_TOKEN is set correctly