{"library":"openlayer","title":"Openlayer Python SDK","description":"The official Python SDK for the Openlayer API. Provides tools to monitor, debug, and improve AI models with tracing, observability, and data management. Current version: 0.24.0. Release cadence: weekly to multiple times per week.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install openlayer"],"cli":{"name":"openlayer","version":"sh: 1: openlayer: not found"}},"imports":["from openlayer import Openlayer","from openlayer import Trace"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openlayer import Openlayer\n\nclient = Openlayer(api_key=os.environ.get('OPENLAYER_API_KEY', ''))\n# Example: create a trace\ntrace = client.traces.create(\n    project_id='your-project-id',\n    model_id='your-model-id',\n    input='What is the capital of France?',\n    output='Paris'\n)\nprint(trace.id)","lang":"python","description":"Initialize the client and create a trace.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}