Registry / ai-ml / prime-evals

prime-evals

JSON →
library0.2.0pypypi✓ verified 82d ago

Prime Intellect Evals SDK (v0.2.0) for pushing and managing evaluations. Supports Python >=3.10 and is used to submit AI evaluation results to the Prime Intellect platform. Released weekly or monthly.

pip install prime-evals
INSTALL
IMPORT
SIG · PRIME-EVALS
P
prime-evals
ai-mlpythonv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

APIClient
from prime_evals import APIClient
from prime_evals import PrimeClient
AsyncAPIClient
from prime_evals import AsyncAPIClient
EvalsClient
from prime_evals import EvalsClient

Initialize client and list supported evaluation types.

import os from prime_evals import PrimeClient api_key = os.environ.get('PRIME_API_KEY', '') client = PrimeClient(api_key=api_key) print(client.supported_evals())
Debug
Known issues
gotchaThe package is named 'prime-evals' on PyPI but imports as 'prime_evals' (underscore). Do not use 'import prime_evals' without installing the correct package.
fix
Install with 'pip install prime-evals' and import as 'from prime_evals import ...'.
affects: all
gotchaAPI key must be passed explicitly; environment variable 'PRIME_API_KEY' is not automatically read.
fix
Always pass api_key as argument: PrimeClient(api_key='your_key') or read from env manually.
affects: <=0.2.0
Upgrade
Version history
0.2.0latest on PyPI · released Mar 14, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
prime-evals — pip install prime-evals · libregistry