{"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install prime-evals"],"cli":null},"imports":["from prime_evals import PrimeClient"],"auth":{"required":false,"env_vars":[]},"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}