Skip to main content
Composo delivers deterministic, accurate evaluation for LLM applications through purpose-built generative reward models. Unlike unreliable LLM-as-judge approaches, our specialized models provide consistent, precise scores you can trust—with just a single sentence criteria.

Quickstart

Get up and running with Composo in under 5 minutes. This guide will help you evaluate your first LLM response and understand how Composo delivers deterministic, accurate evaluations.

Step 1: Create Your Account

Sign up for a Composo account at platform.composo.ai.

Step 2: Generate Your API Key

  1. Navigate to ProfileAPI Keys in the dashboard
  2. Click Generate New API Key

Step 3: Run Your First Evaluation

[Optional] Install the SDK:
Now let’s evaluate a customer service response for empathy and helpfulness using the Composo SDK:

Understanding the Results

Composo returns:
  • Score: A value between 0 and 1 (e.g. 0.86 means the response strongly meets your criteria)
  • Explanation: Detailed analysis of why the response received this score
Example output:
JSON

Step 4: Evaluate Agents with Tracing

For agent applications, Composo provides real-time tracing to capture and evaluate multi-agent interactions. Here’s a simple example with an orchestrator coordinating two sub-agents:
Python
This example shows how Composo traces each agent’s LLM calls independently and evaluates them against our comprehensive agent framework.