mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-29 19:15:39 +00:00
Merge branch 'main' into model-edge-case-fix
This commit is contained in:
commit
4a8a55e87b
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ Eigent supports the following BYOK providers:
|
|||
| Provider | Default API Host | Official Documentation |
|
||||
| --------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
||||
| **OpenAI** | `https://api.openai.com/v1` | [OpenAI API Docs](https://platform.openai.com/docs/api-reference) |
|
||||
| **Anthropic** | `https://api.anthropic.com/v1/` | [Anthropic API Docs](https://docs.anthropic.com/en/api/getting-started) |
|
||||
| **Anthropic** | `https://api.anthropic.com/` | [Anthropic API Docs](https://docs.anthropic.com/en/api/getting-started) |
|
||||
| **Google Gemini** | `https://generativelanguage.googleapis.com/v1beta/openai/` | [Gemini API Docs](https://ai.google.dev/gemini-api/docs) |
|
||||
| **OpenRouter** | `https://openrouter.ai/api/v1` | [OpenRouter Docs](https://openrouter.ai/docs) |
|
||||
| **Qwen (Alibaba)** | `https://dashscope.aliyuncs.com/compatible-mode/v1` | [Qwen API Docs](https://help.aliyun.com/zh/dashscope/developer-reference/api-details) |
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export const INIT_PROVODERS: Provider[] = [
|
|||
id: 'anthropic',
|
||||
name: 'Anthropic',
|
||||
apiKey: '',
|
||||
apiHost: 'https://api.anthropic.com/v1/',
|
||||
apiHost: 'https://api.anthropic.com',
|
||||
description: 'Anthropic Claude API configuration',
|
||||
is_valid: false,
|
||||
model_type: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue