update settings for deep research mode

This commit is contained in:
duanfuxiang
2025-03-17 10:40:25 +08:00
parent 4aa321dffc
commit da488f1c39
5 changed files with 82 additions and 24 deletions

View File

@@ -32,7 +32,8 @@ export const OPENROUTER_BASE_URL = 'https://openrouter.ai/api/v1'
export const SILICONFLOW_BASE_URL = 'https://api.siliconflow.cn/v1'
export const ALIBABA_QWEN_BASE_URL = 'https://dashscope.aliyuncs.com/compatible-mode/v1'
export const INFIO_BASE_URL = 'https://api.infio.com/api/raw_message'
export const JINA_BASE_URL = 'https://r.jina.ai'
export const SERPER_BASE_URL = 'https://serpapi.com/search'
// Pricing in dollars per million tokens
type ModelPricing = {
input: number