-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig.yaml
796 lines (796 loc) · 23.9 KB
/
config.yaml
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
"deepseek-v3-671b":
metadata:
description: DeepSeek V3 671B
provider: DeepSeek
service_config:
name: bentovllm-deepseek-v3-671b-service
traffic:
timeout: 300
resources:
gpu: 16
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-V3
max_model_len: 8192
tensor_parallel_size: 16
"deepseek-r1-671b":
reasoning: true
metadata:
description: DeepSeek R1 671B
provider: DeepSeek
service_config:
name: bentovllm-deepseek-r1-671b-service
traffic:
timeout: 300
resources:
gpu: 16
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1
tensor_parallel_size: 16
trust_remote_code: true
max_model_len: 8192
server_config:
enable_reasoning: true
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-llama3.3-70b":
reasoning: true
metadata:
description: DeepSeek R1 Distill Llama 3.3 70B
provider: DeepSeek
service_config:
name: bentovllm-r1-llama3.3-70b-service
traffic:
timeout: 300
resources:
gpu: 2
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1-Distill-Llama-70B
tensor_parallel_size: 2
max_model_len: 8192
server_config:
reasoning_parser: "deepseek_r1"
tool_call_parser: "llama3_json"
"deepseek-r1-distill-llama3.3-70b-w8a8":
reasoning: true
metadata:
description: DeepSeek R1 Distill Llama 3.3 70B w8a8 GPTQ
provider: NeuralMagic
service_config:
name: bentovllm-r1-llama3.3-70b-w8a8-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: neuralmagic/DeepSeek-R1-Distill-Llama-70B-quantized.w8a8
max_model_len: 4096
server_config:
reasoning_parser: "deepseek_r1"
tool_call_parser: "llama3_json"
"deepseek-r1-distill-llama3.3-70b-w4a16":
reasoning: true
metadata:
description: DeepSeek R1 Distill Llama 3.3 70B w4a16 GPTQ
provider: NeuralMagic
service_config:
name: bentovllm-r1-llama3.3-70b-w4a16-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: neuralmagic/DeepSeek-R1-Distill-Llama-70B-quantized.w4a16
max_model_len: 8192
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-qwen2.5-32b":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 32B
provider: DeepSeek
service_config:
name: bentovllm-r1-qwen2.5-32b-service
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
traffic:
timeout: 300
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
max_model_len: 8192
server_config:
reasoning_parser: "deepseek_r1"
tool_call_parser: "llama3_json"
"deepseek-r1-distill-qwen2.5-32b-w8a8":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 32B w8a8 GPTQ
provider: NeuralMagic
service_config:
name: bentovllm-r1-qwen2.5-32b-w8a8-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: neuralmagic/DeepSeek-R1-Distill-Qwen-32B-quantized.w8a8
max_model_len: 4096
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-qwen2.5-32b-w4a16":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 32B w4a16 GPTQ
provider: NeuralMagic
service_config:
name: bentovllm-r1-qwen2.5-32b-w4a16-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: neuralmagic/DeepSeek-R1-Distill-Qwen-32B-quantized.w4a16
max_model_len: 16384
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-qwen2.5-14b":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 14B
provider: DeepSeek
service_config:
name: bentovllm-r1-qwen2.5-14b-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
max_model_len: 8192
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-qwen2.5-14b-w8a8":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 14B w8a8 GPTQ
provider: NeuralMagic
service_config:
name: bentovllm-r1-qwen2.5-14b-w8a8-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
engine_config:
model: neuralmagic/DeepSeek-R1-Distill-Qwen-14B-quantized.w8a8
max_model_len: 4096
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-qwen2.5-14b-w4a16":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 14B w4a16 GPTQ
provider: NeuralMagic
service_config:
name: bentovllm-r1-qwen2.5-14b-w4a16-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
engine_config:
model: neuralmagic/DeepSeek-R1-Distill-Qwen-14B-quantized.w4a16
max_model_len: 4096
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-qwen2.5-7b-math":
reasoning: true
metadata:
description: DeepSeek R1 Distill Qwen 2.5 Math 7B
provider: DeepSeek
service_config:
name: bentovllm-r1-qwen2.5-7b-math-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
max_model_len: 8192
server_config:
reasoning_parser: "deepseek_r1"
"deepseek-r1-distill-llama3.1-8b":
reasoning: true
metadata:
description: DeepSeek R1 Distill Llama 3.1 8B
provider: DeepSeek
service_config:
name: bentovllm-r1-llama3.1-8b-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
max_model_len: 4096
server_config:
reasoning_parser: "deepseek_r1"
tool_call_parser: "llama3_json"
"deepseek-r1-distill-llama3.1-8b-tool-calling":
reasoning: true
metadata:
description: DeepSeek R1 Distill Llama 3.1 8B Tool Calling
provider: DeepSeek
service_config:
name: bentovllm-r1-llama3.1-8b-tool-calling-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
max_model_len: 4096
server_config:
enable_auto_tool_choice: true
enable_tool_call_parser: true
tool_call_parser: "llama3_json"
reasoning_parser: "deepseek_r1"
"gemma2-2b-instruct":
metadata:
description: Gemma 2 2B Instruct
provider: Google
service_config:
name: bentovllm-gemma2-2b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: google/gemma-2-2b-it
max_model_len: 2048
dtype: half
enable_prefix_caching: false
server_config:
chat_template: "{% if messages[0]['role'] == 'system' %}\n {% set loop_messages = messages[1:] %}\n {% set system_message = messages[0]['content'].strip() + '\\n\\n' %}\n{% else %}\n {% set loop_messages = messages %}\n {% set system_message = '' %}\n{% endif %}\n\n{% for message in loop_messages %}\n {% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}\n {% endif %}\n\n {% if loop.index0 == 0 %}\n {% set content = system_message + message['content'] %}\n {% else %}\n {% set content = message['content'] %}\n {% endif %}\n\n {% if (message['role'] == 'assistant') %}\n {% set role = 'model' %}\n {% else %}\n {% set role = message['role'] %}\n {% endif %}\n\n {{ '<start_of_turn>' + role + '\\n' + content.strip() + '<end_of_turn>\\n' }}\n\n {% if loop.last and message['role'] == 'user' and add_generation_prompt %}\n {{'<start_of_turn>model\\n'}}\n {% endif %}\n{% endfor %}\n"
"gemma2-9b-instruct":
metadata:
description: Gemma 2 9B Instruct
provider: Google
service_config:
name: bentovllm-gemma2-9b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: google/gemma-2-9b-it
max_model_len: 2048
dtype: half
enable_prefix_caching: false
gpu_memory_utilization: 1.0
server_config:
chat_template: "{% if messages[0]['role'] == 'system' %}\n {% set loop_messages = messages[1:] %}\n {% set system_message = messages[0]['content'].strip() + '\\n\\n' %}\n{% else %}\n {% set loop_messages = messages %}\n {% set system_message = '' %}\n{% endif %}\n\n{% for message in loop_messages %}\n {% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}\n {% endif %}\n\n {% if loop.index0 == 0 %}\n {% set content = system_message + message['content'] %}\n {% else %}\n {% set content = message['content'] %}\n {% endif %}\n\n {% if (message['role'] == 'assistant') %}\n {% set role = 'model' %}\n {% else %}\n {% set role = message['role'] %}\n {% endif %}\n\n {{ '<start_of_turn>' + role + '\\n' + content.strip() + '<end_of_turn>\\n' }}\n\n {% if loop.last and message['role'] == 'user' and add_generation_prompt %}\n {{'<start_of_turn>model\\n'}}\n {% endif %}\n{% endfor %}\n"
"gemma2-27b-instruct":
metadata:
description: Gemma 2 27B Instruct
provider: Google
service_config:
name: bentovllm-gemma2-27b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: google/gemma-2-27b-it
max_model_len: 2048
dtype: half
enable_prefix_caching: false
server_config:
chat_template: "{% if messages[0]['role'] == 'system' %}\n {% set loop_messages = messages[1:] %}\n {% set system_message = messages[0]['content'].strip() + '\\n\\n' %}\n{% else %}\n {% set loop_messages = messages %}\n {% set system_message = '' %}\n{% endif %}\n\n{% for message in loop_messages %}\n {% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}\n {% endif %}\n\n {% if loop.index0 == 0 %}\n {% set content = system_message + message['content'] %}\n {% else %}\n {% set content = message['content'] %}\n {% endif %}\n\n {% if (message['role'] == 'assistant') %}\n {% set role = 'model' %}\n {% else %}\n {% set role = message['role'] %}\n {% endif %}\n\n {{ '<start_of_turn>' + role + '\\n' + content.strip() + '<end_of_turn>\\n' }}\n\n {% if loop.last and message['role'] == 'user' and add_generation_prompt %}\n {{'<start_of_turn>model\\n'}}\n {% endif %}\n{% endfor %}\n"
"jamba1.5-mini":
metadata:
description: Jamba 1.5 Mini
provider: AI21 Lab
service_config:
name: bentovllm-jamba1.5-mini-service
traffic:
timeout: 300
resources:
gpu: 2
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
- name: UV_NO_BUILD_ISOLATION
value: 1
engine_config:
model: ai21labs/AI21-Jamba-1.5-Mini
max_model_len: 204800
tensor_parallel_size: 2
enable_prefix_caching: false
server_config:
tool_call_parser: "jamba"
build:
system_packages:
- curl
- git
post:
- uv pip install --compile-bytecode torch
- curl -L -o ./causal_conv1d-1.5.0.post8+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.5.0.post8/causal_conv1d-1.5.0.post8+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
- uv pip install --compile-bytecode ./causal_conv1d-1.5.0.post8+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
- curl -L -o ./mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl https://github.com/state-spaces/mamba/releases/download/v2.2.4/mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
- uv pip install --compile-bytecode ./mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
generate_config:
max_tokens: 4096
"jamba1.5-large":
metadata:
description: Jamba 1.5 Large
provider: AI21 Lab
service_config:
name: bentovllm-jamba1.5-large-service
traffic:
timeout: 300
resources:
gpu: 8
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
- name: UV_NO_BUILD_ISOLATION
value: 1
engine_config:
model: ai21labs/AI21-Jamba-1.5-Large
max_model_len: 225280
tensor_parallel_size: 8
quantization: "experts_int8"
enable_prefix_caching: false
build:
system_packages:
- curl
- git
post:
- uv pip install --compile-bytecode torch
- curl -L -o ./causal_conv1d-1.5.0.post8+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.5.0.post8/causal_conv1d-1.5.0.post8+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
- uv pip install --compile-bytecode ./causal_conv1d-1.5.0.post8+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
- curl -L -o ./mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl https://github.com/state-spaces/mamba/releases/download/v2.2.4/mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
- uv pip install --compile-bytecode ./mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
server_config:
tool_call_parser: "jamba"
generate_config:
max_tokens: 4096
"llama3.1-8b-instruct":
metadata:
description: Llama 3.1 8B Instruct
provider: Meta
service_config:
name: bentovllm-llama3.1-8b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: meta-llama/Meta-Llama-3.1-8B-Instruct
max_model_len: 2048
dtype: half
server_config:
tool_call_parser: "llama3_json"
"llama3.1-tulu-3.1-8b":
metadata:
description: Llama 3.1 Tulu-3.1 8B
provider: allenai
service_config:
name: bentovllm-llama3.1-tulu-3.1-8b-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
engine_config:
model: allenai/Llama-3.1-Tulu-3.1-8B
max_model_len: 4096
"llama3.2-1b-instruct":
metadata:
description: Llama 3.2 1B Instruct
provider: Meta
service_config:
name: bentovllm-llama3.2-1b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: meta-llama/Llama-3.2-1B-Instruct
max_model_len: 8192
server_config:
tool_call_parser: "pythonic"
"llama3.2-3b-instruct":
metadata:
description: Llama 3.1 3B Instruct
provider: Meta
service_config:
name: bentovllm-llama3.2-3b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: meta-llama/Llama-3.2-3B-Instruct
max_model_len: 8192
server_config:
tool_call_parser: "pythonic"
"llama3.2-11b-vision-instruct":
metadata:
description: Llama 3.2 11B Vision Instruct
provider: Meta
vision: true
service_config:
name: bentovllm-llama3.2-11b-vision-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: meta-llama/Llama-3.2-11B-Vision-Instruct
enforce_eager: true
limit_mm_per_prompt:
image: 1
max_model_len: 16384
max_num_seqs: 16
build:
exclude:
- "original"
server_config:
tool_call_parser: "pythonic"
"llama3.2-90b-vision-instruct":
metadata:
description: Llama 3.2 90B Vision Instruct
provider: Meta
vision: true
service_config:
name: bentovllm-llama3.2-90b-vision-instruct-service
traffic:
timeout: 300
resources:
gpu: 2
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: meta-llama/Llama-3.2-90B-Vision-Instruct
enforce_eager: true
limit_mm_per_prompt:
image: 1
max_model_len: 16384
max_num_seqs: 16
server_config:
tool_call_parser: "pythonic"
build:
exclude:
- "original"
"llama3.3-70b-instruct":
metadata:
description: Llama 3.3 70B Instruct
provider: Meta
service_config:
name: bentovllm-llama3.3-70b-instruct-service
traffic:
timeout: 300
resources:
gpu: 2
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: meta-llama/Llama-3.3-70B-Instruct
max_model_len: 2048
tensor_parallel_size: 2
build:
exclude:
- "original"
- "consolidated*"
server_config:
tool_call_parser: "pythonic"
"hermes-3-llama3.1-405b":
metadata:
description: Hermes 3 Llama 3.1 405B FP8
provider: NousResearch
service_config:
name: bentovllm-hermes-3-llama3.1-405b-service
traffic:
timeout: 300
resources:
gpu: 6
gpu_type: nvidia-a100-80gb
engine_config:
model: NousResearch/Hermes-3-Llama-3.1-405B-FP8
max_model_len: 2048
tensor_parallel_size: 6
server_config:
tool_call_parser: "pythonic"
"deephermes-3-llama3-8b":
reasoning: true
metadata:
description: DeepHermes 3 Llama 3 8B
provider: NousResearch
service_config:
name: bentovllm-deephermes-3-llama3-8b-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: NousResearch/DeepHermes-3-Llama-3-8B-Preview
max_model_len: 8192
server_config:
tool_call_parser: "pythonic"
"pixtral-12b-2409":
metadata:
description: Pixtral 12B 2409
provider: Mistral AI
vision: true
service_config:
name: bentovllm-pixtral-12b-2409-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: mistralai/Pixtral-12B-2409
tokenizer_mode: mistral
enable_prefix_caching: false
enable_chunked_prefill: false
limit_mm_per_prompt:
image: 5
max_model_len: 32768
requirements:
- mistral_common[opencv]
"pixtral-large-2411":
metadata:
description: Pixtral Large Instruct 2411
provider: Mistral AI
vision: true
service_config:
name: bentovllm-pixtral-large-instruct-2411-service
traffic:
timeout: 300
resources:
gpu: 4
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: mistralai/Pixtral-Large-Instruct-2411
tokenizer_mode: mistral
enable_chunked_prefill: false
enable_prefix_caching: false
limit_mm_per_prompt:
image: 5
max_model_len: 16384
dtype: half
tensor_parallel_size: 4
requirements:
- mistral_common[opencv]
"ministral-8b-instruct-2410":
metadata:
description: Ministral 8B Instruct 2410
provider: Mistral AI
service_config:
name: bentovllm-ministral-8b-instruct-2410-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
envs:
- name: HF_TOKEN
engine_config:
model: mistralai/Ministral-8B-Instruct-2410
dtype: half
tokenizer_mode: mistral
max_model_len: 4096
enable_prefix_caching: false
build:
exclude:
- "consolidated*"
"mistral-small-24b-instruct-2501":
metadata:
description: Mistral Small 24B Instruct 2501
provider: Mistral AI
service_config:
name: bentovllm-mistral-small-24b-instruct-2501-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: mistralai/Mistral-Small-24B-Instruct-2501
tokenizer_mode: mistral
max_model_len: 4096
enable_prefix_caching: false
build:
exclude:
- "consolidated*"
"mistral-large-123b-instruct-2411":
metadata:
description: Mistral Large 123B Instruct 2411
provider: Mistral AI
service_config:
name: bentovllm-mistral-large-123b-instruct-2411-service
traffic:
timeout: 300
resources:
gpu: 4
gpu_type: nvidia-a100-80gb
envs:
- name: HF_TOKEN
engine_config:
model: mistralai/Mistral-Large-Instruct-2411
max_model_len: 4096
tensor_parallel_size: 4
tokenizer_mode: mistral
dtype: half
enable_prefix_caching: false
build:
exclude:
- "consolidated*"
"phi4-14b":
metadata:
description: Phi 4 14B
provider: Microsoft
service_config:
name: bentovllm-phi4-14b-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: microsoft/phi-4
max_model_len: 8192
server_config:
chat_template: "{% if messages[0]['role'] == 'system' %}\n {% set offset = 1 %}\n{% else %}\n {% set offset = 0 %}\n{% endif %}\n\n{% for message in messages %}\n {% if (message['role'] == 'user') != (loop.index0 % 2 == offset) %}\n {{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}\n {% endif %}\n\n {{ '<|' + message['role'] + '|>\\n' + message['content'].strip() + '<|end|>' + '\\n' }}\n\n {% if loop.last and message['role'] == 'user' and add_generation_prompt %}\n {{ '<|assistant|>\\n' }}\n {% endif %}\n{% endfor %}\n"
"qwen2.5-7b-instruct":
metadata:
description: Qwen 2.5 7B Instruct
provider: Alibaba
service_config:
name: bentovllm-qwen2.5-7b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-l4
engine_config:
model: Qwen/Qwen2.5-7B-Instruct
max_model_len: 2048
"qwen2.5-14b-instruct":
metadata:
description: Qwen 2.5 14B Instruct
provider: Alibaba
service_config:
name: bentovllm-qwen2.5-14b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: Qwen/Qwen2.5-14B-Instruct
max_model_len: 2048
"qwen2.5-32b-instruct":
metadata:
description: Qwen 2.5 32B Instruct
provider: Alibaba
service_config:
name: bentovllm-qwen2.5-32b-instruct-service
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
engine_config:
model: Qwen/Qwen2.5-32B-Instruct
max_model_len: 2048
"qwen2.5-72b-instruct":
metadata:
description: Qwen 2.5 72B Instruct
provider: Alibaba
service_config:
name: bentovllm-qwen2.5-72b-instruct-service
traffic:
timeout: 300
resources:
gpu: 2
gpu_type: nvidia-a100-80gb
engine_config:
model: Qwen/Qwen2.5-72B-Instruct
max_model_len: 2048
tensor_parallel_size: 2
"qwen2.5-coder-7b-instruct":
metadata:
description: Qwen 2.5 Coder 7B Instruct
provider: Alibaba
service_config:
name: bentovllm-qwen2.5-coder-7b-instruct-service
resources:
gpu: 1
gpu_type: nvidia-l4
traffic:
timeout: 300
engine_config:
model: Qwen/Qwen2.5-Coder-7B-Instruct
max_model_len: 8192
server_config:
enable_auto_tool_choice: true
enable_tool_call_parser: true
tool_call_parser: "llama3_json"
"qwen2.5-coder-32b-instruct":
metadata:
description: Qwen 2.5 Coder 32B Instruct
provider: Alibaba
service_config:
name: bentovllm-qwen2.5-coder-32b-instruct-service
resources:
gpu: 1
gpu_type: nvidia-a100-80gb
traffic:
timeout: 300
engine_config:
model: Qwen/Qwen2.5-Coder-32B-Instruct
max_model_len: 8192
server_config:
enable_auto_tool_choice: true
enable_tool_call_parser: true
tool_call_parser: "llama3_json"