{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/5"}],"enrichment":{"capability":"Provides a thin wrapper to use OpenAI-compatible APIs (including local models) within the LlamaIndex framework, allowing you to swap in alternative LLM providers that follow the OpenAI protocol.","skillfed_tags":["llm-integration","openai-compatible","local-inference"],"use_cases":["Run a local open-source model (via Ollama or similar) within LlamaIndex without vendor lock-in to OpenAI.","Prototype or test LlamaIndex applications against a self-hosted LLM before deploying to a cloud provider.","Switch between multiple OpenAI-compatible endpoints (staging, production, different providers) by changing configuration.","Integrate a custom or fine-tuned model that exposes an OpenAI-compatible API into a LlamaIndex RAG pipeline.","Evaluate cost or latency tradeoffs by routing LlamaIndex queries to different LLM providers at runtime."],"what_it_does":"This package bridges LlamaIndex and any API that speaks the OpenAI protocol\u2014whether that's OpenAI itself, a local model server like Ollama or LM Studio, or a third-party provider. It's a thin adapter layer that lets you configure context window, chat vs. completion mode, and function-calling support, then use that model within LlamaIndex's indexing and retrieval workflows.\n\nYou install it alongside llama-index-core and llama-index-llms-openai, instantiate an OpenAILike object with your endpoint and model name, and pass it to LlamaIndex components that accept an LLM. It's most useful when you want to run inference locally or switch between providers without rewriting your LlamaIndex code.","worth_installing":"Yes, if you're using LlamaIndex and want to use an OpenAI-compatible LLM that isn't OpenAI itself. Low friction, permissive license, no known vulnerabilities, and active maintenance make it a straightforward choice. Install it when you need local inference, multi-provider flexibility, or cost control in your LlamaIndex application."},"id":"llama-index-llms-openai-like","links":{"html":"https://skillfed.io/packages/llama-index-llms-openai-like","md":"https://skillfed.io/packages/llama-index-llms-openai-like.md","pypi":"https://pypi.org/project/llama-index-llms-openai-like/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-23","license_spdx":"MIT","license_treatment":"permissive","name":"llama-index-llms-openai-like","python_support":"supports_current","summary":"llama-index llms openai like integration"},"popularity":{"monthly_downloads":436417,"position":6675,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.2"}
