xref: /plugin/aichat/Model/Ollama/models.json (revision f93272b94193ec28961da5757db7f0fa6ecf2c22)
1{
2    "chat": {
3        "llama2": {
4            "description": "Llama 2 is released by Meta Platforms, Inc. This model is trained on 2 trillion tokens, and by default supports a context length of 4096. Llama 2 Chat models are fine-tuned on over 1 million human annotations, and are made for chat.",
5            "inputTokens": 4096,
6            "inputTokenPrice": 0,
7            "outputTokens": 4096,
8            "outputTokenPrice": 0
9        },
10
11        "gemma": {
12            "description": "Llama 2 is released by Meta Platforms, Inc. This model is trained on 2 trillion tokens, and by default supports a context length of 4096. Llama 2 Chat models are fine-tuned on over 1 million human annotations, and are made for chat.",
13            "inputTokens": 4096,
14            "inputTokenPrice": 0,
15            "outputTokens": 4096,
16            "outputTokenPrice": 0
17        }
18    },
19    "embedding": {
20        "text-embedding-ada-002": {
21            "description": "Most capable 2nd generation embedding model",
22            "inputTokens": 8192,
23            "inputTokenPrice": 0.10,
24            "dimensions": 1536
25        }
26    }
27}
28