2024-02-24 02:18:58 +01:00
|
|
|
const MODELS = {
|
|
|
|
"openrouter/auto": {
|
|
|
|
id: "openrouter/auto",
|
|
|
|
name: "Auto (best for prompt)",
|
|
|
|
organization: "Openrouter",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
|
|
|
"nousresearch/nous-capybara-7b:free": {
|
|
|
|
id: "nousresearch/nous-capybara-7b:free",
|
|
|
|
name: "Nous: Capybara 7B (free)",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-7b-instruct:free": {
|
|
|
|
id: "mistralai/mistral-7b-instruct:free",
|
|
|
|
name: "Mistral 7B Instruct (free)",
|
|
|
|
organization: "Mistralai",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"openchat/openchat-7b:free": {
|
|
|
|
id: "openchat/openchat-7b:free",
|
|
|
|
name: "OpenChat 3.5 (free)",
|
|
|
|
organization: "Openchat",
|
2024-02-24 02:18:58 +01:00
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"gryphe/mythomist-7b:free": {
|
|
|
|
id: "gryphe/mythomist-7b:free",
|
|
|
|
name: "MythoMist 7B (free)",
|
|
|
|
organization: "Gryphe",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"undi95/toppy-m-7b:free": {
|
|
|
|
id: "undi95/toppy-m-7b:free",
|
|
|
|
name: "Toppy M 7B (free)",
|
|
|
|
organization: "Undi95",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"openrouter/cinematika-7b:free": {
|
|
|
|
id: "openrouter/cinematika-7b:free",
|
|
|
|
name: "Cinematika 7B (alpha) (free)",
|
|
|
|
organization: "Openrouter",
|
|
|
|
maxLength: 8000,
|
|
|
|
},
|
|
|
|
"google/gemma-7b-it:free": {
|
|
|
|
id: "google/gemma-7b-it:free",
|
|
|
|
name: "Google: Gemma 7B (free)",
|
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 8192,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"jebcarter/psyfighter-13b": {
|
|
|
|
id: "jebcarter/psyfighter-13b",
|
|
|
|
name: "Psyfighter 13B",
|
|
|
|
organization: "Jebcarter",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"koboldai/psyfighter-13b-2": {
|
|
|
|
id: "koboldai/psyfighter-13b-2",
|
|
|
|
name: "Psyfighter v2 13B",
|
|
|
|
organization: "Koboldai",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"intel/neural-chat-7b": {
|
|
|
|
id: "intel/neural-chat-7b",
|
|
|
|
name: "Neural Chat 7B v3.1",
|
|
|
|
organization: "Intel",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"haotian-liu/llava-13b": {
|
|
|
|
id: "haotian-liu/llava-13b",
|
|
|
|
name: "Llava 13B",
|
|
|
|
organization: "Haotian-liu",
|
|
|
|
maxLength: 2048,
|
|
|
|
},
|
|
|
|
"nousresearch/nous-hermes-2-vision-7b": {
|
|
|
|
id: "nousresearch/nous-hermes-2-vision-7b",
|
|
|
|
name: "Nous: Hermes 2 Vision 7B (alpha)",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"meta-llama/llama-2-13b-chat": {
|
|
|
|
id: "meta-llama/llama-2-13b-chat",
|
|
|
|
name: "Meta: Llama v2 13B Chat",
|
|
|
|
organization: "Meta-llama",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"migtissera/synthia-70b": {
|
|
|
|
id: "migtissera/synthia-70b",
|
|
|
|
name: "Synthia 70B",
|
|
|
|
organization: "Migtissera",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"pygmalionai/mythalion-13b": {
|
|
|
|
id: "pygmalionai/mythalion-13b",
|
|
|
|
name: "Pygmalion: Mythalion 13B",
|
|
|
|
organization: "Pygmalionai",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"xwin-lm/xwin-lm-70b": {
|
|
|
|
id: "xwin-lm/xwin-lm-70b",
|
|
|
|
name: "Xwin 70B",
|
|
|
|
organization: "Xwin-lm",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"alpindale/goliath-120b": {
|
|
|
|
id: "alpindale/goliath-120b",
|
|
|
|
name: "Goliath 120B",
|
|
|
|
organization: "Alpindale",
|
|
|
|
maxLength: 6144,
|
|
|
|
},
|
|
|
|
"neversleep/noromaid-20b": {
|
|
|
|
id: "neversleep/noromaid-20b",
|
|
|
|
name: "Noromaid 20B",
|
|
|
|
organization: "Neversleep",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"gryphe/mythomist-7b": {
|
|
|
|
id: "gryphe/mythomist-7b",
|
|
|
|
name: "MythoMist 7B",
|
|
|
|
organization: "Gryphe",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"sophosympatheia/midnight-rose-70b": {
|
|
|
|
id: "sophosympatheia/midnight-rose-70b",
|
|
|
|
name: "Midnight Rose 70B",
|
|
|
|
organization: "Sophosympatheia",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"undi95/remm-slerp-l2-13b:extended": {
|
|
|
|
id: "undi95/remm-slerp-l2-13b:extended",
|
|
|
|
name: "ReMM SLERP 13B (extended)",
|
|
|
|
organization: "Undi95",
|
|
|
|
maxLength: 6144,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"mancer/weaver": {
|
|
|
|
id: "mancer/weaver",
|
|
|
|
name: "Mancer: Weaver (alpha)",
|
|
|
|
organization: "Mancer",
|
|
|
|
maxLength: 8000,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"nousresearch/nous-hermes-llama2-13b": {
|
|
|
|
id: "nousresearch/nous-hermes-llama2-13b",
|
|
|
|
name: "Nous: Hermes 13B",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"nousresearch/nous-capybara-7b": {
|
|
|
|
id: "nousresearch/nous-capybara-7b",
|
|
|
|
name: "Nous: Capybara 7B",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"meta-llama/codellama-34b-instruct": {
|
|
|
|
id: "meta-llama/codellama-34b-instruct",
|
|
|
|
name: "Meta: CodeLlama 34B Instruct",
|
|
|
|
organization: "Meta-llama",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"codellama/codellama-70b-instruct": {
|
|
|
|
id: "codellama/codellama-70b-instruct",
|
|
|
|
name: "Meta: CodeLlama 70B Instruct",
|
|
|
|
organization: "Codellama",
|
|
|
|
maxLength: 2048,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"phind/phind-codellama-34b": {
|
|
|
|
id: "phind/phind-codellama-34b",
|
|
|
|
name: "Phind: CodeLlama 34B v2",
|
|
|
|
organization: "Phind",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"teknium/openhermes-2-mistral-7b": {
|
|
|
|
id: "teknium/openhermes-2-mistral-7b",
|
|
|
|
name: "OpenHermes 2 Mistral 7B",
|
|
|
|
organization: "Teknium",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"teknium/openhermes-2.5-mistral-7b": {
|
|
|
|
id: "teknium/openhermes-2.5-mistral-7b",
|
|
|
|
name: "OpenHermes 2.5 Mistral 7B",
|
|
|
|
organization: "Teknium",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"undi95/remm-slerp-l2-13b": {
|
|
|
|
id: "undi95/remm-slerp-l2-13b",
|
|
|
|
name: "ReMM SLERP 13B",
|
|
|
|
organization: "Undi95",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"openrouter/cinematika-7b": {
|
|
|
|
id: "openrouter/cinematika-7b",
|
|
|
|
name: "Cinematika 7B (alpha)",
|
|
|
|
organization: "Openrouter",
|
|
|
|
maxLength: 8000,
|
|
|
|
},
|
|
|
|
"01-ai/yi-34b-chat": {
|
|
|
|
id: "01-ai/yi-34b-chat",
|
|
|
|
name: "Yi 34B Chat",
|
|
|
|
organization: "01-ai",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"01-ai/yi-34b": {
|
|
|
|
id: "01-ai/yi-34b",
|
|
|
|
name: "Yi 34B (base)",
|
|
|
|
organization: "01-ai",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"01-ai/yi-6b": {
|
|
|
|
id: "01-ai/yi-6b",
|
|
|
|
name: "Yi 6B (base)",
|
|
|
|
organization: "01-ai",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"togethercomputer/stripedhyena-nous-7b": {
|
|
|
|
id: "togethercomputer/stripedhyena-nous-7b",
|
|
|
|
name: "StripedHyena Nous 7B",
|
|
|
|
organization: "Togethercomputer",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"togethercomputer/stripedhyena-hessian-7b": {
|
|
|
|
id: "togethercomputer/stripedhyena-hessian-7b",
|
|
|
|
name: "StripedHyena Hessian 7B (base)",
|
|
|
|
organization: "Togethercomputer",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"mistralai/mixtral-8x7b": {
|
|
|
|
id: "mistralai/mixtral-8x7b",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Mixtral 8x7B (base)",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"nousresearch/nous-hermes-yi-34b": {
|
|
|
|
id: "nousresearch/nous-hermes-yi-34b",
|
|
|
|
name: "Nous: Hermes 2 Yi 34B",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"nousresearch/nous-hermes-2-mixtral-8x7b-sft": {
|
|
|
|
id: "nousresearch/nous-hermes-2-mixtral-8x7b-sft",
|
|
|
|
name: "Nous: Hermes 2 Mixtral 8x7B SFT",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"nousresearch/nous-hermes-2-mistral-7b-dpo": {
|
|
|
|
id: "nousresearch/nous-hermes-2-mistral-7b-dpo",
|
|
|
|
name: "Nous: Hermes 2 Mistral 7B DPO",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"open-orca/mistral-7b-openorca": {
|
|
|
|
id: "open-orca/mistral-7b-openorca",
|
|
|
|
name: "Mistral OpenOrca 7B",
|
|
|
|
organization: "Open-orca",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"huggingfaceh4/zephyr-7b-beta": {
|
|
|
|
id: "huggingfaceh4/zephyr-7b-beta",
|
|
|
|
name: "Hugging Face: Zephyr 7B",
|
|
|
|
organization: "Huggingfaceh4",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo": {
|
|
|
|
id: "openai/gpt-3.5-turbo",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo",
|
|
|
|
organization: "Openai",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 16385,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo-0125": {
|
|
|
|
id: "openai/gpt-3.5-turbo-0125",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo 16k",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 16385,
|
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo-1106": {
|
|
|
|
id: "openai/gpt-3.5-turbo-1106",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo 16k (older v1106)",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 16385,
|
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo-0613": {
|
|
|
|
id: "openai/gpt-3.5-turbo-0613",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo (older v0613)",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 4095,
|
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo-0301": {
|
|
|
|
id: "openai/gpt-3.5-turbo-0301",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo (older v0301)",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 4095,
|
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo-16k": {
|
|
|
|
id: "openai/gpt-3.5-turbo-16k",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo 16k",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 16385,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"openai/gpt-4-turbo": {
|
|
|
|
id: "openai/gpt-4-turbo",
|
|
|
|
name: "OpenAI: GPT-4 Turbo",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"openai/gpt-4-turbo-preview": {
|
|
|
|
id: "openai/gpt-4-turbo-preview",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "OpenAI: GPT-4 Turbo Preview",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
|
|
|
"openai/gpt-4-1106-preview": {
|
|
|
|
id: "openai/gpt-4-1106-preview",
|
|
|
|
name: "OpenAI: GPT-4 Turbo (older v1106)",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
|
|
|
"openai/gpt-4": {
|
|
|
|
id: "openai/gpt-4",
|
|
|
|
name: "OpenAI: GPT-4",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 8191,
|
|
|
|
},
|
|
|
|
"openai/gpt-4-0314": {
|
|
|
|
id: "openai/gpt-4-0314",
|
|
|
|
name: "OpenAI: GPT-4 (older v0314)",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 8191,
|
|
|
|
},
|
|
|
|
"openai/gpt-4-32k": {
|
|
|
|
id: "openai/gpt-4-32k",
|
|
|
|
name: "OpenAI: GPT-4 32k",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 32767,
|
|
|
|
},
|
|
|
|
"openai/gpt-4-32k-0314": {
|
|
|
|
id: "openai/gpt-4-32k-0314",
|
|
|
|
name: "OpenAI: GPT-4 32k (older v0314)",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 32767,
|
|
|
|
},
|
|
|
|
"openai/gpt-4-vision-preview": {
|
|
|
|
id: "openai/gpt-4-vision-preview",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "OpenAI: GPT-4 Vision",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
|
|
|
"openai/gpt-3.5-turbo-instruct": {
|
|
|
|
id: "openai/gpt-3.5-turbo-instruct",
|
|
|
|
name: "OpenAI: GPT-3.5 Turbo Instruct",
|
|
|
|
organization: "Openai",
|
|
|
|
maxLength: 4095,
|
|
|
|
},
|
|
|
|
"google/palm-2-chat-bison": {
|
|
|
|
id: "google/palm-2-chat-bison",
|
|
|
|
name: "Google: PaLM 2 Chat",
|
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 25804,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"google/palm-2-codechat-bison": {
|
|
|
|
id: "google/palm-2-codechat-bison",
|
|
|
|
name: "Google: PaLM 2 Code Chat",
|
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 20070,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"google/palm-2-chat-bison-32k": {
|
|
|
|
id: "google/palm-2-chat-bison-32k",
|
|
|
|
name: "Google: PaLM 2 Chat 32k",
|
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 91750,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"google/palm-2-codechat-bison-32k": {
|
|
|
|
id: "google/palm-2-codechat-bison-32k",
|
|
|
|
name: "Google: PaLM 2 Code Chat 32k",
|
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 91750,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"google/gemini-pro": {
|
|
|
|
id: "google/gemini-pro",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Google: Gemini Pro 1.0",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 91728,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"google/gemini-pro-vision": {
|
|
|
|
id: "google/gemini-pro-vision",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Google: Gemini Pro Vision 1.0",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 45875,
|
|
|
|
},
|
|
|
|
"google/gemini-pro-1.5": {
|
|
|
|
id: "google/gemini-pro-1.5",
|
|
|
|
name: "Google: Gemini Pro 1.5 (preview)",
|
|
|
|
organization: "Google",
|
|
|
|
maxLength: 2800000,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"perplexity/pplx-70b-online": {
|
|
|
|
id: "perplexity/pplx-70b-online",
|
|
|
|
name: "Perplexity: PPLX 70B Online",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"perplexity/pplx-7b-online": {
|
|
|
|
id: "perplexity/pplx-7b-online",
|
|
|
|
name: "Perplexity: PPLX 7B Online",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"perplexity/pplx-7b-chat": {
|
|
|
|
id: "perplexity/pplx-7b-chat",
|
|
|
|
name: "Perplexity: PPLX 7B Chat",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"perplexity/pplx-70b-chat": {
|
|
|
|
id: "perplexity/pplx-70b-chat",
|
|
|
|
name: "Perplexity: PPLX 70B Chat",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"perplexity/sonar-small-chat": {
|
|
|
|
id: "perplexity/sonar-small-chat",
|
|
|
|
name: "Perplexity: Sonar 7B",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 16384,
|
|
|
|
},
|
|
|
|
"perplexity/sonar-medium-chat": {
|
|
|
|
id: "perplexity/sonar-medium-chat",
|
|
|
|
name: "Perplexity: Sonar 8x7B",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 16384,
|
|
|
|
},
|
|
|
|
"perplexity/sonar-small-online": {
|
|
|
|
id: "perplexity/sonar-small-online",
|
|
|
|
name: "Perplexity: Sonar 7B Online",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 12000,
|
|
|
|
},
|
|
|
|
"perplexity/sonar-medium-online": {
|
|
|
|
id: "perplexity/sonar-medium-online",
|
|
|
|
name: "Perplexity: Sonar 8x7B Online",
|
|
|
|
organization: "Perplexity",
|
|
|
|
maxLength: 12000,
|
|
|
|
},
|
|
|
|
"fireworks/mixtral-8x22b-instruct-preview": {
|
|
|
|
id: "fireworks/mixtral-8x22b-instruct-preview",
|
|
|
|
name: "Fireworks Mixtral 8x22B Instruct OH (preview)",
|
|
|
|
organization: "Fireworks",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"anthropic/claude-3-opus": {
|
|
|
|
id: "anthropic/claude-3-opus",
|
|
|
|
name: "Anthropic: Claude 3 Opus",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-3-sonnet": {
|
|
|
|
id: "anthropic/claude-3-sonnet",
|
|
|
|
name: "Anthropic: Claude 3 Sonnet",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-3-haiku": {
|
|
|
|
id: "anthropic/claude-3-haiku",
|
|
|
|
name: "Anthropic: Claude 3 Haiku",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-3-opus:beta": {
|
|
|
|
id: "anthropic/claude-3-opus:beta",
|
|
|
|
name: "Anthropic: Claude 3 Opus (self-moderated)",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-3-sonnet:beta": {
|
|
|
|
id: "anthropic/claude-3-sonnet:beta",
|
|
|
|
name: "Anthropic: Claude 3 Sonnet (self-moderated)",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-3-haiku:beta": {
|
|
|
|
id: "anthropic/claude-3-haiku:beta",
|
|
|
|
name: "Anthropic: Claude 3 Haiku (self-moderated)",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"meta-llama/llama-2-70b-chat": {
|
|
|
|
id: "meta-llama/llama-2-70b-chat",
|
|
|
|
name: "Meta: Llama v2 70B Chat",
|
|
|
|
organization: "Meta-llama",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"nousresearch/nous-capybara-34b": {
|
|
|
|
id: "nousresearch/nous-capybara-34b",
|
|
|
|
name: "Nous: Capybara 34B",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"jondurbin/airoboros-l2-70b": {
|
|
|
|
id: "jondurbin/airoboros-l2-70b",
|
|
|
|
name: "Airoboros 70B",
|
|
|
|
organization: "Jondurbin",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"jondurbin/bagel-34b": {
|
|
|
|
id: "jondurbin/bagel-34b",
|
|
|
|
name: "Bagel 34B v0.2",
|
|
|
|
organization: "Jondurbin",
|
|
|
|
maxLength: 8000,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"austism/chronos-hermes-13b": {
|
|
|
|
id: "austism/chronos-hermes-13b",
|
|
|
|
name: "Chronos Hermes 13B v2",
|
|
|
|
organization: "Austism",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-7b-instruct": {
|
|
|
|
id: "mistralai/mistral-7b-instruct",
|
|
|
|
name: "Mistral 7B Instruct",
|
|
|
|
organization: "Mistralai",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"gryphe/mythomax-l2-13b": {
|
|
|
|
id: "gryphe/mythomax-l2-13b",
|
|
|
|
name: "MythoMax 13B",
|
|
|
|
organization: "Gryphe",
|
|
|
|
maxLength: 4096,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"openchat/openchat-7b": {
|
|
|
|
id: "openchat/openchat-7b",
|
|
|
|
name: "OpenChat 3.5",
|
|
|
|
organization: "Openchat",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"undi95/toppy-m-7b": {
|
|
|
|
id: "undi95/toppy-m-7b",
|
|
|
|
name: "Toppy M 7B",
|
|
|
|
organization: "Undi95",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"lizpreciatior/lzlv-70b-fp16-hf": {
|
|
|
|
id: "lizpreciatior/lzlv-70b-fp16-hf",
|
|
|
|
name: "lzlv 70B",
|
|
|
|
organization: "Lizpreciatior",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"mistralai/mixtral-8x7b-instruct": {
|
|
|
|
id: "mistralai/mixtral-8x7b-instruct",
|
|
|
|
name: "Mixtral 8x7B Instruct",
|
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"cognitivecomputations/dolphin-mixtral-8x7b": {
|
|
|
|
id: "cognitivecomputations/dolphin-mixtral-8x7b",
|
|
|
|
name: "Dolphin 2.6 Mixtral 8x7B 🐬",
|
|
|
|
organization: "Cognitivecomputations",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"neversleep/noromaid-mixtral-8x7b-instruct": {
|
|
|
|
id: "neversleep/noromaid-mixtral-8x7b-instruct",
|
|
|
|
name: "Noromaid Mixtral 8x7B Instruct",
|
|
|
|
organization: "Neversleep",
|
|
|
|
maxLength: 8000,
|
|
|
|
},
|
|
|
|
"nousresearch/nous-hermes-2-mixtral-8x7b-dpo": {
|
|
|
|
id: "nousresearch/nous-hermes-2-mixtral-8x7b-dpo",
|
|
|
|
name: "Nous: Hermes 2 Mixtral 8x7B DPO",
|
|
|
|
organization: "Nousresearch",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"rwkv/rwkv-5-world-3b": {
|
|
|
|
id: "rwkv/rwkv-5-world-3b",
|
|
|
|
name: "RWKV v5 World 3B",
|
|
|
|
organization: "Rwkv",
|
|
|
|
maxLength: 10000,
|
|
|
|
},
|
|
|
|
"recursal/rwkv-5-3b-ai-town": {
|
|
|
|
id: "recursal/rwkv-5-3b-ai-town",
|
|
|
|
name: "RWKV v5 3B AI Town",
|
|
|
|
organization: "Recursal",
|
|
|
|
maxLength: 10000,
|
|
|
|
},
|
|
|
|
"recursal/eagle-7b": {
|
|
|
|
id: "recursal/eagle-7b",
|
|
|
|
name: "RWKV v5: Eagle 7B",
|
|
|
|
organization: "Recursal",
|
|
|
|
maxLength: 10000,
|
|
|
|
},
|
|
|
|
"google/gemma-7b-it": {
|
|
|
|
id: "google/gemma-7b-it",
|
|
|
|
name: "Google: Gemma 7B",
|
|
|
|
organization: "Google",
|
2024-04-14 21:55:21 +02:00
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"databricks/dbrx-instruct": {
|
|
|
|
id: "databricks/dbrx-instruct",
|
|
|
|
name: "Databricks: DBRX 132B Instruct",
|
|
|
|
organization: "Databricks",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"huggingfaceh4/zephyr-orpo-141b-a35b": {
|
|
|
|
id: "huggingfaceh4/zephyr-orpo-141b-a35b",
|
|
|
|
name: "Zephyr 141B-A35B",
|
|
|
|
organization: "Huggingfaceh4",
|
|
|
|
maxLength: 65536,
|
2024-02-24 02:18:58 +01:00
|
|
|
},
|
|
|
|
"anthropic/claude-2": {
|
|
|
|
id: "anthropic/claude-2",
|
|
|
|
name: "Anthropic: Claude v2",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-2.1": {
|
|
|
|
id: "anthropic/claude-2.1",
|
|
|
|
name: "Anthropic: Claude v2.1",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-2.0": {
|
|
|
|
id: "anthropic/claude-2.0",
|
|
|
|
name: "Anthropic: Claude v2.0",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-instant-1": {
|
|
|
|
id: "anthropic/claude-instant-1",
|
|
|
|
name: "Anthropic: Claude Instant v1",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-instant-1.2": {
|
|
|
|
id: "anthropic/claude-instant-1.2",
|
|
|
|
name: "Anthropic: Claude Instant v1.2",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-1": {
|
|
|
|
id: "anthropic/claude-1",
|
|
|
|
name: "Anthropic: Claude v1",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-1.2": {
|
|
|
|
id: "anthropic/claude-1.2",
|
|
|
|
name: "Anthropic: Claude (older v1)",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-instant-1.0": {
|
|
|
|
id: "anthropic/claude-instant-1.0",
|
|
|
|
name: "Anthropic: Claude Instant (older v1)",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-instant-1.1": {
|
|
|
|
id: "anthropic/claude-instant-1.1",
|
|
|
|
name: "Anthropic: Claude Instant (older v1.1)",
|
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-2:beta": {
|
|
|
|
id: "anthropic/claude-2:beta",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Anthropic: Claude v2 (self-moderated)",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-2.1:beta": {
|
|
|
|
id: "anthropic/claude-2.1:beta",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Anthropic: Claude v2.1 (self-moderated)",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 200000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-2.0:beta": {
|
|
|
|
id: "anthropic/claude-2.0:beta",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Anthropic: Claude v2.0 (self-moderated)",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
|
|
|
"anthropic/claude-instant-1:beta": {
|
|
|
|
id: "anthropic/claude-instant-1:beta",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Anthropic: Claude Instant v1 (self-moderated)",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Anthropic",
|
|
|
|
maxLength: 100000,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"mistralai/mixtral-8x22b": {
|
|
|
|
id: "mistralai/mixtral-8x22b",
|
|
|
|
name: "Mistral: Mixtral 8x22B (base)",
|
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 65536,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
"huggingfaceh4/zephyr-7b-beta:free": {
|
|
|
|
id: "huggingfaceh4/zephyr-7b-beta:free",
|
|
|
|
name: "Hugging Face: Zephyr 7B (free)",
|
|
|
|
organization: "Huggingfaceh4",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"mistralai/mixtral-8x7b-instruct:nitro": {
|
|
|
|
id: "mistralai/mixtral-8x7b-instruct:nitro",
|
|
|
|
name: "Mixtral 8x7B Instruct (nitro)",
|
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"meta-llama/llama-2-70b-chat:nitro": {
|
|
|
|
id: "meta-llama/llama-2-70b-chat:nitro",
|
|
|
|
name: "Meta: Llama v2 70B Chat (nitro)",
|
|
|
|
organization: "Meta-llama",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"gryphe/mythomax-l2-13b:nitro": {
|
|
|
|
id: "gryphe/mythomax-l2-13b:nitro",
|
|
|
|
name: "MythoMax 13B (nitro)",
|
|
|
|
organization: "Gryphe",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-7b-instruct:nitro": {
|
|
|
|
id: "mistralai/mistral-7b-instruct:nitro",
|
|
|
|
name: "Mistral 7B Instruct (nitro)",
|
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"google/gemma-7b-it:nitro": {
|
|
|
|
id: "google/gemma-7b-it:nitro",
|
|
|
|
name: "Google: Gemma 7B (nitro)",
|
|
|
|
organization: "Google",
|
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"databricks/dbrx-instruct:nitro": {
|
|
|
|
id: "databricks/dbrx-instruct:nitro",
|
|
|
|
name: "Databricks: DBRX 132B Instruct (nitro)",
|
|
|
|
organization: "Databricks",
|
|
|
|
maxLength: 32768,
|
|
|
|
},
|
|
|
|
"gryphe/mythomax-l2-13b:extended": {
|
|
|
|
id: "gryphe/mythomax-l2-13b:extended",
|
|
|
|
name: "MythoMax 13B (extended)",
|
|
|
|
organization: "Gryphe",
|
2024-02-24 02:18:58 +01:00
|
|
|
maxLength: 8192,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-tiny": {
|
|
|
|
id: "mistralai/mistral-tiny",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Mistral Tiny",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-small": {
|
|
|
|
id: "mistralai/mistral-small",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Mistral Small",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-medium": {
|
|
|
|
id: "mistralai/mistral-medium",
|
2024-04-14 21:55:21 +02:00
|
|
|
name: "Mistral Medium",
|
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
|
|
|
"mistralai/mistral-large": {
|
|
|
|
id: "mistralai/mistral-large",
|
|
|
|
name: "Mistral Large",
|
2024-02-24 02:18:58 +01:00
|
|
|
organization: "Mistralai",
|
|
|
|
maxLength: 32000,
|
|
|
|
},
|
2024-04-14 21:55:21 +02:00
|
|
|
"cohere/command": {
|
|
|
|
id: "cohere/command",
|
|
|
|
name: "Cohere: Command",
|
|
|
|
organization: "Cohere",
|
|
|
|
maxLength: 4096,
|
|
|
|
},
|
|
|
|
"cohere/command-r": {
|
|
|
|
id: "cohere/command-r",
|
|
|
|
name: "Cohere: Command R",
|
|
|
|
organization: "Cohere",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
|
|
|
"cohere/command-r-plus": {
|
|
|
|
id: "cohere/command-r-plus",
|
|
|
|
name: "Cohere: Command R+",
|
|
|
|
organization: "Cohere",
|
|
|
|
maxLength: 128000,
|
|
|
|
},
|
2024-02-24 02:18:58 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
module.exports.MODELS = MODELS;
|