open models docs
This commit is contained in:
parent
fc90bc740d
commit
237e227b2a
|
|
@ -18,11 +18,11 @@ RA.Aid supports these model providers:
|
||||||
|
|
||||||
| Provider | Description | Key Features |
|
| Provider | Description | Key Features |
|
||||||
|----------|-------------|--------------|
|
|----------|-------------|--------------|
|
||||||
| DeepSeek | Specialized reasoning models | High performance on complex tasks |
|
| DeepSeek | Chinese hedge fund who creates sophisticated LLMs | Strong, open models like R1 |
|
||||||
| OpenRouter | Gateway to multiple open models | Wide model selection |
|
| OpenRouter | Multi-model gateway service | Access to 100+ models, unified API interface, pay-per-token |
|
||||||
| OpenAI-compatible | API-compatible endpoints | Use with compatible hosting |
|
| OpenAI-compatible | Self-hosted model endpoints | Compatible with Llama, Mistral and other open models |
|
||||||
| Anthropic | Claude model family | Strong reasoning capabilities |
|
| Anthropic | Claude model series | 200k token context, strong tool use, JSON/XML parsing |
|
||||||
| Gemini | Google AI models | Competitive performance |
|
| Gemini | Google's multimodal models | Code generation in 20+ languages, parallel request support |
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="setup" label="Quick Setup">
|
<TabItem value="setup" label="Quick Setup">
|
||||||
|
|
@ -116,11 +116,11 @@ ra-aid -m "Your task" --provider openai-compatible --model your-model-name
|
||||||
## Advanced Configuration
|
## Advanced Configuration
|
||||||
|
|
||||||
<Tabs groupId="advanced-config">
|
<Tabs groupId="advanced-config">
|
||||||
<TabItem value="expert" label="Expert Mode">
|
<TabItem value="expert" label="Expert Model">
|
||||||
|
|
||||||
### Expert Tool Configuration
|
### Expert Tool Configuration
|
||||||
|
|
||||||
Configure the expert tool for specialized tasks:
|
Configure the expert model for specialized tasks; this usually benefits from a more powerful, slower, reasoning model:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# DeepSeek expert
|
# DeepSeek expert
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue