# is_service

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/model_config/is_service)

Return whether `name` is a non-model service configurable via `/auth`.

## Signature

```python
is_service(
    name: str,
) -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/2f56309d821db4a0d06ee03959cf842c91b7f228/libs/code/deepagents_code/model_config.py#L2064)