-
Notifications
You must be signed in to change notification settings - Fork 0
/
model-pricing.json
93 lines (93 loc) · 2.28 KB
/
model-pricing.json
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
[
{
"id": "1",
"model": "ada",
"deploymentName": "embedding",
"isActive": true,
"CostPerInputUnit": 0.0001,
"CostPerOutputUnit": 0,
"CostUnit": 1000,
"BaseCost": 0,
"Currency": "USD",
"CalculationMethod": "tokens",
"region": "ALL"
},
{
"id": "2",
"model": "gpt-35-turbo",
"deploymentName": "chat",
"isActive": true,
"CostPerInputUnit": 0.0015,
"CostPerOutputUnit": 0.002,
"CostUnit": 1000,
"BaseCost": 0,
"Currency": "USD",
"CalculationMethod": "tokens",
"region": "ALL"
},
{
"id": "3",
"model": "gpt-4",
"deploymentName": "gpt-4",
"isActive": true,
"CostPerInputUnit": 0.03,
"CostPerOutputUnit": 0.06,
"CostUnit": 1000,
"BaseCost": 0,
"Currency": "USD",
"CalculationMethod": "tokens",
"region": "ALL"
},
{
"id": "4",
"model": "gpt-4o",
"deploymentName": "gpt-4o",
"isActive": true,
"CostPerInputUnit": 0.005,
"CostPerOutputUnit": 0.015,
"CostUnit": 1000,
"BaseCost": 0,
"Currency": "USD",
"CalculationMethod": "tokens",
"region": "ALL"
},
{
"id": "5",
"model": "dall-e-3",
"deploymentName": "dall-e-3",
"isActive": true,
"CostPerInputUnit": 4,
"CostPerOutputUnit": 0,
"CostUnit": 100,
"BaseCost": 0,
"Currency": "USD",
"CalculationMethod": "tokens",
"region": "ALL"
},
{
"id": "6",
"model": "ai-search",
"deploymentName": "ai-search-business",
"isActive": true,
"CostPerInputUnit": 1,
"CostPerOutputUnit": 0,
"CostUnit": 1,
"BaseCost": 600,
"Currency": "USD",
"CalculationMethod": "percentage",
"region": "ALL"
},
{
"id": "7",
"model": "ai-search",
"deploymentName": "ai-search-marketing",
"isActive": true,
"CostPerInputUnit": 1,
"CostPerOutputUnit": 0,
"CostUnit": 1,
"BaseCost": 1000,
"Currency": "USD",
"CalculationMethod": "percentage",
"region": "ALL"
}
]