mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 16:30:32 +00:00
Introduces a full documentation site under docs/ using VitePress, including configuration, custom theme, setup guides for supported agents (Claude Code, Codex, Gemini CLI, custom agents), usage instructions, FAQ, troubleshooting, and images. Updates .gitignore and .prettierignore to exclude VitePress build output and docs. Also updates package.json and eslint config for documentation support.
32 lines
958 B
Markdown
32 lines
958 B
Markdown
# Model Selection
|
|
|
|
Switch between different AI models to optimize for speed, capability, or cost.
|
|
|
|
## What are Models?
|
|
|
|
Models are different versions of the AI with varying capabilities:
|
|
|
|
- **Larger models**: More capable, better reasoning, slower, higher cost
|
|
- **Smaller models**: Faster responses, lower cost, good for simpler tasks
|
|
|
|
## Changing Models
|
|
|
|
1. Open the chat panel
|
|
2. Look for the **model dropdown** below the input field
|
|
3. Select the desired model from the available options
|
|
|
|
<p align="center">
|
|
<img src="/images/model-selection.webp" alt="Model selection dropdown" width="400" />
|
|
</p>
|
|
|
|
::: tip
|
|
Available models depend on the active agent and your subscription/API plan.
|
|
:::
|
|
|
|
## Model Persistence
|
|
|
|
The selected model persists for the current session. Your preference is remembered across sessions.
|
|
|
|
## Cost Considerations
|
|
|
|
When using API keys, different models have different pricing. Check your provider's pricing page for current rates.
|