Overview
Call the Bitdeer AI API from Python or JavaScript with common HTTP clients.
These pages show how to call Bitdeer with the community openai packages (PyPI, npm): set base_url / baseURL to https://api-inference.bitdeer.ai/v1 and set the API key to your Bitdeer key. The same endpoints accept plain HTTPS JSON—see the HTTP API reference.
Available SDKs
| Language | Package | Installation |
|---|---|---|
| Python | openai | pip install openai |
| JavaScript / TypeScript | openai | npm install openai |
Quick comparison
Last updated on