{"library":"openapi-llm","title":"openapi-llm","description":"Convert and invoke OpenAPI specifications as LLM tool/function definitions. Current version 0.4.3. Active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openapi-llm"],"cli":{"name":"openapi-llm","version":"sh: 1: openapi-llm: not found"}},"imports":["from openapi_llm import OpenAPIToolSpec","from openapi_llm import Config"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom openapi_llm import OpenAPIToolSpec\nfrom openapi_llm import Config\n\nconfig = Config(api_key=os.environ.get('OPENAI_API_KEY', 'test-key'))\nspec = OpenAPIToolSpec.from_url('https://api.example.com/openapi.json', config=config)\ntools = spec.to_tools()\nprint(tools)","lang":"python","description":"Load an OpenAPI spec from a URL, convert to LLM tool definitions.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}