@llmgateway/models 1.16.0 → 1.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,161 +0,0 @@
1
- export declare const routewayModels: [{
2
- readonly id: "deepseek-r1t2-chimera-free";
3
- readonly name: "DeepSeek R1T2 Chimera (Free)";
4
- readonly description: "Free DeepSeek R1T2 Chimera for testing.";
5
- readonly family: "deepseek";
6
- readonly free: true;
7
- readonly releasedAt: Date;
8
- readonly providers: [{
9
- readonly providerId: "routeway";
10
- readonly modelName: "deepseek-r1t2-chimera:free";
11
- readonly inputPrice: number;
12
- readonly outputPrice: number;
13
- readonly requestPrice: 0;
14
- readonly contextSize: 163840;
15
- readonly maxOutput: undefined;
16
- readonly streaming: true;
17
- readonly vision: false;
18
- readonly tools: false;
19
- readonly jsonOutput: true;
20
- }];
21
- }, {
22
- readonly id: "glm-4.5-air-free";
23
- readonly name: "GLM-4.5 Air (Free)";
24
- readonly description: "Free GLM-4.5 Air model.";
25
- readonly family: "glm";
26
- readonly free: true;
27
- readonly releasedAt: Date;
28
- readonly providers: [{
29
- readonly providerId: "routeway";
30
- readonly modelName: "glm-4.5-air:free";
31
- readonly inputPrice: number;
32
- readonly outputPrice: number;
33
- readonly requestPrice: 0;
34
- readonly contextSize: 131072;
35
- readonly maxOutput: undefined;
36
- readonly streaming: true;
37
- readonly vision: false;
38
- readonly tools: false;
39
- readonly jsonOutput: true;
40
- }];
41
- }, {
42
- readonly id: "kimi-k2-0905-free";
43
- readonly name: "Kimi Dev 0905 (Free)";
44
- readonly description: "Free Kimi K2 0905";
45
- readonly family: "kimi";
46
- readonly free: true;
47
- readonly releasedAt: Date;
48
- readonly providers: [{
49
- readonly providerId: "routeway";
50
- readonly modelName: "kimi-k2-0905:free";
51
- readonly inputPrice: number;
52
- readonly outputPrice: number;
53
- readonly requestPrice: 0;
54
- readonly contextSize: 131000;
55
- readonly maxOutput: undefined;
56
- readonly streaming: true;
57
- readonly vision: false;
58
- readonly tools: false;
59
- readonly jsonOutput: true;
60
- }];
61
- }, {
62
- readonly id: "gpt-oss-20b-free";
63
- readonly name: "GPT OSS 20B (Free)";
64
- readonly description: "Free GPT OSS 20B model.";
65
- readonly family: "gpt-oss";
66
- readonly free: true;
67
- readonly releasedAt: Date;
68
- readonly providers: [{
69
- readonly providerId: "routeway";
70
- readonly modelName: "gpt-oss-20b:free";
71
- readonly inputPrice: number;
72
- readonly outputPrice: number;
73
- readonly requestPrice: 0;
74
- readonly contextSize: 131072;
75
- readonly maxOutput: undefined;
76
- readonly streaming: true;
77
- readonly vision: false;
78
- readonly tools: false;
79
- readonly jsonOutput: true;
80
- }];
81
- }, {
82
- readonly id: "llama-3.3-70b-instruct-free";
83
- readonly name: "Meta Llama 3.3 70B Instruct (Free)";
84
- readonly description: "Free Llama 3.3 70B.";
85
- readonly family: "meta";
86
- readonly free: true;
87
- readonly releasedAt: Date;
88
- readonly providers: [{
89
- readonly providerId: "routeway";
90
- readonly modelName: "llama-3.3-70b-instruct:free";
91
- readonly inputPrice: number;
92
- readonly outputPrice: number;
93
- readonly requestPrice: 0;
94
- readonly contextSize: 131072;
95
- readonly maxOutput: undefined;
96
- readonly streaming: true;
97
- readonly vision: false;
98
- readonly tools: false;
99
- readonly jsonOutput: false;
100
- }];
101
- }, {
102
- readonly id: "llama-4-scout-free";
103
- readonly name: "Meta Llama 4 Scout (Free)";
104
- readonly description: "Free Llama 4 Scout.";
105
- readonly family: "meta";
106
- readonly free: true;
107
- readonly releasedAt: Date;
108
- readonly providers: [{
109
- readonly providerId: "routeway";
110
- readonly modelName: "llama-4-scout:free";
111
- readonly inputPrice: number;
112
- readonly outputPrice: number;
113
- readonly requestPrice: 0;
114
- readonly contextSize: 1000000;
115
- readonly maxOutput: undefined;
116
- readonly streaming: true;
117
- readonly vision: false;
118
- readonly tools: false;
119
- readonly jsonOutput: false;
120
- }];
121
- }, {
122
- readonly id: "llama-4-maverick-free";
123
- readonly name: "Meta Llama 4 Maverick (Free)";
124
- readonly description: "Free Llama 4 Maverick.";
125
- readonly family: "meta";
126
- readonly free: true;
127
- readonly releasedAt: Date;
128
- readonly providers: [{
129
- readonly providerId: "routeway";
130
- readonly modelName: "llama-4-maverick:free";
131
- readonly inputPrice: number;
132
- readonly outputPrice: number;
133
- readonly requestPrice: 0;
134
- readonly contextSize: 1000000;
135
- readonly maxOutput: undefined;
136
- readonly streaming: true;
137
- readonly vision: false;
138
- readonly tools: false;
139
- readonly jsonOutput: false;
140
- }];
141
- }, {
142
- readonly id: "nemotron-nano-9b-v2";
143
- readonly name: "Nemotron Nano 9B V2 (Free)";
144
- readonly description: "Free NVIDIA Nemotron Nano 9B.";
145
- readonly family: "nvidia";
146
- readonly free: true;
147
- readonly releasedAt: Date;
148
- readonly providers: [{
149
- readonly providerId: "routeway";
150
- readonly modelName: "nemotron-nano-9b-v2:free";
151
- readonly inputPrice: number;
152
- readonly outputPrice: number;
153
- readonly requestPrice: 0;
154
- readonly contextSize: 128000;
155
- readonly maxOutput: undefined;
156
- readonly streaming: true;
157
- readonly vision: false;
158
- readonly tools: false;
159
- readonly jsonOutput: true;
160
- }];
161
- }];
@@ -1,187 +0,0 @@
1
- export const routewayModels = [
2
- {
3
- id: "deepseek-r1t2-chimera-free",
4
- name: "DeepSeek R1T2 Chimera (Free)",
5
- description: "Free DeepSeek R1T2 Chimera for testing.",
6
- family: "deepseek",
7
- free: true,
8
- releasedAt: new Date("2025-07-08"),
9
- providers: [
10
- {
11
- providerId: "routeway",
12
- modelName: "deepseek-r1t2-chimera:free",
13
- inputPrice: 0.0 / 1e6,
14
- outputPrice: 0.0 / 1e6,
15
- requestPrice: 0,
16
- contextSize: 163840,
17
- maxOutput: undefined,
18
- streaming: true,
19
- vision: false,
20
- tools: false,
21
- jsonOutput: true,
22
- },
23
- ],
24
- },
25
- {
26
- id: "glm-4.5-air-free",
27
- name: "GLM-4.5 Air (Free)",
28
- description: "Free GLM-4.5 Air model.",
29
- family: "glm",
30
- free: true,
31
- releasedAt: new Date("2025-07-25"),
32
- providers: [
33
- {
34
- providerId: "routeway",
35
- modelName: "glm-4.5-air:free",
36
- inputPrice: 0.0 / 1e6,
37
- outputPrice: 0.0 / 1e6,
38
- requestPrice: 0,
39
- contextSize: 131072,
40
- maxOutput: undefined,
41
- streaming: true,
42
- vision: false,
43
- tools: false,
44
- jsonOutput: true,
45
- },
46
- ],
47
- },
48
- {
49
- id: "kimi-k2-0905-free",
50
- name: "Kimi Dev 0905 (Free)",
51
- description: "Free Kimi K2 0905",
52
- family: "kimi",
53
- free: true,
54
- releasedAt: new Date("2025-09-05"),
55
- providers: [
56
- {
57
- providerId: "routeway",
58
- modelName: "kimi-k2-0905:free",
59
- inputPrice: 0.0 / 1e6,
60
- outputPrice: 0.0 / 1e6,
61
- requestPrice: 0,
62
- contextSize: 131000,
63
- maxOutput: undefined,
64
- streaming: true,
65
- vision: false,
66
- tools: false,
67
- jsonOutput: true,
68
- },
69
- ],
70
- },
71
- {
72
- id: "gpt-oss-20b-free",
73
- name: "GPT OSS 20B (Free)",
74
- description: "Free GPT OSS 20B model.",
75
- family: "gpt-oss",
76
- free: true,
77
- releasedAt: new Date("2025-08-05"),
78
- providers: [
79
- {
80
- providerId: "routeway",
81
- modelName: "gpt-oss-20b:free",
82
- inputPrice: 0.0 / 1e6,
83
- outputPrice: 0.0 / 1e6,
84
- requestPrice: 0,
85
- contextSize: 131072,
86
- maxOutput: undefined,
87
- streaming: true,
88
- vision: false,
89
- tools: false,
90
- jsonOutput: true,
91
- },
92
- ],
93
- },
94
- {
95
- id: "llama-3.3-70b-instruct-free",
96
- name: "Meta Llama 3.3 70B Instruct (Free)",
97
- description: "Free Llama 3.3 70B.",
98
- family: "meta",
99
- free: true,
100
- releasedAt: new Date("2024-12-06"),
101
- providers: [
102
- {
103
- providerId: "routeway",
104
- modelName: "llama-3.3-70b-instruct:free",
105
- inputPrice: 0.0 / 1e6,
106
- outputPrice: 0.0 / 1e6,
107
- requestPrice: 0,
108
- contextSize: 131072,
109
- maxOutput: undefined,
110
- streaming: true,
111
- vision: false,
112
- tools: false,
113
- jsonOutput: false,
114
- },
115
- ],
116
- },
117
- {
118
- id: "llama-4-scout-free",
119
- name: "Meta Llama 4 Scout (Free)",
120
- description: "Free Llama 4 Scout.",
121
- family: "meta",
122
- free: true,
123
- releasedAt: new Date("2025-04-05"),
124
- providers: [
125
- {
126
- providerId: "routeway",
127
- modelName: "llama-4-scout:free",
128
- inputPrice: 0.0 / 1e6,
129
- outputPrice: 0.0 / 1e6,
130
- requestPrice: 0,
131
- contextSize: 1_000_000,
132
- maxOutput: undefined,
133
- streaming: true,
134
- vision: false,
135
- tools: false,
136
- jsonOutput: false,
137
- },
138
- ],
139
- },
140
- {
141
- id: "llama-4-maverick-free",
142
- name: "Meta Llama 4 Maverick (Free)",
143
- description: "Free Llama 4 Maverick.",
144
- family: "meta",
145
- free: true,
146
- releasedAt: new Date("2025-04-05"),
147
- providers: [
148
- {
149
- providerId: "routeway",
150
- modelName: "llama-4-maverick:free",
151
- inputPrice: 0.0 / 1e6,
152
- outputPrice: 0.0 / 1e6,
153
- requestPrice: 0,
154
- contextSize: 1_000_000,
155
- maxOutput: undefined,
156
- streaming: true,
157
- vision: false,
158
- tools: false,
159
- jsonOutput: false,
160
- },
161
- ],
162
- },
163
- {
164
- id: "nemotron-nano-9b-v2",
165
- name: "Nemotron Nano 9B V2 (Free)",
166
- description: "Free NVIDIA Nemotron Nano 9B.",
167
- family: "nvidia",
168
- free: true,
169
- releasedAt: new Date("2025-08-18"),
170
- providers: [
171
- {
172
- providerId: "routeway",
173
- modelName: "nemotron-nano-9b-v2:free",
174
- inputPrice: 0.0 / 1e6,
175
- outputPrice: 0.0 / 1e6,
176
- requestPrice: 0,
177
- contextSize: 128_000,
178
- maxOutput: undefined,
179
- streaming: true,
180
- vision: false,
181
- tools: false,
182
- jsonOutput: true,
183
- },
184
- ],
185
- },
186
- ];
187
- //# sourceMappingURL=routeway.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routeway.js","sourceRoot":"","sources":["../../src/models/routeway.ts"],"names":[],"mappings":"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"}