Metadata-Version: 2.4
Name: nflo
Version: 0.0.1
Summary: Flat-rate cloud LLM inference service. Same CLI as Ollama, predictable pricing.
Project-URL: Homepage, https://nflo.dev
Project-URL: GitHub, https://github.com/nflo/nflo
Project-URL: Documentation, https://nflo.dev/docs
Author-email: James Aita <jamey.aita@gmail.com>
License: MIT
Keywords: api,cloud,inference,llm,ollama
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# nflo

Flat-rate cloud LLM inference service. Same CLI as Ollama, predictable pricing.

## Features

- **Flat-rate pricing** — $20/mo or $100/mo. No token counters, no surprises.
- **Same CLI as Ollama** — `nflo run qwen3` works exactly like `ollama run qwen3`
- **OpenAI-compatible API** — Works with any OpenAI SDK
- **Always fast** — Intentionally capped subscribers to protect quality
- **New models in 48 hours** — Latest weights deployed immediately

## Installation

```bash
pip install nflo
```

## Quick Start

```bash
nflo auth your-api-key
nflo run qwen3
```

## Links

- **Website:** https://nflo.dev
- **GitHub:** https://github.com/nflo/nflo
- **Documentation:** https://nflo.dev/docs

## License

MIT
