{"id":28059,"library":"prime-evals","title":"Prime Intellect Evals SDK","description":"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.","status":"active","version":"0.2.0","language":"python","source_language":"en","source_url":"https://github.com/PrimeIntellect-ai/prime-cli.git","tags":["evals","AI","evaluation","sdk"],"install":[{"cmd":"pip install prime-evals","lang":"bash","label":"Latest from PyPI"}],"dependencies":[],"imports":[{"note":"Official import path as per docs","symbol":"PrimeClient","correct":"from prime_evals import PrimeClient"}],"quickstart":{"code":"import os\nfrom prime_evals import PrimeClient\n\napi_key = os.environ.get('PRIME_API_KEY', '')\nclient = PrimeClient(api_key=api_key)\nprint(client.supported_evals())","lang":"python","description":"Initialize client and list supported evaluation types."},"warnings":[{"fix":"Install with 'pip install prime-evals' and import as 'from prime_evals import ...'.","message":"The package is named 'prime-evals' on PyPI but imports as 'prime_evals' (underscore). Do not use 'import prime_evals' without installing the correct package.","severity":"gotcha","affected_versions":"all"},{"fix":"Always pass api_key as argument: PrimeClient(api_key='your_key') or read from env manually.","message":"API key must be passed explicitly; environment variable 'PRIME_API_KEY' is not automatically read.","severity":"gotcha","affected_versions":"<=0.2.0"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Run: pip install prime-evals\nThen use: from prime_evals import ...","cause":"Installed 'prime-evals' package but tried to import 'prime_evals' incorrectly.","error":"ModuleNotFoundError: No module named 'prime_evals'"},{"fix":"Obtain a valid API key from Prime Intellect and set it as: client = PrimeClient(api_key='your-key')","cause":"Missing or incorrect API key passed to PrimeClient.","error":"prime_evals.exceptions.AuthenticationError: Invalid API key"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}