Skip to main content

A universal terminal chat client that auto-detects and connects to any chat API endpoint

Project description

llm-chatifier

Dead simple terminal chat client for LLM APIs.

Features

  • Auto-detection: Automatically detects API type by testing common endpoints
  • Multi-API support: Works with OpenAI, Ollama, Anthropic, and generic chat APIs
  • Rich terminal UI: Beautiful formatting with markdown support
  • Smart defaults: Tries common ports and endpoints automatically
  • Minimal configuration: Just provide an IP and optionally port/token

Install

pipx install llm-chatifier

Or with pip:

pip install llm-chatifier

Usage

# Auto-detect API on localhost
llm-chatifier

# Specify IP
llm-chatifier 192.168.1.100

# With port and token
llm-chatifier 192.168.1.100 --port 8080 --token sk-...

# Force specific API type
llm-chatifier --override openai

# Use specific model
llm-chatifier --model gpt-4

# Verbose output to see detection process
llm-chatifier -v

Supported APIs

  • OpenAI compatible: OpenAI, llama.cpp, vLLM, LocalAI, etc.
  • Ollama: Local Ollama installations
  • Anthropic: Claude API
  • Google Gemini: Gemini Pro and Vision models
  • Cohere: Command and Command-R models
  • Generic: Any chat API with common REST patterns

Commands

Once connected, you can use these commands in the chat:

  • /exit or Ctrl+C - Quit the application
  • /clear - Clear conversation history
  • /help - Show help message
  • Ctrl+Enter - Multi-line input mode

How it Works

  1. Detection: Tests common ports (8080, 8000, 3000, 5000, 11434, 80, 443) if no port specified
  2. Protocol: Tries HTTPS first, falls back to HTTP
  3. Endpoints: Tests API-specific endpoints to identify the service type
  4. Connection: Creates appropriate client and tests authentication
  5. Chat: Starts interactive terminal session

API Detection

The tool automatically detects API types by testing these endpoints:

  • OpenAI: /v1/models, /v1/chat/completions
  • Anthropic: /v1/messages, /v1/models
  • Ollama: /api/tags, /api/generate
  • Gemini: /v1beta/models, /v1beta/models/gemini-pro:generateContent
  • Cohere: /v1/chat
  • Generic: /chat, /api/chat, /message, /api/message

Examples

# Local Ollama (usually on port 11434)
llm-chatifier localhost

# Remote OpenAI-compatible API
llm-chatifier my-server.com --port 8000 --token sk-xxx

# Force Ollama even if detection fails
llm-chatifier --override ollama

# Connect to Anthropic API
llm-chatifier --override anthropic --token your-claude-key

# Connect to Google Gemini
llm-chatifier --override gemini --token your-gemini-key

# Connect to Cohere
llm-chatifier --override cohere --token your-cohere-key

Development

git clone https://github.com/fluffypony/llm-chatifier
cd llm-chatifier
pip install -e .
python -m chatifier --help

License

BSD-3-Clause

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm_chatifier-0.2.3.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_chatifier-0.2.3-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

Details for the file llm_chatifier-0.2.3.tar.gz.

File metadata

  • Download URL: llm_chatifier-0.2.3.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.4

File hashes

Hashes for llm_chatifier-0.2.3.tar.gz
Algorithm Hash digest
SHA256 7c018f886e4959d84ce2da3bc1b37cde0b123d6314ff1aa541a3a49eada8d839
MD5 c916031d2fe123c976315003ea256120
BLAKE2b-256 9fa047a235d72d01a040bbb4b704de4fe773c67f94418e93635900ac6656c433

See more details on using hashes here.

File details

Details for the file llm_chatifier-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: llm_chatifier-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 22.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.4

File hashes

Hashes for llm_chatifier-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e453393f16975df357ee1c32ce24e8047bb7c8bdb2a3c43f9368d6330cb1ddf6
MD5 a4b620b9af38b64c9360b28e8ff8a50e
BLAKE2b-256 c4c06be303249f3120b3edd5e78616048cd4f1ce0254b745ae9643e2e3b3927b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page