Python SDK for NeuronX AI Platform — 19 free LLMs, 185K 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.1.0.tar.gz
(17.8 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.1.0.tar.gz.
File metadata
- Download URL: neuronx_sdk-0.1.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d772dddd211f55aaf83d32418f07109ea0b2010613246019b33bdfe2917c800
|
|
| MD5 |
4223b1d5da51cb8955049dbab410fa7c
|
|
| BLAKE2b-256 |
985a526d2ee9bd1034f71dae69b082c1c045831db0d26b2a06baebad911fb2a0
|
File details
Details for the file neuronx_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: neuronx_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
7d05070fd0645e3ea1e2f069f7e9abf82c762a002cafa04a1902dcfaf0a51128
|
|
| MD5 |
7e34e51d74a06a65efbd8dafaf17d865
|
|
| BLAKE2b-256 |
857f4b45c841730814a8ed2d88c8dff8997cc8b41e0179f93beb2efd229ec875
|