File tree 1 file changed +10
-10
lines changed
examples/pipelines/providers
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,26 @@ def __init__(self):
30
30
# List of models
31
31
self .pipelines = [
32
32
{
33
- "id" : "llama-3.1- sonar-large-128k-online " ,
34
- "name" : "Llama 3.1 Sonar Large 128k Online "
33
+ "id" : "sonar-pro " ,
34
+ "name" : "Sonar Pro "
35
35
},
36
36
{
37
- "id" : "llama-3.1- sonar-small-128k-online " ,
38
- "name" : "Llama 3.1 Sonar Small 128k Online "
37
+ "id" : "sonar" ,
38
+ "name" : "Sonar"
39
39
},
40
40
{
41
- "id" : "llama-3.1- sonar-large-128k-chat " ,
42
- "name" : "Llama 3.1 Sonar Large 128k Chat "
41
+ "id" : "sonar-deep-research " ,
42
+ "name" : "Sonar Deep Research "
43
43
},
44
44
{
45
- "id" : "llama-3.1- sonar-small-128k-chat " ,
46
- "name" : "Llama 3.1 Sonar Small 128k Chat "
45
+ "id" : "sonar-reasoning-pro " ,
46
+ "name" : "Sonar Reasoning Pro "
47
47
},
48
48
{
49
- "id" : "llama-3.1-8b-instruct " , "name" : "Llama 3.1 8B Instruct "
49
+ "id" : "sonar-reasoning " , "name" : "Sonar Reasoning "
50
50
},
51
51
{
52
- "id" : "llama-3.1-70b-instruct " , "name" : "Llama 3.1 70B Instruct "
52
+ "id" : "r1-1776 " , "name" : "R1-1776 "
53
53
}
54
54
]
55
55
pass
You can’t perform that action at this time.
0 commit comments