hklii_samples/models.json

43 lines
960 B
JSON

[
{
"Name": "ollama-qwen",
"source": "ollama",
"BaseApiUrl": "http://localhost:11434/v1",
"ApiKey": "ollama",
"model": "qwen2.5:7b-instruct",
"input_price": 0,
"output_price": 0,
"price_unit": "USD"
},
{
"Name": "openrouter-claude-sonnet",
"source": "openrouter",
"BaseApiUrl": "https://openrouter.ai/api/v1",
"ApiKey": "",
"model": "anthropic/claude-3.5-sonnet",
"input_price": 3.0,
"output_price": 15.0,
"price_unit": "USD"
},
{
"Name": "openai-gpt-4o",
"source": "openai",
"BaseApiUrl": "https://api.openai.com/v1",
"ApiKey": "",
"model": "gpt-4o",
"input_price": 2.5,
"output_price": 10.0,
"price_unit": "USD"
},
{
"Name": "deepseek-chat",
"source": "deepseek",
"BaseApiUrl": "https://api.deepseek.com/v1",
"ApiKey": "",
"model": "deepseek-chat",
"input_price": 2.0,
"output_price": 8.0,
"price_unit": "CNY"
}
]