Guru-25 commited on
Commit
6e7d7a6
·
verified ·
1 Parent(s): 619dc44

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +20 -20
librechat.yaml CHANGED
@@ -43,19 +43,21 @@ modelSpecs:
43
  topK: 64
44
  topP: 0.95
45
  maxOutputTokens: 65536
46
- - name: "gemini-2.5-pro-exp-03-25-openrouter"
47
- label: "Gemini 2.5 Pro (experimental)"
48
- iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openrouter.png"
49
- preset:
50
- modelLabel: "Gemini 2.5 Pro"
51
- endpoint: "OpenRouter"
52
- model: "google/gemini-2.5-pro-exp-03-25:free"
53
  - name: "Gemini 2.5 Pro (experimental)"
54
  label: "Gemini 2.5 Pro (experimental)"
55
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/mistral.png"
56
  preset:
57
  endpoint: "agents"
58
  agent_id: "agent_o-J94iEVBVZARI44PTpuH"
 
 
 
 
 
 
 
 
 
59
  - name: "o3-mini-high"
60
  label: "o3-mini-high"
61
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
@@ -65,12 +67,18 @@ modelSpecs:
65
  model: "o3-mini"
66
  max_tokens: 100000
67
  reasoning_effort: "high"
 
 
 
 
 
 
 
 
 
68
 
69
  endpoints:
70
  agents:
71
- allowedProviders:
72
- - "OpenRouter"
73
- - "google"
74
  capabilities:
75
  - "ocr"
76
 
@@ -83,20 +91,12 @@ endpoints:
83
  default:
84
  - gpt-4.1-mini
85
  - o3-mini
 
 
86
  - gpt-4.1-nano
87
  titleConvo: true
88
  titleModel: "gpt-4.1-nano"
89
 
90
- - name: "OpenRouter"
91
- apiKey: "${OPENROUTER_KEY}"
92
- baseURL: "https://openrouter.ai/api/v1"
93
- models:
94
- default:
95
- - google/gemini-2.5-pro-exp-03-25:free
96
- - google/gemini-2.0-flash-exp:free
97
- titleConvo: true
98
- titleModel: "google/gemini-2.0-flash-exp:free"
99
-
100
  - name: "nextchat"
101
  apiKey: "${NEXTCHAT_KEY}"
102
  baseURL: "https://chat.iemon.cfd/api/azure/deployments/gpt-4.1"
 
43
  topK: 64
44
  topP: 0.95
45
  maxOutputTokens: 65536
 
 
 
 
 
 
 
46
  - name: "Gemini 2.5 Pro (experimental)"
47
  label: "Gemini 2.5 Pro (experimental)"
48
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/mistral.png"
49
  preset:
50
  endpoint: "agents"
51
  agent_id: "agent_o-J94iEVBVZARI44PTpuH"
52
+ - name: "o4-mini-high"
53
+ label: "o4-mini-high"
54
+ iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
55
+ preset:
56
+ modelLabel: "o4-mini-high"
57
+ endpoint: "Github Models"
58
+ model: "o4-mini"
59
+ max_tokens: 100000
60
+ reasoning_effort: "high"
61
  - name: "o3-mini-high"
62
  label: "o3-mini-high"
63
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
 
67
  model: "o3-mini"
68
  max_tokens: 100000
69
  reasoning_effort: "high"
70
+ - name: "o3"
71
+ label: "o3"
72
+ iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
73
+ preset:
74
+ modelLabel: "o3"
75
+ endpoint: "Github Models"
76
+ model: "o3"
77
+ max_tokens: 100000
78
+ reasoning_effort: "high"
79
 
80
  endpoints:
81
  agents:
 
 
 
82
  capabilities:
83
  - "ocr"
84
 
 
91
  default:
92
  - gpt-4.1-mini
93
  - o3-mini
94
+ - o4-mini
95
+ - o3
96
  - gpt-4.1-nano
97
  titleConvo: true
98
  titleModel: "gpt-4.1-nano"
99
 
 
 
 
 
 
 
 
 
 
 
100
  - name: "nextchat"
101
  apiKey: "${NEXTCHAT_KEY}"
102
  baseURL: "https://chat.iemon.cfd/api/azure/deployments/gpt-4.1"