thiennd5751 commited on
Commit
9f6a3c1
·
verified ·
1 Parent(s): c99b262

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +20 -19
librechat.yaml CHANGED
@@ -27,21 +27,21 @@ endpoints:
27
  # deepseek
28
  # https://platform.deepseek.com/api_keys
29
  # Model list: https://platform.deepseek.com/api-docs/pricing
30
- - name: "deepseek"
31
- apiKey: "user_provided"
32
- baseURL: "https://api.deepseek.com"
33
- models:
34
- default: [
35
- "deepseek-chat",
36
- "deepseek-reasoner"
37
- ]
38
- fetch: false
39
- titleConvo: true
40
- titleModel: "deepseek-chat"
41
- summarize: false
42
- summaryModel: "deepseek-chat"
43
- forcePrompt: false
44
- modelDisplayLabel: "DeepSeek"
45
 
46
  # OpenRouter.ai
47
  # Model list: https://openrouter.ai/models
@@ -51,18 +51,19 @@ endpoints:
51
  baseURL: "https://openrouter.ai/api/v1"
52
  models:
53
  default: [
 
 
 
 
 
54
  "openai/gpt-4.1-nano",
55
  "openai/gpt-4o",
56
  "openai/gpt-4.1",
57
- "anthropic/claude-opus-4",
58
- "anthropic/claude-sonnet-4",
59
  "anthropic/claude-3.7-sonnet",
60
  "anthropic/claude-3.7-sonnet:thinking",
61
- "google/gemini-2.5-pro",
62
  "google/gemini-2.5-flash",
63
  "google/gemini-2.5-flash-lite-preview-06-17",
64
  "openai/gpt-4o-search-preview",
65
- "deepseek/deepseek-r1",
66
  "openai/o4-mini-high",
67
  "openai/o3-mini-high",
68
  "openai/o3-mini",
 
27
  # deepseek
28
  # https://platform.deepseek.com/api_keys
29
  # Model list: https://platform.deepseek.com/api-docs/pricing
30
+ # - name: "deepseek"
31
+ # apiKey: "user_provided"
32
+ # baseURL: "https://api.deepseek.com"
33
+ # models:
34
+ # default: [
35
+ # "deepseek-chat",
36
+ # "deepseek-reasoner"
37
+ # ]
38
+ # fetch: false
39
+ # titleConvo: true
40
+ # titleModel: "deepseek-chat"
41
+ # summarize: false
42
+ # summaryModel: "deepseek-chat"
43
+ # forcePrompt: false
44
+ # modelDisplayLabel: "DeepSeek"
45
 
46
  # OpenRouter.ai
47
  # Model list: https://openrouter.ai/models
 
51
  baseURL: "https://openrouter.ai/api/v1"
52
  models:
53
  default: [
54
+ "openai/gpt-5",
55
+ "anthropic/claude-sonnet-4",
56
+ "google/gemini-2.5-pro",
57
+ "deepseek/deepseek-r1-0528",
58
+ "anthropic/claude-opus-4.1",
59
  "openai/gpt-4.1-nano",
60
  "openai/gpt-4o",
61
  "openai/gpt-4.1",
 
 
62
  "anthropic/claude-3.7-sonnet",
63
  "anthropic/claude-3.7-sonnet:thinking",
 
64
  "google/gemini-2.5-flash",
65
  "google/gemini-2.5-flash-lite-preview-06-17",
66
  "openai/gpt-4o-search-preview",
 
67
  "openai/o4-mini-high",
68
  "openai/o3-mini-high",
69
  "openai/o3-mini",