|
|
|
version: "1.0" |
|
|
|
|
|
cache: true |
|
|
|
|
|
endpoints: |
|
custom: |
|
|
|
- name: 'groq' |
|
|
|
apiKey: '${GROQ_API_KEY}' |
|
baseURL: 'https://api.groq.com/openai/v1/' |
|
models: |
|
default: |
|
[ |
|
'llama3-70b-8192', |
|
'llama3-8b-8192', |
|
'mixtral-8x7b-32768', |
|
'gemma-7b-it', |
|
] |
|
fetch: true |
|
titleConvo: true |
|
titleModel: 'mixtral-8x7b-32768' |
|
modelDisplayLabel: 'groq' |
|
|
|
- name: 'OpenRouter' |
|
apiKey: '${OPENROUTER_KEY}' |
|
baseURL: 'https://openrouter.ai/api/v1' |
|
models: |
|
default: |
|
[ |
|
'qwen/qwen-2-7b-instruct:free', |
|
'meta-llama/llama-3.1-8b-instruct:free', |
|
'google/gemma-2-9b-it:free', |
|
'microsoft/phi-3-mini-128k-instruct:free', |
|
'microsoft/phi-3-medium-128k-instruct:free', |
|
'meta-llama/llama-3-8b-instruct:free', |
|
'openchat/openchat-7b:free', |
|
'gryphe/mythomist-7b:free', |
|
'undi95/toppy-m-7b:free', |
|
'huggingfaceh4/zephyr-7b-beta:free', |
|
'mistralai/mistral-7b-instruct:free', |
|
'mattshumer/reflection-70b:free', |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: 'mattshumer/reflection-70b:free' |
|
|
|
dropParams: ['stop'] |
|
modelDisplayLabel: 'OpenRouter' |
|
|
|
- name: "cohere" |
|
apiKey: "${COHERE_API_KEY}" |
|
baseURL: "https://api.cohere.ai/v1" |
|
models: |
|
default: |
|
[ |
|
"command-r", |
|
"command-r-plus", |
|
"command-light", |
|
"command-light-nightly", |
|
"command", |
|
"command-nightly" |
|
] |
|
fetch: true |
|
titleConvo: true |
|
titleModel: "command-r-plus" |
|
modelDisplayLabel: "cohere" |
|
|
|
- name: 'NewApi' |
|
apiKey: '${NEWAPI_API_KEY}' |
|
baseURL: 'https://newapi.tx88.eu.org/v1' |
|
models: |
|
default: [ |
|
"gpt-4o-mini", |
|
"gpt-4o", |
|
"chatgpt-4o-latest", |
|
"o1-mini", |
|
"claude-3-5-sonnet-20240620", |
|
"claude-3-5-sonnet-20241022", |
|
"gemini-2.0-flash-thinking-exp-1219", |
|
"gemini-2.0-flash-exp", |
|
"gemini-exp-1206" |
|
] |
|
fetch: true |
|
titleConvo: true |
|
titleModel: "gpt-4o-mini" |
|
modelDisplayLabel: "NewApi" |
|
|