xref: /plugin/aichat/Model/OpenAI/models.json (revision dce0dee5ef27bcbbc5570fc278f3e75f426c19c5)
1{
2    "chat": {
3        "gpt-3.5-turbo": {
4            "inputTokens": 16385,
5            "inputTokenPrice": 0.50,
6            "outputTokens": 4096,
7            "outputTokenPrice": 1.50
8        },
9        "gpt-4": {
10            "inputTokens": 81924,
11            "inputTokenPrice": 30.00,
12            "outputTokens": 4096,
13            "outputTokenPrice": 60.00
14        },
15        "gpt-4-turbo-preview": {
16            "inputTokens": 128000,
17            "inputTokenPrice": 10.00,
18            "outputTokens": 4096,
19            "outputTokenPrice": 30.00
20        }
21    },
22    "embedding": {
23        "text-embedding-ada-002": {
24            "inputTokens": 8192,
25            "inputTokenPrice": 0.10,
26            "dimensions": 1536
27        },
28        "text-embedding-3-small": {
29            "inputTokens": 8192,
30            "inputTokenPrice": 0.02,
31            "dimensions": 1536
32        }
33    }
34}
35