tinker
The official Python SDK for the tinker API
What it is and what it does
Tinker is the official Python SDK for accessing the Tinker API, maintained by Thinking Machines. It provides a client library to integrate Tinker's machine learning and data processing capabilities into Python applications. The package bundles a large dependency graph—including httpx for HTTP communication, pydantic for data validation, transformers for ML model support, and numpy for numerical operations—reflecting its role as a full-featured API client rather than a lightweight wrapper.
The SDK is actively maintained, with releases within days of the current date and a repository with 694 stars. It supports Python 3.9 through 3.13 (though installation requires 3.11+), runs on Windows, macOS, and Linux, and carries no known security vulnerabilities. The permissive Apache-2.0 license poses no restrictions on use or redistribution.
Use it for:
- Integrate Tinker's ML services into a Python application for model inference or data processing workflows
- Build data pipelines that call Tinker API endpoints from Python scripts or notebooks
- Prototype or deploy machine learning applications using Tinker's hosted models and APIs
- Automate batch processing or ETL tasks that depend on Tinker's computational services
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Tinker is the official Python SDK for the Tinker API, providing client libraries and utilities to interact with Tinker's machine learning and data processing services.
Yes. Tinker is the official SDK for its API, actively maintained with no security issues, low install friction, and a permissive license. Install it if you need to call the Tinker API from Python. The large dependency footprint (14 runtime packages) is typical for ML SDKs and reflects legitimate needs for HTTP, serialization, and model support rather than bloat.
Install
tinker on PyPI
pip
pip install tinkeruv
uv add tinkerpoetry
poetry add tinkerInstalling tinker
Before you install
Low install friction with a pure-Python wheel. The package is actively maintained with a recent release and carries 14 runtime dependencies including httpx, pydantic, transformers, and numpy—a substantial but standard stack for ML-focused SDKs.
License in practice
Apache-2.0 is permissive; you can use, modify, and distribute this package freely in commercial and private projects, provided you include a copy of the license and note any changes.
Quickstart
pip install tinker
import tinker
# Initialize client and call API methods as documented at tinker-docs.thinkingmachines.ai
Requires Python 3.11 or later; check your environment before installing.
Verify before relying
- What specific Tinker API endpoints and features are exposed by this SDK version
- Whether transformers and numpy are always required or only for certain optional features
- Authentication method and credential management patterns for the Tinker API
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 14 — anyio, click, distro, httpx, numpy, orjson, protobuf, pydantic, pyqwest, rich, sniffio, transformers, typing-extensions, zstandard |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,224,039/month — #4,194 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tinker-0.25.0-py3-none-any.whl
Keywords: machine learning, tinker
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
tinker_cookbookTinker Cookbook provides recipes and…
permissive · top 15,000 on PyPI
hindsight-clientA Python client library for interacting with…
permissive · top 15,000 on PyPI
azure-ai-mlProvides a Python client library for…
permissive · top 5,000 on PyPI
kumoaiKumo SDK provides a Python interface to…
permissive · top 15,000 on PyPI
rapidataA Python client library for interacting with…
permissive · top 15,000 on PyPI
hopsworksPython SDK for connecting to Hopsworks clusters…
permissive · top 15,000 on PyPI
flytekitFlytekit is the Python SDK for authoring,…
permissive · top 15,000 on PyPI
azureml-sdkProvides a Python SDK to build, train, and…
unclear · top 15,000 on PyPI
fal-clientA Python client library for calling ML models…
unclear · top 5,000 on PyPI
arthur-clientPython SDK for integrating machine learning…
permissive · top 15,000 on PyPI