update models.json
parent
ff81d2af09
commit
d16a2afde2
24
models.json
24
models.json
|
|
@ -1,56 +1,56 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"Name": "minimax-m2.7",
|
"Name": "or-minimax-m2.7",
|
||||||
"source": "openrouter",
|
"source": "openrouter",
|
||||||
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
||||||
"ApiKey": "",
|
"ApiKey": "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",
|
||||||
"model": "minimax/minimax-m2.7",
|
"model": "minimax/minimax-m2.7",
|
||||||
"input_price": 0.279,
|
"input_price": 0.279,
|
||||||
"output_price": 1.2,
|
"output_price": 1.2,
|
||||||
"price_unit": "USD"
|
"price_unit": "USD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "claude-sonnet-4.5",
|
"Name": "or-claude-sonnet-4.5",
|
||||||
"source": "openrouter",
|
"source": "openrouter",
|
||||||
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
||||||
"ApiKey": "",
|
"ApiKey": "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",
|
||||||
"model": "anthropic/claude-sonnet-4.5",
|
"model": "anthropic/claude-sonnet-4.5",
|
||||||
"input_price": 3.0,
|
"input_price": 3.0,
|
||||||
"output_price": 15.0,
|
"output_price": 15.0,
|
||||||
"price_unit": "USD"
|
"price_unit": "USD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "gemini-3-flash-preview",
|
"Name": "or-gemini-3-flash-preview",
|
||||||
"source": "openrouter",
|
"source": "openrouter",
|
||||||
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
||||||
"ApiKey": "",
|
"ApiKey": "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",
|
||||||
"model": "google/gemini-3-flash-preview",
|
"model": "google/gemini-3-flash-preview",
|
||||||
"input_price": 0.5,
|
"input_price": 0.5,
|
||||||
"output_price": 3.0,
|
"output_price": 3.0,
|
||||||
"price_unit": "USD"
|
"price_unit": "USD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "deepseek-v4-pro",
|
"Name": "or-deepseek-v4-pro",
|
||||||
"source": "openrouter",
|
"source": "openrouter",
|
||||||
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
||||||
"ApiKey": "",
|
"ApiKey": "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",
|
||||||
"model": "deepseek/deepseek-v4-pro",
|
"model": "deepseek/deepseek-v4-pro",
|
||||||
"input_price": 0.435,
|
"input_price": 0.435,
|
||||||
"output_price": 0.87,
|
"output_price": 0.87,
|
||||||
"price_unit": "USD"
|
"price_unit": "USD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "deepseek-v4-flash",
|
"Name": "or-deepseek-v4-flash",
|
||||||
"source": "openrouter",
|
"source": "openrouter",
|
||||||
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
"BaseApiUrl": "https://openrouter.ai/api/v1",
|
||||||
"ApiKey": "",
|
"ApiKey": "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",
|
||||||
"model": "deepseek/deepseek-v4-flash",
|
"model": "deepseek/deepseek-v4-flash",
|
||||||
"input_price": 0.1,
|
"input_price": 0.1,
|
||||||
"output_price": 0.2,
|
"output_price": 0.2,
|
||||||
"price_unit": "USD"
|
"price_unit": "USD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "qwen3-8b",
|
"Name": "ollama-qwen3-8b",
|
||||||
"source": "local",
|
"source": "local",
|
||||||
"BaseApiUrl": "https://openai.iconsz.com/ollama3090/v1",
|
"BaseApiUrl": "https://openai.iconsz.com/ollama3090/v1",
|
||||||
"ApiKey": "ollama",
|
"ApiKey": "ollama",
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
"price_unit": "USD"
|
"price_unit": "USD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "qwen2.5-7b",
|
"Name": "ollama-qwen2.5-7b",
|
||||||
"source": "local",
|
"source": "local",
|
||||||
"BaseApiUrl": "https://openai.iconsz.com/ollama3090/v1",
|
"BaseApiUrl": "https://openai.iconsz.com/ollama3090/v1",
|
||||||
"ApiKey": "ollama",
|
"ApiKey": "ollama",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue