# SolarCommon

> **Class** in `langchain_community`

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

Common configuration for Solar LLMs.

## Signature

```python
SolarCommon()
```

## Extends

- `BaseModel`

## Properties

- `base_url`
- `solar_api_key`
- `model_name`
- `max_tokens`
- `temperature`
- `model_config`
- `lc_secrets`

## Methods

- [`build_extra()`](https://reference.langchain.com/python/langchain-community/llms/solar/SolarCommon/build_extra)
- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/solar/SolarCommon/validate_environment)

---

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