Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
配置 LibreChat 以使用 AI Sonar 作为自定义 OpenAI 兼容端点
API_KEY=sk-your-api-key
customEndpoints: - name: 'AI Sonar' apiKey: '${API_KEY}' baseURL: 'https://api.aisonar.dev/v1' models: default: - 'gpt-5.5' - 'gpt-5.4' - 'gpt-5.4-mini' - 'claude-opus-4-8' - 'claude-sonnet-5' - 'gemini-3.5-flash' - 'deepseek-v4-pro' - 'deepseek-v4-flash' fetch: true titleConvo: true titleModel: 'gpt-5.4-mini' modelDisplayLabel: 'AI Sonar'