{"id":28061,"library":"prime","title":"Prime Intellect CLI + SDK","description":"Prime Intellect CLI + SDK for interacting with Prime Intellect platform. Currently at version 0.6.3, actively maintained with frequent releases. Requires Python 3.10 to 3.13.","status":"active","version":"0.6.3","language":"python","source_language":"en","source_url":"https://github.com/PrimeIntellect-ai/prime-cli","tags":["prime-intellect","cli","sdk","ai","platform"],"install":[{"cmd":"pip install prime","lang":"bash","label":"latest"},{"cmd":"pip install prime==0.6.3","lang":"bash","label":"pin version"}],"dependencies":[],"imports":[{"note":"The main class is Prime, not a module-level function.","wrong":"import prime","symbol":"Prime","correct":"from prime import Prime"}],"quickstart":{"code":"from prime import Prime\n\nclient = Prime()\n# Use client for platform interactions\nprint(client.models.list())","lang":"python","description":"Instantiate the Prime client and list available models."},"warnings":[{"fix":"Create and activate a virtual environment before installing.","message":"The library name 'prime' might conflict with other Python packages. Use a virtual environment to avoid clashes.","severity":"gotcha","affected_versions":"all"},{"fix":"Update to latest version and review breaking changes.","message":"Some endpoints or methods may be deprecated as the SDK evolves. Check changelog on GitHub.","severity":"deprecated","affected_versions":"<0.6.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' in your active virtual environment.","cause":"Library not installed or installed in wrong environment.","error":"ModuleNotFoundError: No module named 'prime'"},{"fix":"Use 'from prime import Prime' to import the main class.","cause":"Using wrong import style ('import prime' instead of 'from prime import Prime').","error":"AttributeError: module 'prime' has no attribute 'Prime'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}