Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 889 Bytes

File metadata and controls

24 lines (17 loc) · 889 Bytes

llmapi Documentation

Current documentation for the llmapi C++23 module library.

Contents

What The Library Provides

  • C++23 modules via import mcpplibs.llmapi
  • Typed chat messages and multimodal content structs
  • Provider concepts for sync, async, streaming, and embeddings
  • Built-in OpenAI and Anthropic providers
  • OpenAI-compatible endpoint support through configurable base URLs
  • Conversation save/load helpers for local session persistence

License

Apache-2.0 - see LICENSE