Python SDK for GoCreative — a 17-model frontier LLM gateway + 350+ data/compliance tools for AI agents. Pay-per-call USDC on Base via x402, no API key.
Project description
gocreative
Python SDK for GoCreative — a 17-model frontier LLM gateway (GPT-5, Claude 4.5, Gemini 3, DeepSeek, and more) plus 350+ data, compliance & enrichment tools for AI agents. Pay per call in USDC on Base via x402. No API key. No signup.
pip install gocreative # discovery + calls
pip install 'gocreative[pay]' # + USDC autopay on Base
from gocreative import GoCreative
gc = GoCreative() # no wallet needed for discovery
print(gc.models()) # full model menu (free)
# With a funded Base wallet, paid calls settle automatically:
gc = GoCreative(wallet_key="0xYOUR_BASE_KEY")
print(gc.ask("Summarize x402 in one sentence", model="gpt-5-mini")) # $0.02
print(gc.pro("Compare these two architectures ...", model="claude")) # $0.08
print(gc.call("/v1/data/sanctions-screen/Gazprom")) # $0.15
Without a wallet, paid calls raise PaymentRequired carrying the exact on-chain
price and payTo address, so you can settle with your own x402 layer.
Also available as an MCP server (357 tools, one-line install):
claude mcp add gocreative --transport http https://api.gocreativeai.com/mcp
- API: https://api.gocreativeai.com
- Model catalog: https://api.gocreativeai.com/v1/ai/models
- Repo: https://github.com/ColinHughes2121/gocreative-agent-api
MIT licensed.
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 gocreative-0.2.0.tar.gz.
File metadata
- Download URL: gocreative-0.2.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebdabf97a67119b28f16f85edba92abdf3fd7f7ebf1b2363b5ea33b5e9467030
|
|
| MD5 |
0a0ab9fb7c2bae93040dfe9a8bad2c88
|
|
| BLAKE2b-256 |
6ccab172deab341fe6f2a6594db90b231a13eb177543730096fb374ceb6a9179
|
File details
Details for the file gocreative-0.2.0-py3-none-any.whl.
File metadata
- Download URL: gocreative-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddee8d962d6d875a98eb594a97d987a5e5370e228d21bc9761ac8765629af6c7
|
|
| MD5 |
563fee7f87762250cbeacb99b84b0b87
|
|
| BLAKE2b-256 |
a61d20dc7da5f300c72149d2fc3263b03d0800b95f303829c991cf3a53577972
|