Discover and explore top open-source AI tools and projects—updated daily.
CLI tool for LLM API interaction
Top 87.8% on SourcePulse
AIx is a command-line interface tool designed for interacting with Large Language Model (LLM) APIs, specifically targeting OpenAI's GPT models. It provides a convenient way for developers and power users to query LLMs directly from their terminal, enabling tasks like content generation, data analysis, and code assistance without leaving their command-line environment.
How It Works
AIx leverages the Go programming language and directly interfaces with OpenAI's API. It supports both GPT-3.5 and GPT-4.0 models, allowing users to specify the desired model and configure parameters such as temperature and top-p. The tool offers flexible input methods, accepting prompts directly, from standard input (stdin), or from files, and can output results in various formats including plain text, JSON Lines, or streamed to stdout.
Quick Start & Requirements
go install github.com/projectdiscovery/aix/cmd/aix@latest
.OPENAI_API_KEY
environment variable.Highlighted Details
Maintenance & Community
AIx is developed by the projectdiscovery team. Community engagement is encouraged via their Discord server.
Licensing & Compatibility
Distributed under the MIT License, allowing for commercial use and integration with closed-source projects.
Limitations & Caveats
Currently, AIx only supports OpenAI APIs. The project is actively developed, and specific model versions or features might be subject to change.
6 days ago
Inactive