Tech News
โ† Back to articles

Show HN: Pipelex โ€“ Declarative language for repeatable AI workflows

read original related products more articles

๐Ÿš€ Quick start

1. Install Pipelex

pip install pipelex pipelex init

2. Get Your API Key (Free)

To use AI models, you need an API key:

Free Pipelex API Key : Join our Discord community and request your free API key (no credit card required) in the ๐Ÿ”‘ใƒปfree-api-key channel.

: Join our Discord community and request your (no credit card required) in the ๐Ÿ”‘ใƒปfree-api-key channel. Bring your own API keys : OpenAI, Anthropic, Google, Mistral)

: OpenAI, Anthropic, Google, Mistral) Local AI: Ollama, vLLM, LM Studio, llama.cpp... any endpoint based on the OpenAI API or not, as you can plug-in your own non-standard APIs.

See Configure AI Providers for details.

3. Generate Your First Workflow

... continue reading