API Reference
Libraries
Explore language-specific client-side libraries for using the Tinfoil inference API.
Client Libraries
Tinfoil provides official libraries in multiple languages to help you integrate with our API:
Language | Package Manager | Installation | GitHub |
---|---|---|---|
Python | pip | pip install tinfoil | tinfoil-python |
Node.js | npm | npm install tinfoil | tinfoil-node |
Swift | SPM | Add to dependencies: .package(url: "https://github.com/tinfoilsh/tinfoil-swift", from: "1.0.0") | tinfoil-swift |
Go | Go Modules | go get github.com/tinfoilsh/tinfoil-go | tinfoil-go |
Each library provides a drop-in replacement for the OpenAI client libraries:
- Python:
TinfoilAI
supports the same interface as theOpenAI
Python client - Node.js:
TinfoilAI
supports the same interface as theOpenAI
Node client - Swift:
TinfoilKit
supports the same interface as theOpenAIKit
Swift client - Go:
tinfoil
supports the same interface as theopenai
Go client
Code Examples
Python
Node.js
Swift
Go
CLI
You can install the Tinfoil CLI using curl:
Example usage: