TechNode CLI — run inference on TechNode's compressed open-model GPU grid (RunPod-compatible).
Project description
technode
Run inference on TechNode — a GPU grid serving compressed open models (Qwen, Granite, gpt-oss, Devstral, Gemma, EXAONE…) at consumer-GPU prices.
pip install technode-cli # the command is `technode`
technode login # paste your tn_test_… key (or set TECHNODE_API_KEY)
technode models # list the compressed catalog
technode infer "Explain quantization in one line." --model qwen2.5-7b
Zero dependencies — pure Python stdlib, runs anywhere Python ≥3.8 does.
Commands
| Command | What it does |
|---|---|
technode login [key] |
Save your API key to ~/.technode/config.json (chmod 600). |
technode logout |
Remove the saved key. |
technode models [--json] |
List available models (id, quantization, role). |
technode infer PROMPT [-m MODEL] [-n MAX_TOKENS] [-t TEMP] [--json] [-q] |
Text generation. - or piped stdin reads the prompt from stdin. |
technode whoami |
Show the active key (masked) + endpoint. |
Configuration
| Setting | Env var | Default |
|---|---|---|
| API key | TECHNODE_API_KEY |
— (from technode login) |
| Endpoint | TECHNODE_BASE_URL |
https://technode.network |
Get a key (free beta): https://technode.network/developers
Examples
# pick a coder model
technode infer "Write a Python one-liner to flatten a list of lists." -m qwen2.5-coder-7b
# read the prompt from a file / pipe
cat prompt.txt | technode infer -
# machine-readable
technode infer "hi" --json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file technode_cli-0.1.0.tar.gz.
File metadata
- Download URL: technode_cli-0.1.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfc9eb0b055da2b8aeb2c59aee5d27dd1fd41dd4e148def90c45a53cf0025afc
|
|
| MD5 |
1ff137da5fc9e97b41ebd8cd86dded98
|
|
| BLAKE2b-256 |
87c46da449a9bedc065275cb769ba0e5e4b0597bea0edb79ad7b934773f08668
|
File details
Details for the file technode_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: technode_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0d1936aa04d99d1f3e1866dc887a5b3d655283748be92e45ce7d32e21d6e70a
|
|
| MD5 |
9491e9ae58828cae83d3ca40bc46dcc1
|
|
| BLAKE2b-256 |
a27902ead8344f04eee256d7c7ca3b7e88962dc32cd7d4783d2bc2210abed2be
|