{"library":"phonic","title":"Phonic Python SDK","description":"Phonic is an AI evaluation and monitoring platform. The Python SDK (v0.31.15) provides tools to log evaluations, manage datasets, and analyze AI model performance. Release cadence is irregular; breaking changes may occur.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install phonic"],"cli":{"name":"phonic","version":"sh: 1: phonic: not found"}},"imports":["from phonic import Phonic","from phonic import EvaluationLog"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from phonic import Phonic\n\nclient = Phonic(api_key=os.environ.get('PHONIC_API_KEY', ''))\n# Log an evaluation\nclient.log_evaluation(\n    project_name='my-project',\n    input='What is the capital of France?',\n    output='Paris',\n    expected='Paris',\n    scores={'accuracy': 1.0}\n)","lang":"python","description":"Initialize client with API key from env var and log an evaluation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}