# Aphrodite

> **Class** in `langchain_community`

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

Aphrodite language model.

## Signature

```python
Aphrodite()
```

## Extends

- `BaseLLM`

## Properties

- `model`
- `tensor_parallel_size`
- `trust_remote_code`
- `n`
- `best_of`
- `presence_penalty`
- `frequency_penalty`
- `repetition_penalty`
- `temperature`
- `top_p`
- `top_k`
- `top_a`
- `min_p`
- `tfs`
- `eta_cutoff`
- `epsilon_cutoff`
- `typical_p`
- `mirostat_mode`
- `mirostat_tau`
- `use_beam_search`
- `length_penalty`
- `early_stopping`
- `stop`
- `stop_token_ids`
- `ignore_eos`
- `max_tokens`
- `logprobs`
- `prompt_logprobs`
- `custom_token_bans`
- `skip_special_tokens`
- `spaces_between_special_tokens`
- `logit_bias`
- `dtype`
- `download_dir`
- `quantization`
- `aphrodite_kwargs`
- `client`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/aphrodite/Aphrodite/validate_environment)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/llms/aphrodite.py#L10)