examples/provider-aiml-api/README.md
This example shows how to use AI/ML API to compare different language models on a fun task - telling jokes!
AI/ML API provides access to 300+ models through a single API key, making it easy to compare models from different providers.
Get your API key from AI/ML API
Set your API key:
export AIML_API_KEY=your_api_key_here
Run the evaluation:
npx promptfoo@latest eval
This example compares three different models:
The models are asked to tell jokes about different topics, and we evaluate:
You can run this example with:
npx promptfoo@latest init --example provider-aiml-api
cd provider-aiml-api