Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Michael faebffa478
chore(providers): update aiml integration (#4751)
1 month ago
..
faebffa478
chore(providers): update aiml integration (#4751)
1 month ago
faebffa478
chore(providers): update aiml integration (#4751)
1 month ago

README.md

You have to be logged in to leave a comment. Sign In

provider-aiml-api

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.

Setup

  1. Get your API key from AI/ML API

  2. Set your API key:

    export AIML_API_KEY=your_api_key_here
    
  3. Run the evaluation:

    npx promptfoo@latest eval
    

What this example does

This example compares three different models:

  • DeepSeek R1 - Advanced reasoning model
  • GPT-4.1 Mini - Fast and cost-effective
  • Claude 4 Sonnet - Balanced performance

The models are asked to tell jokes about different topics, and we evaluate:

  • Whether the joke contains relevant keywords
  • Whether the joke is actually funny (using an LLM judge)

You can run this example with:

npx promptfoo@latest init --example provider-aiml-api
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...