# Silk Code Models

Silk Code can switch cloud or local models without changing the coding workflow.

## List models

```bash
silkcode models
```

## Select a model

```bash
silkcode --model auto ~/Projects/my-project
silkcode --model deepseek ~/Projects/my-project
```

`--model auto` prefers a detected local server, then a configured cloud provider.

## Pull a local model

```bash
silkcode models pull qwen2.5-coder
```

Choose a model with tool-calling support.
