Omnicall — 248 LLMs + image/video/voice/music + live crypto/DeFi/markets/web tools in one keyless, pay-per-call endpoint. OpenAI-compatible. No API key, no signup.
Project description
omnicall
Every AI tool your agent needs, in one keyless endpoint. Omnicall gives you 248 LLMs (GPT, Claude, Gemini, Grok, DeepSeek, Llama, Qwen, Mistral) plus image / video / voice / music generation and live crypto / DeFi / markets / web / research tools — OpenAI-compatible, pay-per-call in USDC (Base or Solana) via x402, with no API key and no signup. Or use a funded gck_ credit key.
pip install omnicall
import omnicall
# OpenAI-compatible client, already wired to Omnicall (pip install openai)
client = omnicall.client()
r = client.chat.completions.create(
model="claude-4-sonnet",
messages=[{"role": "user", "content": "Hi"}],
)
print(r.choices[0].message.content)
# ...or one free keyless call — no wallet, no key:
print(omnicall.free("say hello in French"))
Already using the OpenAI SDK? Just point it at the gateway — zero code changes, 248 models:
from openai import OpenAI
client = OpenAI(base_url="https://omnicall.gocreativeai.com/v1", api_key="x402")
Why Omnicall
- 248 models vs ~69 elsewhere — one base_url, every frontier model.
- Keyless & pay-per-call — USDC on Base or Solana, no account, no monthly fee.
- More than LLMs — image/video/voice/music + live crypto/DeFi/markets/web/research, same endpoint.
- Free tier to try instantly (
omnicall.free(...)).
MIT licensed · https://omnicall.gocreativeai.com
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 Distributions
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 omnicall-1.0.0-py3-none-any.whl.
File metadata
- Download URL: omnicall-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
400ab3f8e8b39ac51f0a8598c8654777746633da7aef03f5228ede8f90925786
|
|
| MD5 |
37635f74844777f6c4c17f9fd181c289
|
|
| BLAKE2b-256 |
016997c881bd7e00fe8fbf9cfad8872df1c504b5a7d20f842e463f011f932958
|