# llm-exe > A lightweight, modular TypeScript toolkit for building LLM-powered applications. Core pattern: Prompt → LLM → Parser → Typed Result. - Website: https://llm-exe.com - GitHub: https://github.com/llm-exe/llm-exe - npm: https://www.npmjs.com/package/llm-exe ## Docs ### Getting Started - [Install](https://llm-exe.com/intro/install.html) - [Introduction](https://llm-exe.com/intro/index.html) - [What is an LLM function?](https://llm-exe.com/intro/what_is_llm_function.html) ### LLM Providers - [LLM](https://llm-exe.com/llm/index.html) - [Generic Options](https://llm-exe.com/llm/generic.html) - [OpenAI](https://llm-exe.com/llm/openai.html) - [Anthropic](https://llm-exe.com/llm/anthropic.html) - [Google Gemini](https://llm-exe.com/llm/gemini.html) - [AWS Bedrock](https://llm-exe.com/llm/bedrock/index.html) - [xAI](https://llm-exe.com/llm/xai.html) - [Ollama](https://llm-exe.com/llm/ollama.html) - [Deepseek](https://llm-exe.com/llm/deepseek.html) - [Custom Provider Configuration](https://llm-exe.com/llm/custom.html) ### Prompts - [Prompt](https://llm-exe.com/prompt/index.html) - [Chat Prompt](https://llm-exe.com/prompt/chat.html) - [Text Prompt](https://llm-exe.com/prompt/text.html) - [Prompts with Templates](https://llm-exe.com/prompt/advanced.html) - [Why Handlebars?](https://llm-exe.com/prompt/why-handlebars.html) ### Parsers - [Parser](https://llm-exe.com/parser/index.html) - [Default Included Parsers](https://llm-exe.com/parser/included-parsers.html) - [Custom Parser](https://llm-exe.com/parser/custom.html) ### State - [State](https://llm-exe.com/state/index.html) - [Dialogue](https://llm-exe.com/state/dialogue.html) ### Executor - [LLM Executor](https://llm-exe.com/executor/index.html) - [Tool Calling Executor](https://llm-exe.com/executor/openai-functions.html) - [hooks](https://llm-exe.com/executor/hooks.html) ### Embeddings - [Embeddings](https://llm-exe.com/embeddings/index.html) - [OpenAI Embeddings](https://llm-exe.com/embeddings/openai.html) - [Amazon Embeddings](https://llm-exe.com/embeddings/amazon.html) ### Examples - [LLM Executor Function Syntax](https://llm-exe.com/examples/FunctionSyntax.html) - [Tips: Working with JSON](https://llm-exe.com/examples/concepts/working-with-json.html) - [Replicating Lex](https://llm-exe.com/examples/concepts/replicating-lex.html)