# BaseOCIModelDeployment

> **Class** in `langchain_community`

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

Base class for LLM deployed on OCI Data Science Model Deployment.

## Signature

```python
BaseOCIModelDeployment()
```

## Extends

- `Serializable`

## Properties

- `auth`
- `endpoint`
- `streaming`
- `max_retries`
- `default_headers`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/oci_data_science_model_deployment_endpoint/BaseOCIModelDeployment/validate_environment)
- [`completion_with_retry()`](https://reference.langchain.com/python/langchain-community/llms/oci_data_science_model_deployment_endpoint/BaseOCIModelDeployment/completion_with_retry)
- [`acompletion_with_retry()`](https://reference.langchain.com/python/langchain-community/llms/oci_data_science_model_deployment_endpoint/BaseOCIModelDeployment/acompletion_with_retry)
- [`is_lc_serializable()`](https://reference.langchain.com/python/langchain-community/llms/oci_data_science_model_deployment_endpoint/BaseOCIModelDeployment/is_lc_serializable)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/llms/oci_data_science_model_deployment_endpoint.py#L66)