Llama Index released version 0.14.24 on August 19, 2026, introducing support for several new large language models and addressing various core functionality bugs.

  • llama-index-llms-anthropic and llama-index-llms-bedrock-converse add support for Claude Sonnet 5 and include Claude Opus 5 in model allowlists.
  • llama-index-llms-openai adds GPT-5.6 models to the supported list.
  • llama-index-llms-google-genai updates the default model to Gemini 3.7 Flash.
  • Core fixes include preserving oversized leaf nodes in CodeSplitter, respecting mmr_threshold=0 in MMR embedding search, and ensuring all nodes are kept during IngestionPipeline upserts.
  • The AG-UI protocol integration now supports multimodal user input including images, audio, video, and documents.
  • Several reader integrations were updated to properly close file handles and HTTP connections.

This update allows users to leverage the latest model capabilities from Anthropic, OpenAI, and Google while improving stability in document ingestion and memory management.