Keiro client — call the EB1 multi-model ensemble API.
Project description
Keiro
EB1 multi-model ensemble inference. Run multiple frontier models in parallel and synthesize the best response.
Quick start
pip install keiro
keiro setup
from keiro import complete
print(complete("What is machine learning?"))
How it works
EB1 sends your prompt to multiple frontier models (Claude, GPT, Gemini) in parallel, then a judge synthesizes the strongest elements into a single response. The result is more accurate and more complete than any individual model.
Models
| Model | Description |
|---|---|
eb1 (default) |
3-model ensemble with synthesis |
eb1-pro |
4-model ensemble for harder tasks |
claude-opus-4-6 |
Direct passthrough (no ensemble) |
gpt-5.2 |
Direct passthrough |
from keiro import complete
# Default ensemble
answer = complete("Solve this step by step: what is 23 * 47?")
# Specific model
answer = complete("Write a haiku", model="claude-opus-4-6")
Configuration
Interactive setup (recommended):
keiro setup
This validates your API key against the gateway and saves credentials to
~/.keiro/credentials.
Environment variables:
export KEIRO_API_KEY="your-api-key"
export KEIRO_BASE_URL="https://api.keiro.ai" # optional
Explicit arguments:
complete("Hello", api_key="your-key", base_url="https://api.keiro.ai")
Precedence: explicit arguments > environment variables > credentials file.
Requirements
- Python 3.11+
- No GPU required (inference runs on Keiro's hosted infrastructure)
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 keiro-0.1.0.tar.gz.
File metadata
- Download URL: keiro-0.1.0.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
167618810c7e7d79d52849f67b8cf8d653584d24317b872fad8c75a3680881f0
|
|
| MD5 |
e99863a487abd47a416626cdf50ddef3
|
|
| BLAKE2b-256 |
bf9c1805cd660d6eb098c04b9d39e5e74bd5eaed1a906fcc75f4a048ee47d8c3
|
File details
Details for the file keiro-0.1.0-py3-none-any.whl.
File metadata
- Download URL: keiro-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f27dea20b97ee873e162213355dcd3462af406747eaa7d546f4c1911804d88e
|
|
| MD5 |
2706f632c53d5b0816c0935436a3f32a
|
|
| BLAKE2b-256 |
f5f07fe85c692e483b6ae5543d57ac9d654ef93ba2bf4f8423573da6a47fbcf0
|