# Fireworks

> **Class** in `langchain_community`

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

Fireworks models.

## Signature

```python
Fireworks()
```

## Extends

- `BaseLLM`

## Properties

- `model`
- `model_kwargs`
- `fireworks_api_key`
- `max_retries`
- `batch_size`
- `use_retry`
- `lc_secrets`

## Methods

- [`is_lc_serializable()`](https://reference.langchain.com/python/langchain-community/llms/fireworks/Fireworks/is_lc_serializable)
- [`get_lc_namespace()`](https://reference.langchain.com/python/langchain-community/llms/fireworks/Fireworks/get_lc_namespace)
- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/fireworks/Fireworks/validate_environment)
- [`get_batch_prompts()`](https://reference.langchain.com/python/langchain-community/llms/fireworks/Fireworks/get_batch_prompts)
- [`create_llm_result()`](https://reference.langchain.com/python/langchain-community/llms/fireworks/Fireworks/create_llm_result)

## ⚠️ Deprecated

Deprecated since version 0.0.26.

---

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