-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathendpoints.toml
More file actions
132 lines (114 loc) · 3.05 KB
/
Copy pathendpoints.toml
File metadata and controls
132 lines (114 loc) · 3.05 KB
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
[[endpoint]]
endpoint_id = "haiku-4.5"
model = "anthropic/claude-haiku-4.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "anthropic_messages"
[[endpoint]]
endpoint_id = "sonnet-4.5"
model = "anthropic/claude-sonnet-4.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "anthropic_messages"
[[endpoint]]
endpoint_id = "sonnet-4.6"
model = "anthropic/claude-sonnet-4.6"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "anthropic_messages"
[[endpoint]]
endpoint_id = "opus-4.5"
model = "anthropic/claude-opus-4.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "anthropic_messages"
[[endpoint]]
endpoint_id = "opus-4.6"
model = "anthropic/claude-opus-4.6"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "anthropic_messages"
[[endpoint]]
endpoint_id = "opus-4.7"
model = "anthropic/claude-opus-4.7"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "anthropic_messages"
[[endpoint]]
endpoint_id = "gpt-oss-120b"
model = "openai/gpt-oss-120b"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-oss-20b"
model = "openai/gpt-oss-20b"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-5.4-nano"
model = "openai/gpt-oss-20b"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-5.4-mini"
model = "openai/gpt-5.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-5.4"
model = "openai/gpt-5.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-5.5"
model = "openai/gpt-5.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-4.1-nano"
model = "openai/gpt-oss-20b"
url = "https://api.pinference.ai/api/v1"
key = "OPENAI_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-4.1-mini"
model = "openai/gpt-oss-120b"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-4.1"
model = "openai/gpt-5.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-5.2"
model = "openai/gpt-5.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "gpt-5.4"
model = "openai/gpt-5.5"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "glm-4.7"
model = "z-ai/glm-4.7"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"
[[endpoint]]
endpoint_id = "glm-5.1"
model = "z-ai/glm-5.1"
url = "https://api.pinference.ai/api/v1"
key = "PRIME_API_KEY"
type = "openai_chat_completions"