# OpenLLM

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/openllm/OpenLLM)

OpenAI's compatible API client for OpenLLM server

.. versionchanged:: 0.2.11

   Changed in 0.2.11 to support OpenLLM 0.6. Now behaves similar to OpenAI wrapper.

## Signature

```python
OpenLLM()
```

## Extends

- `BaseOpenAI`

## Methods

- [`is_lc_serializable()`](https://reference.langchain.com/python/langchain-community/llms/openllm/OpenLLM/is_lc_serializable)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/7c10a5fa327f6aaaf7c932822a9e5d144891406e/libs/community/langchain_community/llms/openllm.py#L9)