Skip to content

User Guide Overview

Complete guide to using bruno-llm with bruno-core framework.

What is bruno-llm?

bruno-llm provides production-ready LLM and embedding provider implementations that integrate with the bruno-core framework. It enables you to:

  • Use multiple LLM providers with a unified interface
  • Generate embeddings for semantic search and RAG applications
  • Switch between local and cloud models
  • Leverage advanced features like caching, streaming, and cost tracking

Providers

  • Ollama - Local LLM and embedding inference
  • OpenAI - Cloud GPT models and embeddings

Advanced Features

See Also