EchoAI is a user-friendly Python library that allows anyone to easily access free AI models. With EchoAI, you can send prompts and receive responses from powerful AI models effortlessly. Whether you’re a beginner or an experienced developer, EchoAI makes it simple to integrate AI into your projects. Try EchoAI today and explore the full potential of AI with minimal setup and maximum simplicity.
Project description
EchoAI
installation
pip install echoai_x
features
- Send prompts and get responses from free AI models
- Minimal setup required
- Simple, Pythonic interface
- Supports multiple free AI models
Methods and Arguments
[Method: Echo_AI.ChatClient()
Arguments: auth, model, system_prompt, message]
Example usage
import Echo_AI
response = Echo_AI.ChatClient(
auth="OpenRouter API key.",
model="nvidia/nemotron-3-nano-30b-a3b:free",
system_prompt="You're a friendly, helpful, and intelligent AI assistant.",
message="Hello!"
).json()
print(f"{response["choices"][0]["message"]["content"]}")
How to get the API key
- Open: https://openrouter.ai
- Sign up or log in.
- Click the "Get API key" button.
- Give the API key a name.
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 echoai_free-1.0.0-py3-none-any.whl.
File metadata
- Download URL: echoai_free-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.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 |
e95d0d1fd59d61c287b1776ee95ed0db4ac4af29ee031d3e1a0c3c8a9b863a61
|
|
| MD5 |
219a8973a2046df4cf68058125383ebb
|
|
| BLAKE2b-256 |
3115d2a3b9a6b42e063304b38bc6449f3796970f29c980188e55832c9d60558b
|