Python SDK for NeuronX AI Platform — 23+ LLMs + NeuronX Brain 32B, 256K+ code patterns, autonomous agents
Project description
neuronx-sdk
Python SDK for the NeuronX AI Platform — 19 free LLMs, 185K+ code patterns, autonomous agents.
Install
pip install neuronx-sdk
Quick Start
from neuronx import NeuronX
nx = NeuronX(api_key="nx-YOUR_KEY")
# Chat with 19 free LLM providers
response = nx.chat("explain quicksort in Python")
print(response.text)
# Generate code using 185K+ patterns
code = nx.codegen("REST API with JWT auth", language="python")
print(code.code)
# AI-powered search
results = nx.search("transformer attention mechanism")
print(results.summary)
# Problem solving
solution = nx.solve("optimize database queries for 1M rows")
print(solution.response)
License
MIT
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
neuronx_sdk-0.2.0.tar.gz
(18.6 kB
view details)
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 neuronx_sdk-0.2.0.tar.gz.
File metadata
- Download URL: neuronx_sdk-0.2.0.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3012defcbc46b3fcc6889a30c22f839885124c7d6a0364017bcfb46b55d6ffdf
|
|
| MD5 |
3cfdcbae5d1f77963cf4f8c864c5a262
|
|
| BLAKE2b-256 |
316bcdefe7eb029cf65e9af8e241bde24564aec351173de2698b375fa404fb1c
|
File details
Details for the file neuronx_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: neuronx_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f42534c481e89cf1fc5c7869ffce2ae4334ffde83a594f8052e97b8664c78c
|
|
| MD5 |
811348ea3234d3716ea116137858be2e
|
|
| BLAKE2b-256 |
d645c48d1cc85eb086d3fb5d7c1b060ed2e0d7c9a4ff3e5bfd7717e8f2957ab9
|