Registry / ai-ml / perceptron

perceptron

JSON →
library0.2.1pypypi✓ verified 87d ago

Perceptron is a multimodal SDK for building AI applications that process text, images, and audio. Current version 0.2.1, active development with frequent releases.

pip install perceptron
INSTALL
IMPORT
SIG · PERCEPTRON
P
perceptron
ai-mlpythonv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ from perceptron import Client
✗ from perceptron import Perceptron
AsyncClient
✓ from perceptron import AsyncClient
PerceiveResult
✓ from perceptron import PerceiveResult

Initialize the client with an API key and send a chat message.

from perceptron import Perceptron import os client = Perceptron(api_key=os.environ.get('PERCEPTRON_API_KEY', '')) response = client.chat("Hello, world!") print(response)
perceptron --version
Debug
Known issues
deprecatedThe 'old_chat' method is deprecated in v0.2.0, use 'chat' instead.
fix
Replace old_chat(...) with chat(...).
affects: >=0.2.0
gotchaAPI key must be a string; passing a dict or None will raise a TypeError.
fix
Provide a valid string API key, preferably via environment variable.
affects: all
Upgrade
Version history
0.2.1latest on PyPI · released Mar 5, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Anthropic
1
OpenAI (training)
1
Resources
perceptron — pip install perceptron · libregistry