Skip to content

Commit 24a6c0b

Browse files
committed
Add Azure models
1 parent e858c54 commit 24a6c0b

35 files changed

+442
-6
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-3.5 Turbo 0125"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.50
8+
output = 1.50
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 16384
14+
output = 16384
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-3.5 Turbo 0301"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 1.50
8+
output = 2.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 4096
14+
output = 4096
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-3.5 Turbo 0613"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 3.00
8+
output = 4.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 16384
14+
output = 16384
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-3.5 Turbo 1106"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 1.00
8+
output = 2.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 16384
14+
output = 16384
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-3.5 Turbo Instruct"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 1.50
8+
output = 2.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 4096
14+
output = 4096
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-4 32K"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 60.00
8+
output = 120.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 32768
14+
output = 32768
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-4 Turbo Vision"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 10.00
8+
output = 30.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 128000
14+
output = 4096
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-4 Turbo"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 10.00
8+
output = 30.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 128_000
14+
output = 4_096
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-4.1 Mini"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.40
8+
output = 1.60
9+
inputCached = 0.10
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 1047576
14+
output = 32768
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "GPT-4.1 Nano"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.10
8+
output = 0.40
9+
inputCached = 0.03
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 1047576
14+
output = 32768

0 commit comments

Comments
 (0)