# Provider

> **Class** in `langchain_community`

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

## Signature

```python
Provider()
```

## Extends

- `ABC`

## Properties

- `stop_sequence_key`

## Methods

- [`completion_response_to_text()`](https://reference.langchain.com/python/langchain-community/llms/oci_generative_ai/Provider/completion_response_to_text)

---

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