forked from AndraxDev/speak-gpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai_sets.json
142 lines (142 loc) · 6.58 KB
/
ai_sets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[
{
"icon": "gpt.png",
"name": "GPT 3.5 Turbo",
"desc": "GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks.",
"owner": "OpenAI",
"apiEndpoint": "https://api.openai.com/v1/",
"apiEndpointName": "OpenAI",
"model": "gpt-3.5-turbo",
"suggestedChatName": "GPT 3.5 Turbo",
"apiKeyUrl": "https://platform.openai.com/api-keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "GPT 3.5 Turbo"
},
{
"icon": "gpt.png",
"name": "GPT 4 Turbo",
"desc": "GPT-4 Turbo is OpenAI latest generation model. It's more capable, has an updated knowledge cutoff of April 2023 and introduces a 128k context window (the equivalent of 300 pages of text in a single prompt). The model is also 3X cheaper for input tokens and 2X cheaper for output tokens compared to the original GPT-4 model. The maximum number of output tokens for this model is 4096.",
"owner": "OpenAI",
"apiEndpoint": "https://api.openai.com/v1/",
"apiEndpointName": "OpenAI",
"model": "gpt-4-turbo-preview",
"suggestedChatName": "GPT 4 Turbo",
"apiKeyUrl": "https://platform.openai.com/api-keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "GPT 4 Turbo"
},
{
"icon": "gemini.webp",
"name": "Gemini 1.0 Pro",
"desc": "Google's flagship text generation model. Designed to handle natural language tasks, multiturn text and code chat, and code generation.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "google/gemini-pro",
"suggestedChatName": "Chat with Gemini",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gemini",
"assistantName": "Gemini 1.0 Pro"
},
{
"icon": "gemini.webp",
"name": "Gemini 1.5 Pro",
"desc": "Google's latest multimodal model, supporting image and video in text or chat prompts. Optimized for language tasks including code generation, text generation, text editing, problem solving, recommendations, information extraction, data extraction or generation, AI agents.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "google/gemini-pro-1.5",
"suggestedChatName": "Chat with Gemini",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gemini",
"assistantName": "Gemini 1.5 Pro"
},
{
"icon": "perplexity.png",
"name": "Perplexity Online",
"desc": "Sonar is Perplexity's latest model family. It surpasses their earlier models in cost-efficiency, speed, and performance. This is the online version of Sonar 8x7B. It is focused on delivering helpful, up-to-date, and factual responses. This model has access to the Internet.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "perplexity/sonar-medium-online",
"suggestedChatName": "Perplexity Online",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "perplexity",
"assistantName": "Perplexity Online"
},
{
"icon": "claude.webp",
"name": "Claude 3 Opus",
"desc": "Claude 3 Opus is Anthropic's most powerful model for highly complex tasks. It boasts top-level performance, intelligence, fluency, and understanding.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "anthropic/claude-3-opus",
"suggestedChatName": "Claude 3 Opus",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "Claude 3 Opus"
},
{
"icon": "meta.png",
"name": "LLama 3",
"desc": "Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors. This 70B instruct-tuned version was optimized for high quality dialogue use cases. It has demonstrated strong performance compared to leading closed-source models in human evaluations.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "meta-llama/llama-3-70b-instruct",
"suggestedChatName": "LLama 3",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "LLama 3 70B"
},
{
"icon": "meta.png",
"name": "LLama 2",
"desc": "The flagship, 70 billion parameter language model from Meta, fine tuned for chat completions. Llama 2 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align to human preferences for helpfulness and safety.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "meta-llama/llama-2-70b-chat",
"suggestedChatName": "LLama 2",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "LLama 2 70B"
},
{
"icon": "gemma.webp",
"name": "Google Gemma",
"desc": "Gemma by Google is an advanced, open-source language model family, leveraging the latest in decoder-only, text-to-text technology. It offers English language capabilities across text generation tasks like question answering, summarization, and reasoning. The Gemma 7B variant is comparable in performance to leading open source models.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "google/gemma-7b-it",
"suggestedChatName": "Google Gemma",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "Google Gemma"
},
{
"icon": "mistral.png",
"name": "Mistral Large",
"desc": "This is Mistral AI's closed-source, flagship model. It's powered by a closed-source prototype and excels at reasoning, code, JSON, chat, and more.",
"owner": "OpenRouter",
"apiEndpoint": "https://openrouter.ai/api/v1/",
"apiEndpointName": "OpenRouter",
"model": "mistralai/mistral-large",
"suggestedChatName": "Mistral Large",
"apiKeyUrl": "https://openrouter.ai/keys",
"avatarType": "builtin",
"avatarId": "gpt",
"assistantName": "Mistral Large"
}
]