Install & Compatibility
Where this runs
tested against v0.4.3 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 32MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 4.9s · import 0.000s · 35MB
32MB installed
● package 32MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
OpenAPIToolSpec
✓ from openapi_llm import OpenAPIToolSpec
✗ from openapi_llm import OpenAPIToolSpec
Load an OpenAPI spec from a URL, convert to LLM tool definitions.
import os
from openapi_llm import OpenAPIToolSpec
from openapi_llm import Config
config = Config(api_key=os.environ.get('OPENAI_API_KEY', 'test-key'))
spec = OpenAPIToolSpec.from_url('https://api.example.com/openapi.json', config=config)
tools = spec.to_tools()
print(tools)
openapi-llm --version
Upgrade
Version history
0.4.3latest on PyPI · released Apr 7, 2025
Audit
Dependencies
No dependency data recorded yet.