-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_prices.json
68 lines (68 loc) · 2.06 KB
/
model_prices.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
{
"gpt3": 0.06,
"gpt4": 0.12,
"text-davinci-002": 0.1,
"gpt-4-0314": 0.12,
"gpt-4-0613": 0.12,
"gpt-4-32k": 0.12,
"gpt-4-32k-0314": 0.12,
"gpt4-8k": 0.06,
"chatgpt-4k": 0.0015,
"chatgpt-16k": 0.003,
"gpt-3.5-turbo": 0.004,
"gpt-3.5-turbo-0301": 0.004,
"gpt-3.5-turbo-0613": 0.004,
"gpt-3.5-turbo-16k": 0.004,
"gpt-3.5-turbo-16k-0613": 0.004,
"ada": 0.0004,
"ada-code-search-code": 0.0004,
"ada-code-search-text": 0.0004,
"ada-search-document": 0.0004,
"ada-search-query": 0.0004,
"ada-similarity": 0.0004,
"babbage": 0.0005,
"babbage-code-search-code": 0.0005,
"babbage-code-search-text": 0.0005,
"babbage-search-document": 0.0005,
"babbage-search-query": 0.0005,
"babbage-similarity": 0.0005,
"code-davinci-edit-001": 0.02,
"code-search-ada-code-001": 0.0004,
"code-search-ada-text-001": 0.0004,
"code-search-babbage-code-001": 0.0005,
"code-search-babbage-text-001": 0.0005,
"curie": 0.002,
"curie-instruct-beta": 0.002,
"curie-search-document": 0.002,
"curie-search-query": 0.002,
"curie-similarity": 0.002,
"davinci": 0.02,
"davinci-instruct-beta": 0.02,
"davinci-search-document": 0.02,
"davinci-search-query": 0.02,
"davinci-similarity": 0.02,
"text-ada-001": 0.0004,
"text-babbage-001": 0.0005,
"text-curie-001": 0.002,
"text-davinci-001": 0.02,
"text-davinci-003": 0.02,
"text-davinci-edit-001": 0.02,
"text-embedding-ada-002": 0.0001,
"text-search-ada-doc-001": 0.0001,
"text-search-ada-query-001": 0.0001,
"text-search-babbage-doc-001": 0.0005,
"text-search-babbage-query-001": 0.0005,
"instruct-ada": 0.0004,
"instruct-babbage": 0.0005,
"instruct-curie": 0.002,
"instruct-davinci": 0.02,
"fine-tuning-ada": 0.0016,
"fine-tuning-babbage": 0.0024,
"fine-tuning-curie": 0.012,
"fine-tuning-davinci": 0.12,
"embedding-ada-v1": 0.004,
"embedding-babbage-v1": 0.005,
"embedding-curie-v1": 0.02,
"embedding-davinci-v1": 0.2,
"whisper": 0.006
}