From 77dccbe959812d670be03e69988986e6082ed923 Mon Sep 17 00:00:00 2001 From: captain1379 Date: Fri, 30 Jan 2026 17:31:15 +0800 Subject: [PATCH 1/3] feat: add Jiekou.AI provider Add Jiekou.AI as a new LLM provider with 102 models including: - DeepSeek (V3, R1, OCR) - Qwen (Qwen3, Qwen2.5) - Claude (Opus, Sonnet, Haiku) - GPT models (GPT-5.x, GPT-4.x, GPT-OSS) - Gemini (Pro, Flash) - GLM (4.5, 4.7) - Kimi (K2, K2.5) - Llama (3.x, 4.x) - And more... Jiekou.AI is an OpenAI-compatible API provider. Co-Authored-By: Claude (pa/claude-opus-4-5-20251101) --- providers/jiekou/logo.svg | 4 ++++ .../baidu/ernie-4.5-300b-a47b-paddle.toml | 22 +++++++++++++++++++ .../models/baidu/ernie-4.5-vl-424b-a47b.toml | 22 +++++++++++++++++++ .../models/claude-3-5-haiku-20241022.toml | 22 +++++++++++++++++++ .../models/claude-3-5-sonnet-20241022.toml | 22 +++++++++++++++++++ .../models/claude-3-7-sonnet-20250219.toml | 22 +++++++++++++++++++ .../models/claude-3-haiku-20240307.toml | 22 +++++++++++++++++++ .../models/claude-haiku-4-5-20251001.toml | 22 +++++++++++++++++++ .../models/claude-opus-4-1-20250805.toml | 22 +++++++++++++++++++ .../jiekou/models/claude-opus-4-20250514.toml | 22 +++++++++++++++++++ .../models/claude-opus-4-5-20251101.toml | 22 +++++++++++++++++++ .../models/claude-sonnet-4-20250514.toml | 22 +++++++++++++++++++ .../models/claude-sonnet-4-5-20250929.toml | 22 +++++++++++++++++++ .../models/deepseek/deepseek-ocr-2.toml | 22 +++++++++++++++++++ .../models/deepseek/deepseek-r1-0528.toml | 22 +++++++++++++++++++ .../models/deepseek/deepseek-v3-0324.toml | 22 +++++++++++++++++++ .../jiekou/models/deepseek/deepseek-v3.1.toml | 22 +++++++++++++++++++ .../models/doubao-1-5-pro-32k-250115.toml | 22 +++++++++++++++++++ .../doubao-1.5-pro-32k-character-250715.toml | 22 +++++++++++++++++++ .../jiekou/models/doubao-seed-1-8-251228.toml | 22 +++++++++++++++++++ .../models/gemini-2.0-flash-20250609.toml | 22 +++++++++++++++++++ .../jiekou/models/gemini-2.0-flash-lite.toml | 22 +++++++++++++++++++ .../gemini-2.5-flash-lite-preview-06-17.toml | 22 +++++++++++++++++++ ...gemini-2.5-flash-lite-preview-09-2025.toml | 22 +++++++++++++++++++ .../jiekou/models/gemini-2.5-flash-lite.toml | 22 +++++++++++++++++++ .../gemini-2.5-flash-preview-05-20.toml | 22 +++++++++++++++++++ providers/jiekou/models/gemini-2.5-flash.toml | 22 +++++++++++++++++++ .../models/gemini-2.5-pro-preview-06-05.toml | 22 +++++++++++++++++++ providers/jiekou/models/gemini-2.5-pro.toml | 22 +++++++++++++++++++ .../jiekou/models/gemini-3-flash-preview.toml | 22 +++++++++++++++++++ .../jiekou/models/gemini-3-pro-preview.toml | 22 +++++++++++++++++++ .../jiekou/models/google/gemma-3-12b-it.toml | 22 +++++++++++++++++++ .../jiekou/models/google/gemma-3-27b-it.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-4.1-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-4.1-nano.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-4.1.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-4o-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-4o.toml | 22 +++++++++++++++++++ .../jiekou/models/gpt-5-chat-latest.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5-codex.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5-nano.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5-pro.toml | 22 +++++++++++++++++++ .../jiekou/models/gpt-5.1-chat-latest.toml | 22 +++++++++++++++++++ .../jiekou/models/gpt-5.1-codex-max.toml | 22 +++++++++++++++++++ .../jiekou/models/gpt-5.1-codex-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5.1-codex.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5.1.toml | 22 +++++++++++++++++++ .../jiekou/models/gpt-5.2-chat-latest.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5.2-codex.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5.2-pro.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5.2.toml | 22 +++++++++++++++++++ providers/jiekou/models/gpt-5.toml | 22 +++++++++++++++++++ providers/jiekou/models/grok-3-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/grok-3.toml | 22 +++++++++++++++++++ providers/jiekou/models/grok-4-0709.toml | 22 +++++++++++++++++++ .../models/grok-4-1-fast-non-reasoning.toml | 22 +++++++++++++++++++ .../models/grok-4-1-fast-reasoning.toml | 22 +++++++++++++++++++ .../models/grok-4-fast-non-reasoning.toml | 22 +++++++++++++++++++ .../jiekou/models/grok-4-fast-reasoning.toml | 22 +++++++++++++++++++ providers/jiekou/models/grok-code-fast-1.toml | 22 +++++++++++++++++++ .../jiekou/models/gryphe/mythomax-l2-13b.toml | 21 ++++++++++++++++++ .../meta-llama/llama-3.1-8b-instruct.toml | 22 +++++++++++++++++++ .../meta-llama/llama-3.2-3b-instruct.toml | 22 +++++++++++++++++++ .../meta-llama/llama-3.3-70b-instruct.toml | 22 +++++++++++++++++++ ...lama-4-maverick-17b-128e-instruct-fp8.toml | 22 +++++++++++++++++++ .../llama-4-scout-17b-16e-instruct.toml | 22 +++++++++++++++++++ .../jiekou/models/minimax/minimax-m2.1.toml | 22 +++++++++++++++++++ .../models/minimaxai/minimax-m1-80k.toml | 22 +++++++++++++++++++ .../models/mistralai/mistral-7b-instruct.toml | 22 +++++++++++++++++++ .../jiekou/models/mistralai/mistral-nemo.toml | 22 +++++++++++++++++++ .../models/moonshotai/kimi-k2-0905.toml | 22 +++++++++++++++++++ .../models/moonshotai/kimi-k2-instruct.toml | 22 +++++++++++++++++++ .../jiekou/models/moonshotai/kimi-k2.5.toml | 22 +++++++++++++++++++ providers/jiekou/models/nova-2-lite.toml | 22 +++++++++++++++++++ providers/jiekou/models/o1-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/o1.toml | 21 ++++++++++++++++++ providers/jiekou/models/o3-mini.toml | 22 +++++++++++++++++++ providers/jiekou/models/o3.toml | 21 ++++++++++++++++++ providers/jiekou/models/o4-mini.toml | 22 +++++++++++++++++++ .../jiekou/models/openai/gpt-oss-120b.toml | 22 +++++++++++++++++++ .../jiekou/models/openai/gpt-oss-20b.toml | 22 +++++++++++++++++++ .../models/qwen/qwen-2.5-72b-instruct.toml | 22 +++++++++++++++++++ .../jiekou/models/qwen/qwen-mt-plus.toml | 22 +++++++++++++++++++ .../models/qwen/qwen2.5-7b-instruct.toml | 22 +++++++++++++++++++ .../models/qwen/qwen2.5-vl-72b-instruct.toml | 22 +++++++++++++++++++ .../models/qwen/qwen3-235b-a22b-fp8.toml | 22 +++++++++++++++++++ .../qwen/qwen3-235b-a22b-instruct-2507.toml | 22 +++++++++++++++++++ .../qwen/qwen3-235b-a22b-thinking-2507.toml | 22 +++++++++++++++++++ .../jiekou/models/qwen/qwen3-30b-a3b-fp8.toml | 22 +++++++++++++++++++ .../jiekou/models/qwen/qwen3-32b-fp8.toml | 22 +++++++++++++++++++ .../qwen/qwen3-coder-480b-a35b-instruct.toml | 22 +++++++++++++++++++ .../qwen/qwen3-next-80b-a3b-instruct.toml | 22 +++++++++++++++++++ .../qwen/qwen3-next-80b-a3b-thinking.toml | 22 +++++++++++++++++++ .../models/sao10k/l3-70b-euryale-v2.1.toml | 21 ++++++++++++++++++ .../jiekou/models/sao10k/l3-8b-lunaris.toml | 21 ++++++++++++++++++ .../models/sao10k/l3-8b-stheno-v3.2.toml | 21 ++++++++++++++++++ .../models/sao10k/l31-70b-euryale-v2.2.toml | 21 ++++++++++++++++++ .../models/xiaomimimo/mimo-v2-flash.toml | 22 +++++++++++++++++++ providers/jiekou/models/zai-org/glm-4.5.toml | 22 +++++++++++++++++++ providers/jiekou/models/zai-org/glm-4.5v.toml | 22 +++++++++++++++++++ .../jiekou/models/zai-org/glm-4.7-flash.toml | 22 +++++++++++++++++++ providers/jiekou/models/zai-org/glm-4.7.toml | 22 +++++++++++++++++++ providers/jiekou/provider.toml | 5 +++++ 104 files changed, 2246 insertions(+) create mode 100644 providers/jiekou/logo.svg create mode 100644 providers/jiekou/models/baidu/ernie-4.5-300b-a47b-paddle.toml create mode 100644 providers/jiekou/models/baidu/ernie-4.5-vl-424b-a47b.toml create mode 100644 providers/jiekou/models/claude-3-5-haiku-20241022.toml create mode 100644 providers/jiekou/models/claude-3-5-sonnet-20241022.toml create mode 100644 providers/jiekou/models/claude-3-7-sonnet-20250219.toml create mode 100644 providers/jiekou/models/claude-3-haiku-20240307.toml create mode 100644 providers/jiekou/models/claude-haiku-4-5-20251001.toml create mode 100644 providers/jiekou/models/claude-opus-4-1-20250805.toml create mode 100644 providers/jiekou/models/claude-opus-4-20250514.toml create mode 100644 providers/jiekou/models/claude-opus-4-5-20251101.toml create mode 100644 providers/jiekou/models/claude-sonnet-4-20250514.toml create mode 100644 providers/jiekou/models/claude-sonnet-4-5-20250929.toml create mode 100644 providers/jiekou/models/deepseek/deepseek-ocr-2.toml create mode 100644 providers/jiekou/models/deepseek/deepseek-r1-0528.toml create mode 100644 providers/jiekou/models/deepseek/deepseek-v3-0324.toml create mode 100644 providers/jiekou/models/deepseek/deepseek-v3.1.toml create mode 100644 providers/jiekou/models/doubao-1-5-pro-32k-250115.toml create mode 100644 providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml create mode 100644 providers/jiekou/models/doubao-seed-1-8-251228.toml create mode 100644 providers/jiekou/models/gemini-2.0-flash-20250609.toml create mode 100644 providers/jiekou/models/gemini-2.0-flash-lite.toml create mode 100644 providers/jiekou/models/gemini-2.5-flash-lite-preview-06-17.toml create mode 100644 providers/jiekou/models/gemini-2.5-flash-lite-preview-09-2025.toml create mode 100644 providers/jiekou/models/gemini-2.5-flash-lite.toml create mode 100644 providers/jiekou/models/gemini-2.5-flash-preview-05-20.toml create mode 100644 providers/jiekou/models/gemini-2.5-flash.toml create mode 100644 providers/jiekou/models/gemini-2.5-pro-preview-06-05.toml create mode 100644 providers/jiekou/models/gemini-2.5-pro.toml create mode 100644 providers/jiekou/models/gemini-3-flash-preview.toml create mode 100644 providers/jiekou/models/gemini-3-pro-preview.toml create mode 100644 providers/jiekou/models/google/gemma-3-12b-it.toml create mode 100644 providers/jiekou/models/google/gemma-3-27b-it.toml create mode 100644 providers/jiekou/models/gpt-4.1-mini.toml create mode 100644 providers/jiekou/models/gpt-4.1-nano.toml create mode 100644 providers/jiekou/models/gpt-4.1.toml create mode 100644 providers/jiekou/models/gpt-4o-mini.toml create mode 100644 providers/jiekou/models/gpt-4o.toml create mode 100644 providers/jiekou/models/gpt-5-chat-latest.toml create mode 100644 providers/jiekou/models/gpt-5-codex.toml create mode 100644 providers/jiekou/models/gpt-5-mini.toml create mode 100644 providers/jiekou/models/gpt-5-nano.toml create mode 100644 providers/jiekou/models/gpt-5-pro.toml create mode 100644 providers/jiekou/models/gpt-5.1-chat-latest.toml create mode 100644 providers/jiekou/models/gpt-5.1-codex-max.toml create mode 100644 providers/jiekou/models/gpt-5.1-codex-mini.toml create mode 100644 providers/jiekou/models/gpt-5.1-codex.toml create mode 100644 providers/jiekou/models/gpt-5.1.toml create mode 100644 providers/jiekou/models/gpt-5.2-chat-latest.toml create mode 100644 providers/jiekou/models/gpt-5.2-codex.toml create mode 100644 providers/jiekou/models/gpt-5.2-pro.toml create mode 100644 providers/jiekou/models/gpt-5.2.toml create mode 100644 providers/jiekou/models/gpt-5.toml create mode 100644 providers/jiekou/models/grok-3-mini.toml create mode 100644 providers/jiekou/models/grok-3.toml create mode 100644 providers/jiekou/models/grok-4-0709.toml create mode 100644 providers/jiekou/models/grok-4-1-fast-non-reasoning.toml create mode 100644 providers/jiekou/models/grok-4-1-fast-reasoning.toml create mode 100644 providers/jiekou/models/grok-4-fast-non-reasoning.toml create mode 100644 providers/jiekou/models/grok-4-fast-reasoning.toml create mode 100644 providers/jiekou/models/grok-code-fast-1.toml create mode 100644 providers/jiekou/models/gryphe/mythomax-l2-13b.toml create mode 100644 providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml create mode 100644 providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml create mode 100644 providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml create mode 100644 providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml create mode 100644 providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml create mode 100644 providers/jiekou/models/minimax/minimax-m2.1.toml create mode 100644 providers/jiekou/models/minimaxai/minimax-m1-80k.toml create mode 100644 providers/jiekou/models/mistralai/mistral-7b-instruct.toml create mode 100644 providers/jiekou/models/mistralai/mistral-nemo.toml create mode 100644 providers/jiekou/models/moonshotai/kimi-k2-0905.toml create mode 100644 providers/jiekou/models/moonshotai/kimi-k2-instruct.toml create mode 100644 providers/jiekou/models/moonshotai/kimi-k2.5.toml create mode 100644 providers/jiekou/models/nova-2-lite.toml create mode 100644 providers/jiekou/models/o1-mini.toml create mode 100644 providers/jiekou/models/o1.toml create mode 100644 providers/jiekou/models/o3-mini.toml create mode 100644 providers/jiekou/models/o3.toml create mode 100644 providers/jiekou/models/o4-mini.toml create mode 100644 providers/jiekou/models/openai/gpt-oss-120b.toml create mode 100644 providers/jiekou/models/openai/gpt-oss-20b.toml create mode 100644 providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml create mode 100644 providers/jiekou/models/qwen/qwen-mt-plus.toml create mode 100644 providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml create mode 100644 providers/jiekou/models/qwen/qwen2.5-vl-72b-instruct.toml create mode 100644 providers/jiekou/models/qwen/qwen3-235b-a22b-fp8.toml create mode 100644 providers/jiekou/models/qwen/qwen3-235b-a22b-instruct-2507.toml create mode 100644 providers/jiekou/models/qwen/qwen3-235b-a22b-thinking-2507.toml create mode 100644 providers/jiekou/models/qwen/qwen3-30b-a3b-fp8.toml create mode 100644 providers/jiekou/models/qwen/qwen3-32b-fp8.toml create mode 100644 providers/jiekou/models/qwen/qwen3-coder-480b-a35b-instruct.toml create mode 100644 providers/jiekou/models/qwen/qwen3-next-80b-a3b-instruct.toml create mode 100644 providers/jiekou/models/qwen/qwen3-next-80b-a3b-thinking.toml create mode 100644 providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml create mode 100644 providers/jiekou/models/sao10k/l3-8b-lunaris.toml create mode 100644 providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml create mode 100644 providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml create mode 100644 providers/jiekou/models/xiaomimimo/mimo-v2-flash.toml create mode 100644 providers/jiekou/models/zai-org/glm-4.5.toml create mode 100644 providers/jiekou/models/zai-org/glm-4.5v.toml create mode 100644 providers/jiekou/models/zai-org/glm-4.7-flash.toml create mode 100644 providers/jiekou/models/zai-org/glm-4.7.toml create mode 100644 providers/jiekou/provider.toml diff --git a/providers/jiekou/logo.svg b/providers/jiekou/logo.svg new file mode 100644 index 000000000..434931588 --- /dev/null +++ b/providers/jiekou/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/providers/jiekou/models/baidu/ernie-4.5-300b-a47b-paddle.toml b/providers/jiekou/models/baidu/ernie-4.5-300b-a47b-paddle.toml new file mode 100644 index 000000000..a7c3fe0ae --- /dev/null +++ b/providers/jiekou/models/baidu/ernie-4.5-300b-a47b-paddle.toml @@ -0,0 +1,22 @@ +name = "ERNIE 4.5 300B A47B" +family = "ernie" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.28 +output = 1.1 + +[limit] +context = 123000 +output = 12000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/baidu/ernie-4.5-vl-424b-a47b.toml b/providers/jiekou/models/baidu/ernie-4.5-vl-424b-a47b.toml new file mode 100644 index 000000000..8a01d9b8d --- /dev/null +++ b/providers/jiekou/models/baidu/ernie-4.5-vl-424b-a47b.toml @@ -0,0 +1,22 @@ +name = "ERNIE 4.5 VL 424B A47B" +family = "ernie" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.42 +output = 1.25 + +[limit] +context = 123000 +output = 16000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-3-5-haiku-20241022.toml b/providers/jiekou/models/claude-3-5-haiku-20241022.toml new file mode 100644 index 000000000..87ee89d47 --- /dev/null +++ b/providers/jiekou/models/claude-3-5-haiku-20241022.toml @@ -0,0 +1,22 @@ +name = "claude-3-5-haiku-20241022" +family = "claude-haiku" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.72 +output = 3.6 + +[limit] +context = 200000 +output = 8192 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-3-5-sonnet-20241022.toml b/providers/jiekou/models/claude-3-5-sonnet-20241022.toml new file mode 100644 index 000000000..9a2fbf92d --- /dev/null +++ b/providers/jiekou/models/claude-3-5-sonnet-20241022.toml @@ -0,0 +1,22 @@ +name = "claude-3-5-sonnet-20241022" +family = "claude-sonnet" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.7 +output = 13.5 + +[limit] +context = 200000 +output = 8192 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-3-7-sonnet-20250219.toml b/providers/jiekou/models/claude-3-7-sonnet-20250219.toml new file mode 100644 index 000000000..6000ae66e --- /dev/null +++ b/providers/jiekou/models/claude-3-7-sonnet-20250219.toml @@ -0,0 +1,22 @@ +name = "claude-3-7-sonnet-20250219" +family = "claude-sonnet" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.7 +output = 13.5 + +[limit] +context = 200000 +output = 64000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-3-haiku-20240307.toml b/providers/jiekou/models/claude-3-haiku-20240307.toml new file mode 100644 index 000000000..d26f4e62b --- /dev/null +++ b/providers/jiekou/models/claude-3-haiku-20240307.toml @@ -0,0 +1,22 @@ +name = "claude-3-haiku-20240307" +family = "claude-haiku" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.225 +output = 1.125 + +[limit] +context = 200000 +output = 4096 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-haiku-4-5-20251001.toml b/providers/jiekou/models/claude-haiku-4-5-20251001.toml new file mode 100644 index 000000000..a89ad6656 --- /dev/null +++ b/providers/jiekou/models/claude-haiku-4-5-20251001.toml @@ -0,0 +1,22 @@ +name = "claude-haiku-4-5-20251001" +family = "claude-haiku" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.9 +output = 4.5 + +[limit] +context = 20000 +output = 64000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-opus-4-1-20250805.toml b/providers/jiekou/models/claude-opus-4-1-20250805.toml new file mode 100644 index 000000000..584de13fe --- /dev/null +++ b/providers/jiekou/models/claude-opus-4-1-20250805.toml @@ -0,0 +1,22 @@ +name = "claude-opus-4-1-20250805" +family = "claude-opus" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 13.5 +output = 67.5 + +[limit] +context = 200000 +output = 32000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-opus-4-20250514.toml b/providers/jiekou/models/claude-opus-4-20250514.toml new file mode 100644 index 000000000..34afdc85a --- /dev/null +++ b/providers/jiekou/models/claude-opus-4-20250514.toml @@ -0,0 +1,22 @@ +name = "claude-opus-4-20250514" +family = "claude-opus" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 13.5 +output = 67.5 + +[limit] +context = 200000 +output = 32000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-opus-4-5-20251101.toml b/providers/jiekou/models/claude-opus-4-5-20251101.toml new file mode 100644 index 000000000..5c7edc645 --- /dev/null +++ b/providers/jiekou/models/claude-opus-4-5-20251101.toml @@ -0,0 +1,22 @@ +name = "claude-opus-4-5-20251101" +family = "claude-opus" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 4.5 +output = 22.5 + +[limit] +context = 200000 +output = 65536 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-sonnet-4-20250514.toml b/providers/jiekou/models/claude-sonnet-4-20250514.toml new file mode 100644 index 000000000..5d15c1ad2 --- /dev/null +++ b/providers/jiekou/models/claude-sonnet-4-20250514.toml @@ -0,0 +1,22 @@ +name = "claude-sonnet-4-20250514" +family = "claude-sonnet" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.7 +output = 13.5 + +[limit] +context = 200000 +output = 64000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/claude-sonnet-4-5-20250929.toml b/providers/jiekou/models/claude-sonnet-4-5-20250929.toml new file mode 100644 index 000000000..e7f8b04e8 --- /dev/null +++ b/providers/jiekou/models/claude-sonnet-4-5-20250929.toml @@ -0,0 +1,22 @@ +name = "claude-sonnet-4-5-20250929" +family = "claude-sonnet" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.7 +output = 13.5 + +[limit] +context = 200000 +output = 64000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/deepseek/deepseek-ocr-2.toml b/providers/jiekou/models/deepseek/deepseek-ocr-2.toml new file mode 100644 index 000000000..f0642a708 --- /dev/null +++ b/providers/jiekou/models/deepseek/deepseek-ocr-2.toml @@ -0,0 +1,22 @@ +name = "DeepSeek-OCR 2" +family = "deepseek" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.03 +output = 0.03 + +[limit] +context = 8192 +output = 8192 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/deepseek/deepseek-r1-0528.toml b/providers/jiekou/models/deepseek/deepseek-r1-0528.toml new file mode 100644 index 000000000..4900aad94 --- /dev/null +++ b/providers/jiekou/models/deepseek/deepseek-r1-0528.toml @@ -0,0 +1,22 @@ +name = "DeepSeek R1 0528" +family = "deepseek-thinking" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.7 +output = 2.5 + +[limit] +context = 163840 +output = 32768 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/deepseek/deepseek-v3-0324.toml b/providers/jiekou/models/deepseek/deepseek-v3-0324.toml new file mode 100644 index 000000000..ffb0ca4ec --- /dev/null +++ b/providers/jiekou/models/deepseek/deepseek-v3-0324.toml @@ -0,0 +1,22 @@ +name = "DeepSeek V3 0324" +family = "deepseek" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.28 +output = 1.14 + +[limit] +context = 163840 +output = 163840 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/deepseek/deepseek-v3.1.toml b/providers/jiekou/models/deepseek/deepseek-v3.1.toml new file mode 100644 index 000000000..d90bbcd1a --- /dev/null +++ b/providers/jiekou/models/deepseek/deepseek-v3.1.toml @@ -0,0 +1,22 @@ +name = "DeepSeek V3.1" +family = "deepseek" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.27 +output = 1 + +[limit] +context = 163840 +output = 32768 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/doubao-1-5-pro-32k-250115.toml b/providers/jiekou/models/doubao-1-5-pro-32k-250115.toml new file mode 100644 index 000000000..509ef781d --- /dev/null +++ b/providers/jiekou/models/doubao-1-5-pro-32k-250115.toml @@ -0,0 +1,22 @@ +name = "doubao-1-5-pro-32k-250115" +family = "seed" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.11 +output = 0.275 + +[limit] +context = 128000 +output = 12000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml b/providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml new file mode 100644 index 000000000..8708fc13b --- /dev/null +++ b/providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml @@ -0,0 +1,22 @@ +name = "doubao-1.5-pro-32k-character-250715" +family = "seed" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.11 +output = 0.275 + +[limit] +context = 200000 +output = 64000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/doubao-seed-1-8-251228.toml b/providers/jiekou/models/doubao-seed-1-8-251228.toml new file mode 100644 index 000000000..a82bf3478 --- /dev/null +++ b/providers/jiekou/models/doubao-seed-1-8-251228.toml @@ -0,0 +1,22 @@ +name = "doubao-seed-1-8-251228" +family = "seed" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.1103 +output = 1.1034 + +[limit] +context = 256000 +output = 64000 + +[modalities] +input = ["text", "image", "video"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.0-flash-20250609.toml b/providers/jiekou/models/gemini-2.0-flash-20250609.toml new file mode 100644 index 000000000..fd53a1810 --- /dev/null +++ b/providers/jiekou/models/gemini-2.0-flash-20250609.toml @@ -0,0 +1,22 @@ +name = "gemini-2.0-flash-20250609" +family = "gemini-flash" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.135 +output = 0.54 + +[limit] +context = 1048576 +output = 200000 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.0-flash-lite.toml b/providers/jiekou/models/gemini-2.0-flash-lite.toml new file mode 100644 index 000000000..d52804b1e --- /dev/null +++ b/providers/jiekou/models/gemini-2.0-flash-lite.toml @@ -0,0 +1,22 @@ +name = "gemini-2.0-flash-lite" +family = "gemini-flash-lite" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.0675 +output = 0.27 + +[limit] +context = 1048576 +output = 65535 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-flash-lite-preview-06-17.toml b/providers/jiekou/models/gemini-2.5-flash-lite-preview-06-17.toml new file mode 100644 index 000000000..937265c76 --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-flash-lite-preview-06-17.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-flash-lite-preview-06-17" +family = "gemini-flash-lite" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.09 +output = 0.36 + +[limit] +context = 1048576 +output = 65535 + +[modalities] +input = ["text", "video", "image", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-flash-lite-preview-09-2025.toml b/providers/jiekou/models/gemini-2.5-flash-lite-preview-09-2025.toml new file mode 100644 index 000000000..fce459880 --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-flash-lite-preview-09-2025.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-flash-lite-preview-09-2025" +family = "gemini-flash-lite" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.09 +output = 0.36 + +[limit] +context = 1048576 +output = 65536 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-flash-lite.toml b/providers/jiekou/models/gemini-2.5-flash-lite.toml new file mode 100644 index 000000000..74ef6c60c --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-flash-lite.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-flash-lite" +family = "gemini-flash-lite" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.09 +output = 0.36 + +[limit] +context = 1048576 +output = 65535 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-flash-preview-05-20.toml b/providers/jiekou/models/gemini-2.5-flash-preview-05-20.toml new file mode 100644 index 000000000..8f7712c1d --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-flash-preview-05-20.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-flash-preview-05-20" +family = "gemini-flash" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.135 +output = 3.15 + +[limit] +context = 1048576 +output = 200000 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-flash.toml b/providers/jiekou/models/gemini-2.5-flash.toml new file mode 100644 index 000000000..15a72b9cf --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-flash.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-flash" +family = "gemini-flash" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.27 +output = 2.25 + +[limit] +context = 1048576 +output = 65535 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-pro-preview-06-05.toml b/providers/jiekou/models/gemini-2.5-pro-preview-06-05.toml new file mode 100644 index 000000000..f8317971c --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-pro-preview-06-05.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-pro-preview-06-05" +family = "gemini-pro" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 1048576 +output = 200000 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-2.5-pro.toml b/providers/jiekou/models/gemini-2.5-pro.toml new file mode 100644 index 000000000..670925b2c --- /dev/null +++ b/providers/jiekou/models/gemini-2.5-pro.toml @@ -0,0 +1,22 @@ +name = "gemini-2.5-pro" +family = "gemini-pro" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 1048576 +output = 65535 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-3-flash-preview.toml b/providers/jiekou/models/gemini-3-flash-preview.toml new file mode 100644 index 000000000..c7b674224 --- /dev/null +++ b/providers/jiekou/models/gemini-3-flash-preview.toml @@ -0,0 +1,22 @@ +name = "gemini-3-flash-preview" +family = "gemini-flash" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.5 +output = 3 + +[limit] +context = 1048576 +output = 65536 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/gemini-3-pro-preview.toml b/providers/jiekou/models/gemini-3-pro-preview.toml new file mode 100644 index 000000000..3b687fe68 --- /dev/null +++ b/providers/jiekou/models/gemini-3-pro-preview.toml @@ -0,0 +1,22 @@ +name = "gemini-3-pro-preview" +family = "gemini-pro" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.8 +output = 10.8 + +[limit] +context = 1048576 +output = 65536 + +[modalities] +input = ["text", "image", "video", "audio"] +output = ["text"] diff --git a/providers/jiekou/models/google/gemma-3-12b-it.toml b/providers/jiekou/models/google/gemma-3-12b-it.toml new file mode 100644 index 000000000..af059390c --- /dev/null +++ b/providers/jiekou/models/google/gemma-3-12b-it.toml @@ -0,0 +1,22 @@ +name = "Gemma3 12B" +family = "gemma" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = false +structured_output = true +open_weights = true + +[cost] +input = 0.05 +output = 0.1 + +[limit] +context = 131072 +output = 8192 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/google/gemma-3-27b-it.toml b/providers/jiekou/models/google/gemma-3-27b-it.toml new file mode 100644 index 000000000..98b8729ca --- /dev/null +++ b/providers/jiekou/models/google/gemma-3-27b-it.toml @@ -0,0 +1,22 @@ +name = "Gemma 3 27B" +family = "gemma" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = false +structured_output = true +open_weights = true + +[cost] +input = 0.119 +output = 0.2 + +[limit] +context = 32768 +output = 32768 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-4.1-mini.toml b/providers/jiekou/models/gpt-4.1-mini.toml new file mode 100644 index 000000000..a4f21237e --- /dev/null +++ b/providers/jiekou/models/gpt-4.1-mini.toml @@ -0,0 +1,22 @@ +name = "gpt-4.1-mini" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.36 +output = 1.44 + +[limit] +context = 1047576 +output = 32768 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-4.1-nano.toml b/providers/jiekou/models/gpt-4.1-nano.toml new file mode 100644 index 000000000..5e0fbc769 --- /dev/null +++ b/providers/jiekou/models/gpt-4.1-nano.toml @@ -0,0 +1,22 @@ +name = "gpt-4.1-nano" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.09 +output = 0.36 + +[limit] +context = 1047576 +output = 32768 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-4.1.toml b/providers/jiekou/models/gpt-4.1.toml new file mode 100644 index 000000000..08efeaa01 --- /dev/null +++ b/providers/jiekou/models/gpt-4.1.toml @@ -0,0 +1,22 @@ +name = "gpt-4.1" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.8 +output = 7.2 + +[limit] +context = 1047576 +output = 32768 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-4o-mini.toml b/providers/jiekou/models/gpt-4o-mini.toml new file mode 100644 index 000000000..3907ad922 --- /dev/null +++ b/providers/jiekou/models/gpt-4o-mini.toml @@ -0,0 +1,22 @@ +name = "gpt-4o-mini" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.135 +output = 0.54 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-4o.toml b/providers/jiekou/models/gpt-4o.toml new file mode 100644 index 000000000..a166283ad --- /dev/null +++ b/providers/jiekou/models/gpt-4o.toml @@ -0,0 +1,22 @@ +name = "gpt-4o" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.25 +output = 9 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5-chat-latest.toml b/providers/jiekou/models/gpt-5-chat-latest.toml new file mode 100644 index 000000000..bb5468852 --- /dev/null +++ b/providers/jiekou/models/gpt-5-chat-latest.toml @@ -0,0 +1,22 @@ +name = "gpt-5-chat-latest" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5-codex.toml b/providers/jiekou/models/gpt-5-codex.toml new file mode 100644 index 000000000..25b34741b --- /dev/null +++ b/providers/jiekou/models/gpt-5-codex.toml @@ -0,0 +1,22 @@ +name = "gpt-5-codex" +family = "gpt-codex" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5-mini.toml b/providers/jiekou/models/gpt-5-mini.toml new file mode 100644 index 000000000..a69790fc7 --- /dev/null +++ b/providers/jiekou/models/gpt-5-mini.toml @@ -0,0 +1,22 @@ +name = "gpt-5-mini" +family = "gpt-mini" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.225 +output = 1.8 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5-nano.toml b/providers/jiekou/models/gpt-5-nano.toml new file mode 100644 index 000000000..81bac5c99 --- /dev/null +++ b/providers/jiekou/models/gpt-5-nano.toml @@ -0,0 +1,22 @@ +name = "gpt-5-nano" +family = "gpt-nano" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.045 +output = 0.36 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5-pro.toml b/providers/jiekou/models/gpt-5-pro.toml new file mode 100644 index 000000000..51ec22978 --- /dev/null +++ b/providers/jiekou/models/gpt-5-pro.toml @@ -0,0 +1,22 @@ +name = "gpt-5-pro" +family = "gpt-pro" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 13.5 +output = 108 + +[limit] +context = 400000 +output = 272000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1-chat-latest.toml b/providers/jiekou/models/gpt-5.1-chat-latest.toml new file mode 100644 index 000000000..66fc5e48d --- /dev/null +++ b/providers/jiekou/models/gpt-5.1-chat-latest.toml @@ -0,0 +1,22 @@ +name = "gpt-5.1-chat-latest" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 128000 +output = 16000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1-codex-max.toml b/providers/jiekou/models/gpt-5.1-codex-max.toml new file mode 100644 index 000000000..124d82c26 --- /dev/null +++ b/providers/jiekou/models/gpt-5.1-codex-max.toml @@ -0,0 +1,22 @@ +name = "gpt-5.1-codex-max" +family = "gpt-codex" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1-codex-mini.toml b/providers/jiekou/models/gpt-5.1-codex-mini.toml new file mode 100644 index 000000000..a4874aff0 --- /dev/null +++ b/providers/jiekou/models/gpt-5.1-codex-mini.toml @@ -0,0 +1,22 @@ +name = "gpt-5.1-codex-mini" +family = "gpt-codex" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.225 +output = 1.8 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1-codex.toml b/providers/jiekou/models/gpt-5.1-codex.toml new file mode 100644 index 000000000..b9ad54917 --- /dev/null +++ b/providers/jiekou/models/gpt-5.1-codex.toml @@ -0,0 +1,22 @@ +name = "gpt-5.1-codex" +family = "gpt-codex" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1.toml b/providers/jiekou/models/gpt-5.1.toml new file mode 100644 index 000000000..ce180543d --- /dev/null +++ b/providers/jiekou/models/gpt-5.1.toml @@ -0,0 +1,22 @@ +name = "gpt-5.1" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.2-chat-latest.toml b/providers/jiekou/models/gpt-5.2-chat-latest.toml new file mode 100644 index 000000000..40b2de056 --- /dev/null +++ b/providers/jiekou/models/gpt-5.2-chat-latest.toml @@ -0,0 +1,22 @@ +name = "gpt-5.2-chat-latest" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.575 +output = 12.6 + +[limit] +context = 128000 +output = 16000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.2-codex.toml b/providers/jiekou/models/gpt-5.2-codex.toml new file mode 100644 index 000000000..89c184c64 --- /dev/null +++ b/providers/jiekou/models/gpt-5.2-codex.toml @@ -0,0 +1,22 @@ +name = "gpt-5.2-codex" +family = "gpt-codex" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.75 +output = 14 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.2-pro.toml b/providers/jiekou/models/gpt-5.2-pro.toml new file mode 100644 index 000000000..1669fe7c1 --- /dev/null +++ b/providers/jiekou/models/gpt-5.2-pro.toml @@ -0,0 +1,22 @@ +name = "gpt-5.2-pro" +family = "gpt-pro" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 18.9 +output = 151.2 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.2.toml b/providers/jiekou/models/gpt-5.2.toml new file mode 100644 index 000000000..a08f1e774 --- /dev/null +++ b/providers/jiekou/models/gpt-5.2.toml @@ -0,0 +1,22 @@ +name = "gpt-5.2" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.575 +output = 12.6 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gpt-5.toml b/providers/jiekou/models/gpt-5.toml new file mode 100644 index 000000000..0d679b12c --- /dev/null +++ b/providers/jiekou/models/gpt-5.toml @@ -0,0 +1,22 @@ +name = "gpt-5" +family = "gpt" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.125 +output = 9 + +[limit] +context = 400000 +output = 128000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-3-mini.toml b/providers/jiekou/models/grok-3-mini.toml new file mode 100644 index 000000000..58dd71465 --- /dev/null +++ b/providers/jiekou/models/grok-3-mini.toml @@ -0,0 +1,22 @@ +name = "grok-3-mini" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.27 +output = 0.45 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-3.toml b/providers/jiekou/models/grok-3.toml new file mode 100644 index 000000000..71f4acdb3 --- /dev/null +++ b/providers/jiekou/models/grok-3.toml @@ -0,0 +1,22 @@ +name = "grok-3" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.7 +output = 13.5 + +[limit] +context = 131072 +output = 32000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-4-0709.toml b/providers/jiekou/models/grok-4-0709.toml new file mode 100644 index 000000000..93b626f4e --- /dev/null +++ b/providers/jiekou/models/grok-4-0709.toml @@ -0,0 +1,22 @@ +name = "grok-4-0709" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 2.7 +output = 13.5 + +[limit] +context = 256000 +output = 8192 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-4-1-fast-non-reasoning.toml b/providers/jiekou/models/grok-4-1-fast-non-reasoning.toml new file mode 100644 index 000000000..969e51eb1 --- /dev/null +++ b/providers/jiekou/models/grok-4-1-fast-non-reasoning.toml @@ -0,0 +1,22 @@ +name = "grok-4-1-fast-non-reasoning" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.18 +output = 0.45 + +[limit] +context = 2000000 +output = 2000000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-4-1-fast-reasoning.toml b/providers/jiekou/models/grok-4-1-fast-reasoning.toml new file mode 100644 index 000000000..24b3d351b --- /dev/null +++ b/providers/jiekou/models/grok-4-1-fast-reasoning.toml @@ -0,0 +1,22 @@ +name = "grok-4-1-fast-reasoning" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.18 +output = 0.45 + +[limit] +context = 2000000 +output = 2000000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-4-fast-non-reasoning.toml b/providers/jiekou/models/grok-4-fast-non-reasoning.toml new file mode 100644 index 000000000..7684e33d0 --- /dev/null +++ b/providers/jiekou/models/grok-4-fast-non-reasoning.toml @@ -0,0 +1,22 @@ +name = "grok-4-fast-non-reasoning" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.18 +output = 0.45 + +[limit] +context = 2000000 +output = 2000000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-4-fast-reasoning.toml b/providers/jiekou/models/grok-4-fast-reasoning.toml new file mode 100644 index 000000000..8d4fbd31f --- /dev/null +++ b/providers/jiekou/models/grok-4-fast-reasoning.toml @@ -0,0 +1,22 @@ +name = "grok-4-fast-reasoning" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.18 +output = 0.45 + +[limit] +context = 2000000 +output = 2000000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/grok-code-fast-1.toml b/providers/jiekou/models/grok-code-fast-1.toml new file mode 100644 index 000000000..52cadd345 --- /dev/null +++ b/providers/jiekou/models/grok-code-fast-1.toml @@ -0,0 +1,22 @@ +name = "grok-code-fast-1" +family = "grok" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.18 +output = 1.35 + +[limit] +context = 256000 +output = 256000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/gryphe/mythomax-l2-13b.toml b/providers/jiekou/models/gryphe/mythomax-l2-13b.toml new file mode 100644 index 000000000..7002a2bc6 --- /dev/null +++ b/providers/jiekou/models/gryphe/mythomax-l2-13b.toml @@ -0,0 +1,21 @@ +name = "Mythomax L2 13B" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.09 +output = 0.09 + +[limit] +context = 4096 +output = 32000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml b/providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml new file mode 100644 index 000000000..1f74bd801 --- /dev/null +++ b/providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml @@ -0,0 +1,22 @@ +name = "Llama 3.1 8B Instruct" +family = "llama" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.02 +output = 0.05 + +[limit] +context = 16384 +output = 16384 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml b/providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml new file mode 100644 index 000000000..255418a62 --- /dev/null +++ b/providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml @@ -0,0 +1,22 @@ +name = "Llama 3.2 3B Instruct" +family = "llama" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.03 +output = 0.05 + +[limit] +context = 32768 +output = 32000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml b/providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml new file mode 100644 index 000000000..40f84a80e --- /dev/null +++ b/providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml @@ -0,0 +1,22 @@ +name = "Llama 3.3 70B Instruct" +family = "llama" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.13 +output = 0.39 + +[limit] +context = 131072 +output = 120000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml b/providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml new file mode 100644 index 000000000..137b3910a --- /dev/null +++ b/providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml @@ -0,0 +1,22 @@ +name = "Llama 4 Maverick Instruct" +family = "llama" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.17 +output = 0.85 + +[limit] +context = 1048576 +output = 1048576 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml b/providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml new file mode 100644 index 000000000..0ae5c9ce2 --- /dev/null +++ b/providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml @@ -0,0 +1,22 @@ +name = "Llama 4 Scout Instruct" +family = "llama" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.1 +output = 0.5 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/minimax/minimax-m2.1.toml b/providers/jiekou/models/minimax/minimax-m2.1.toml new file mode 100644 index 000000000..e8ff68166 --- /dev/null +++ b/providers/jiekou/models/minimax/minimax-m2.1.toml @@ -0,0 +1,22 @@ +name = "Minimax M2.1" +family = "minimax" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.3 +output = 1.2 + +[limit] +context = 204800 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/minimaxai/minimax-m1-80k.toml b/providers/jiekou/models/minimaxai/minimax-m1-80k.toml new file mode 100644 index 000000000..182509139 --- /dev/null +++ b/providers/jiekou/models/minimaxai/minimax-m1-80k.toml @@ -0,0 +1,22 @@ +name = "MiniMax M1" +family = "minimax" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.55 +output = 2.2 + +[limit] +context = 1000000 +output = 40000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/mistralai/mistral-7b-instruct.toml b/providers/jiekou/models/mistralai/mistral-7b-instruct.toml new file mode 100644 index 000000000..af52b2f09 --- /dev/null +++ b/providers/jiekou/models/mistralai/mistral-7b-instruct.toml @@ -0,0 +1,22 @@ +name = "Mistral 7B Instruct" +family = "mistral" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.029 +output = 0.059 + +[limit] +context = 32768 +output = 8192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/mistralai/mistral-nemo.toml b/providers/jiekou/models/mistralai/mistral-nemo.toml new file mode 100644 index 000000000..5b2f99a50 --- /dev/null +++ b/providers/jiekou/models/mistralai/mistral-nemo.toml @@ -0,0 +1,22 @@ +name = "Mistral Nemo" +family = "mistral-nemo" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = false +structured_output = true +open_weights = true + +[cost] +input = 0.04 +output = 0.17 + +[limit] +context = 60288 +output = 32000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/moonshotai/kimi-k2-0905.toml b/providers/jiekou/models/moonshotai/kimi-k2-0905.toml new file mode 100644 index 000000000..29cde1117 --- /dev/null +++ b/providers/jiekou/models/moonshotai/kimi-k2-0905.toml @@ -0,0 +1,22 @@ +name = "Kimi K2 0905" +family = "kimi" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.6 +output = 2.5 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/moonshotai/kimi-k2-instruct.toml b/providers/jiekou/models/moonshotai/kimi-k2-instruct.toml new file mode 100644 index 000000000..bc66f7d65 --- /dev/null +++ b/providers/jiekou/models/moonshotai/kimi-k2-instruct.toml @@ -0,0 +1,22 @@ +name = "Kimi K2 Instruct" +family = "kimi" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.57 +output = 2.3 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/moonshotai/kimi-k2.5.toml b/providers/jiekou/models/moonshotai/kimi-k2.5.toml new file mode 100644 index 000000000..8897b1a60 --- /dev/null +++ b/providers/jiekou/models/moonshotai/kimi-k2.5.toml @@ -0,0 +1,22 @@ +name = "Kimi K2.5" +family = "kimi" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.6 +output = 3 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text", "image", "video"] +output = ["text"] diff --git a/providers/jiekou/models/nova-2-lite.toml b/providers/jiekou/models/nova-2-lite.toml new file mode 100644 index 000000000..fc98e0c86 --- /dev/null +++ b/providers/jiekou/models/nova-2-lite.toml @@ -0,0 +1,22 @@ +name = "nova-2-Lite" +family = "nova-lite" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.3 +output = 2.5 + +[limit] +context = 1000000 +output = 1000000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/o1-mini.toml b/providers/jiekou/models/o1-mini.toml new file mode 100644 index 000000000..1e98f95f5 --- /dev/null +++ b/providers/jiekou/models/o1-mini.toml @@ -0,0 +1,22 @@ +name = "o1-mini" +family = "o" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.1 +output = 4.4 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/o1.toml b/providers/jiekou/models/o1.toml new file mode 100644 index 000000000..24ee7c882 --- /dev/null +++ b/providers/jiekou/models/o1.toml @@ -0,0 +1,21 @@ +name = "o1" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 15 +output = 60 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/o3-mini.toml b/providers/jiekou/models/o3-mini.toml new file mode 100644 index 000000000..e4ec57700 --- /dev/null +++ b/providers/jiekou/models/o3-mini.toml @@ -0,0 +1,22 @@ +name = "o3-mini" +family = "o" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.1 +output = 4.4 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/o3.toml b/providers/jiekou/models/o3.toml new file mode 100644 index 000000000..fc82f5f8d --- /dev/null +++ b/providers/jiekou/models/o3.toml @@ -0,0 +1,21 @@ +name = "o3" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 10 +output = 40 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/o4-mini.toml b/providers/jiekou/models/o4-mini.toml new file mode 100644 index 000000000..5996d3c64 --- /dev/null +++ b/providers/jiekou/models/o4-mini.toml @@ -0,0 +1,22 @@ +name = "o4-mini" +family = "o" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 1.1 +output = 4.4 + +[limit] +context = 200000 +output = 100000 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/openai/gpt-oss-120b.toml b/providers/jiekou/models/openai/gpt-oss-120b.toml new file mode 100644 index 000000000..12e59a7db --- /dev/null +++ b/providers/jiekou/models/openai/gpt-oss-120b.toml @@ -0,0 +1,22 @@ +name = "OpenAI GPT OSS 120B" +family = "gpt-oss" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.1 +output = 0.5 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/openai/gpt-oss-20b.toml b/providers/jiekou/models/openai/gpt-oss-20b.toml new file mode 100644 index 000000000..cbdfab0ab --- /dev/null +++ b/providers/jiekou/models/openai/gpt-oss-20b.toml @@ -0,0 +1,22 @@ +name = "OpenAI: GPT OSS 20B" +family = "gpt-oss" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = false +structured_output = true +open_weights = true + +[cost] +input = 0.05 +output = 0.2 + +[limit] +context = 131072 +output = 32768 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml b/providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml new file mode 100644 index 000000000..56ad3f329 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml @@ -0,0 +1,22 @@ +name = "Qwen 2.5 72B Instruct" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.38 +output = 0.4 + +[limit] +context = 32000 +output = 8192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen-mt-plus.toml b/providers/jiekou/models/qwen/qwen-mt-plus.toml new file mode 100644 index 000000000..9c5f174a8 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen-mt-plus.toml @@ -0,0 +1,22 @@ +name = "Qwen MT Plus" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.25 +output = 0.75 + +[limit] +context = 4096 +output = 2048 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml b/providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml new file mode 100644 index 000000000..bdd772a0e --- /dev/null +++ b/providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml @@ -0,0 +1,22 @@ +name = "Qwen2.5 7B Instruct" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.07 +output = 0.07 + +[limit] +context = 32000 +output = 32000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen2.5-vl-72b-instruct.toml b/providers/jiekou/models/qwen/qwen2.5-vl-72b-instruct.toml new file mode 100644 index 000000000..ff32c21d6 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen2.5-vl-72b-instruct.toml @@ -0,0 +1,22 @@ +name = "Qwen2.5 VL 72B Instruct" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = false +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.8 +output = 0.8 + +[limit] +context = 32768 +output = 32768 + +[modalities] +input = ["text", "image", "video"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-235b-a22b-fp8.toml b/providers/jiekou/models/qwen/qwen3-235b-a22b-fp8.toml new file mode 100644 index 000000000..4db1c11df --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-235b-a22b-fp8.toml @@ -0,0 +1,22 @@ +name = "Qwen3 235B A22B" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.2 +output = 0.8 + +[limit] +context = 40960 +output = 20000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-235b-a22b-instruct-2507.toml b/providers/jiekou/models/qwen/qwen3-235b-a22b-instruct-2507.toml new file mode 100644 index 000000000..052b1942f --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-235b-a22b-instruct-2507.toml @@ -0,0 +1,22 @@ +name = "Qwen3 235B A22B Instruct 2507" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.15 +output = 0.8 + +[limit] +context = 131072 +output = 16384 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-235b-a22b-thinking-2507.toml b/providers/jiekou/models/qwen/qwen3-235b-a22b-thinking-2507.toml new file mode 100644 index 000000000..8e0f5ca53 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-235b-a22b-thinking-2507.toml @@ -0,0 +1,22 @@ +name = "Qwen3 235B A22b Thinking 2507" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.3 +output = 3 + +[limit] +context = 131072 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-30b-a3b-fp8.toml b/providers/jiekou/models/qwen/qwen3-30b-a3b-fp8.toml new file mode 100644 index 000000000..1f2d5f3f1 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-30b-a3b-fp8.toml @@ -0,0 +1,22 @@ +name = "Qwen3 30B A3B" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.09 +output = 0.45 + +[limit] +context = 40960 +output = 20000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-32b-fp8.toml b/providers/jiekou/models/qwen/qwen3-32b-fp8.toml new file mode 100644 index 000000000..d973a2c1a --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-32b-fp8.toml @@ -0,0 +1,22 @@ +name = "Qwen3 32B" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.1 +output = 0.45 + +[limit] +context = 40960 +output = 20000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-coder-480b-a35b-instruct.toml b/providers/jiekou/models/qwen/qwen3-coder-480b-a35b-instruct.toml new file mode 100644 index 000000000..416d4ef53 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-coder-480b-a35b-instruct.toml @@ -0,0 +1,22 @@ +name = "Qwen3 Coder 480B A35B Instruct" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.29 +output = 1.2 + +[limit] +context = 262144 +output = 65536 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-next-80b-a3b-instruct.toml b/providers/jiekou/models/qwen/qwen3-next-80b-a3b-instruct.toml new file mode 100644 index 000000000..f79e63ab9 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-next-80b-a3b-instruct.toml @@ -0,0 +1,22 @@ +name = "Qwen3 Next 80B A3B Instruct" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.15 +output = 1.5 + +[limit] +context = 65536 +output = 65536 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen3-next-80b-a3b-thinking.toml b/providers/jiekou/models/qwen/qwen3-next-80b-a3b-thinking.toml new file mode 100644 index 000000000..241eec995 --- /dev/null +++ b/providers/jiekou/models/qwen/qwen3-next-80b-a3b-thinking.toml @@ -0,0 +1,22 @@ +name = "Qwen3 Next 80B A3B Thinking" +family = "qwen" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.15 +output = 1.5 + +[limit] +context = 65536 +output = 65536 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml b/providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml new file mode 100644 index 000000000..95c7a346f --- /dev/null +++ b/providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml @@ -0,0 +1,21 @@ +name = "L3 70B Euryale V2.1 " +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 1.48 +output = 1.48 + +[limit] +context = 8192 +output = 8192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/sao10k/l3-8b-lunaris.toml b/providers/jiekou/models/sao10k/l3-8b-lunaris.toml new file mode 100644 index 000000000..689dccd61 --- /dev/null +++ b/providers/jiekou/models/sao10k/l3-8b-lunaris.toml @@ -0,0 +1,21 @@ +name = "Sao10k L3 8B Lunaris " +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.05 +output = 0.05 + +[limit] +context = 8192 +output = 8192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml b/providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml new file mode 100644 index 000000000..53c794198 --- /dev/null +++ b/providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml @@ -0,0 +1,21 @@ +name = "L3 8B Stheno V3.2" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 0.05 +output = 0.05 + +[limit] +context = 8192 +output = 32000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml b/providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml new file mode 100644 index 000000000..292aec262 --- /dev/null +++ b/providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml @@ -0,0 +1,21 @@ +name = "L31 70B Euryale V2.2" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = false +open_weights = true + +[cost] +input = 1.48 +output = 1.48 + +[limit] +context = 8192 +output = 8192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/xiaomimimo/mimo-v2-flash.toml b/providers/jiekou/models/xiaomimimo/mimo-v2-flash.toml new file mode 100644 index 000000000..2750e37ef --- /dev/null +++ b/providers/jiekou/models/xiaomimimo/mimo-v2-flash.toml @@ -0,0 +1,22 @@ +name = "XiaomiMiMo/MiMo-V2-Flash" +family = "mimo" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0 +output = 0 + +[limit] +context = 262144 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/zai-org/glm-4.5.toml b/providers/jiekou/models/zai-org/glm-4.5.toml new file mode 100644 index 000000000..40106ca50 --- /dev/null +++ b/providers/jiekou/models/zai-org/glm-4.5.toml @@ -0,0 +1,22 @@ +name = "GLM-4.5" +family = "glm" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.6 +output = 2.2 + +[limit] +context = 131072 +output = 98304 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/zai-org/glm-4.5v.toml b/providers/jiekou/models/zai-org/glm-4.5v.toml new file mode 100644 index 000000000..10e47a533 --- /dev/null +++ b/providers/jiekou/models/zai-org/glm-4.5v.toml @@ -0,0 +1,22 @@ +name = "GLM 4.5V" +family = "glmv" +release_date = "2026-01" +last_updated = "2026-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.6 +output = 1.8 + +[limit] +context = 65536 +output = 16384 + +[modalities] +input = ["text", "image", "video"] +output = ["text"] diff --git a/providers/jiekou/models/zai-org/glm-4.7-flash.toml b/providers/jiekou/models/zai-org/glm-4.7-flash.toml new file mode 100644 index 000000000..51ad3ddfc --- /dev/null +++ b/providers/jiekou/models/zai-org/glm-4.7-flash.toml @@ -0,0 +1,22 @@ +name = "GLM-4.7-Flash" +family = "glm" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.07 +output = 0.4 + +[limit] +context = 200000 +output = 128000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/models/zai-org/glm-4.7.toml b/providers/jiekou/models/zai-org/glm-4.7.toml new file mode 100644 index 000000000..5d526a5ba --- /dev/null +++ b/providers/jiekou/models/zai-org/glm-4.7.toml @@ -0,0 +1,22 @@ +name = "GLM-4.7" +family = "glm" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.6 +output = 2.2 + +[limit] +context = 204800 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/jiekou/provider.toml b/providers/jiekou/provider.toml new file mode 100644 index 000000000..37d33fad1 --- /dev/null +++ b/providers/jiekou/provider.toml @@ -0,0 +1,5 @@ +name = "Jiekou.AI" +env = ["JIEKOU_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://api.jiekou.ai/openai" +doc = "https://docs.jiekou.ai/docs/support/quickstart?utm_source=github_models.dev" From 7aeca69c4e651ce18006936463382b07baa757a2 Mon Sep 17 00:00:00 2001 From: captain1379 Date: Thu, 5 Feb 2026 13:44:38 +0800 Subject: [PATCH 2/3] fix: fix logo --- providers/jiekou/logo.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/jiekou/logo.svg b/providers/jiekou/logo.svg index 434931588..7fe6378e5 100644 --- a/providers/jiekou/logo.svg +++ b/providers/jiekou/logo.svg @@ -1,4 +1,4 @@ - + - + From 7c0e1e142f9e2e4e115cec6e10c4f5b95dad7aec Mon Sep 17 00:00:00 2001 From: captain1379 Date: Thu, 5 Feb 2026 14:02:59 +0800 Subject: [PATCH 3/3] fix: removed old models --- .../models/claude-3-5-haiku-20241022.toml | 22 ------------------- .../models/claude-3-5-sonnet-20241022.toml | 22 ------------------- .../models/claude-3-7-sonnet-20250219.toml | 22 ------------------- .../models/claude-3-haiku-20240307.toml | 22 ------------------- .../models/deepseek/deepseek-ocr-2.toml | 22 ------------------- .../models/doubao-1-5-pro-32k-250115.toml | 22 ------------------- .../doubao-1.5-pro-32k-character-250715.toml | 22 ------------------- .../jiekou/models/doubao-seed-1-8-251228.toml | 22 ------------------- .../models/gemini-2.0-flash-20250609.toml | 22 ------------------- .../jiekou/models/gemini-2.0-flash-lite.toml | 22 ------------------- .../jiekou/models/google/gemma-3-12b-it.toml | 22 ------------------- .../jiekou/models/google/gemma-3-27b-it.toml | 22 ------------------- providers/jiekou/models/gpt-4.1-mini.toml | 22 ------------------- providers/jiekou/models/gpt-4.1-nano.toml | 22 ------------------- providers/jiekou/models/gpt-4.1.toml | 22 ------------------- providers/jiekou/models/gpt-4o-mini.toml | 22 ------------------- providers/jiekou/models/gpt-4o.toml | 22 ------------------- .../jiekou/models/gpt-5.1-chat-latest.toml | 22 ------------------- providers/jiekou/models/gpt-5.1.toml | 22 ------------------- .../jiekou/models/gpt-5.2-chat-latest.toml | 22 ------------------- providers/jiekou/models/gpt-5.toml | 22 ------------------- providers/jiekou/models/grok-3-mini.toml | 22 ------------------- providers/jiekou/models/grok-3.toml | 22 ------------------- .../jiekou/models/gryphe/mythomax-l2-13b.toml | 21 ------------------ .../meta-llama/llama-3.1-8b-instruct.toml | 22 ------------------- .../meta-llama/llama-3.2-3b-instruct.toml | 22 ------------------- .../meta-llama/llama-3.3-70b-instruct.toml | 22 ------------------- ...lama-4-maverick-17b-128e-instruct-fp8.toml | 22 ------------------- .../llama-4-scout-17b-16e-instruct.toml | 22 ------------------- .../models/mistralai/mistral-7b-instruct.toml | 22 ------------------- .../jiekou/models/mistralai/mistral-nemo.toml | 22 ------------------- providers/jiekou/models/nova-2-lite.toml | 22 ------------------- providers/jiekou/models/o1-mini.toml | 22 ------------------- providers/jiekou/models/o1.toml | 21 ------------------ .../jiekou/models/openai/gpt-oss-120b.toml | 22 ------------------- .../jiekou/models/openai/gpt-oss-20b.toml | 22 ------------------- .../models/qwen/qwen-2.5-72b-instruct.toml | 22 ------------------- .../jiekou/models/qwen/qwen-mt-plus.toml | 22 ------------------- .../models/qwen/qwen2.5-7b-instruct.toml | 22 ------------------- .../models/sao10k/l3-70b-euryale-v2.1.toml | 21 ------------------ .../jiekou/models/sao10k/l3-8b-lunaris.toml | 21 ------------------ .../models/sao10k/l3-8b-stheno-v3.2.toml | 21 ------------------ .../models/sao10k/l31-70b-euryale-v2.2.toml | 21 ------------------ 43 files changed, 940 deletions(-) delete mode 100644 providers/jiekou/models/claude-3-5-haiku-20241022.toml delete mode 100644 providers/jiekou/models/claude-3-5-sonnet-20241022.toml delete mode 100644 providers/jiekou/models/claude-3-7-sonnet-20250219.toml delete mode 100644 providers/jiekou/models/claude-3-haiku-20240307.toml delete mode 100644 providers/jiekou/models/deepseek/deepseek-ocr-2.toml delete mode 100644 providers/jiekou/models/doubao-1-5-pro-32k-250115.toml delete mode 100644 providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml delete mode 100644 providers/jiekou/models/doubao-seed-1-8-251228.toml delete mode 100644 providers/jiekou/models/gemini-2.0-flash-20250609.toml delete mode 100644 providers/jiekou/models/gemini-2.0-flash-lite.toml delete mode 100644 providers/jiekou/models/google/gemma-3-12b-it.toml delete mode 100644 providers/jiekou/models/google/gemma-3-27b-it.toml delete mode 100644 providers/jiekou/models/gpt-4.1-mini.toml delete mode 100644 providers/jiekou/models/gpt-4.1-nano.toml delete mode 100644 providers/jiekou/models/gpt-4.1.toml delete mode 100644 providers/jiekou/models/gpt-4o-mini.toml delete mode 100644 providers/jiekou/models/gpt-4o.toml delete mode 100644 providers/jiekou/models/gpt-5.1-chat-latest.toml delete mode 100644 providers/jiekou/models/gpt-5.1.toml delete mode 100644 providers/jiekou/models/gpt-5.2-chat-latest.toml delete mode 100644 providers/jiekou/models/gpt-5.toml delete mode 100644 providers/jiekou/models/grok-3-mini.toml delete mode 100644 providers/jiekou/models/grok-3.toml delete mode 100644 providers/jiekou/models/gryphe/mythomax-l2-13b.toml delete mode 100644 providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml delete mode 100644 providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml delete mode 100644 providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml delete mode 100644 providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml delete mode 100644 providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml delete mode 100644 providers/jiekou/models/mistralai/mistral-7b-instruct.toml delete mode 100644 providers/jiekou/models/mistralai/mistral-nemo.toml delete mode 100644 providers/jiekou/models/nova-2-lite.toml delete mode 100644 providers/jiekou/models/o1-mini.toml delete mode 100644 providers/jiekou/models/o1.toml delete mode 100644 providers/jiekou/models/openai/gpt-oss-120b.toml delete mode 100644 providers/jiekou/models/openai/gpt-oss-20b.toml delete mode 100644 providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml delete mode 100644 providers/jiekou/models/qwen/qwen-mt-plus.toml delete mode 100644 providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml delete mode 100644 providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml delete mode 100644 providers/jiekou/models/sao10k/l3-8b-lunaris.toml delete mode 100644 providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml delete mode 100644 providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml diff --git a/providers/jiekou/models/claude-3-5-haiku-20241022.toml b/providers/jiekou/models/claude-3-5-haiku-20241022.toml deleted file mode 100644 index 87ee89d47..000000000 --- a/providers/jiekou/models/claude-3-5-haiku-20241022.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "claude-3-5-haiku-20241022" -family = "claude-haiku" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.72 -output = 3.6 - -[limit] -context = 200000 -output = 8192 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/claude-3-5-sonnet-20241022.toml b/providers/jiekou/models/claude-3-5-sonnet-20241022.toml deleted file mode 100644 index 9a2fbf92d..000000000 --- a/providers/jiekou/models/claude-3-5-sonnet-20241022.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "claude-3-5-sonnet-20241022" -family = "claude-sonnet" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 2.7 -output = 13.5 - -[limit] -context = 200000 -output = 8192 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/claude-3-7-sonnet-20250219.toml b/providers/jiekou/models/claude-3-7-sonnet-20250219.toml deleted file mode 100644 index 6000ae66e..000000000 --- a/providers/jiekou/models/claude-3-7-sonnet-20250219.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "claude-3-7-sonnet-20250219" -family = "claude-sonnet" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 2.7 -output = 13.5 - -[limit] -context = 200000 -output = 64000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/claude-3-haiku-20240307.toml b/providers/jiekou/models/claude-3-haiku-20240307.toml deleted file mode 100644 index d26f4e62b..000000000 --- a/providers/jiekou/models/claude-3-haiku-20240307.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "claude-3-haiku-20240307" -family = "claude-haiku" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.225 -output = 1.125 - -[limit] -context = 200000 -output = 4096 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/deepseek/deepseek-ocr-2.toml b/providers/jiekou/models/deepseek/deepseek-ocr-2.toml deleted file mode 100644 index f0642a708..000000000 --- a/providers/jiekou/models/deepseek/deepseek-ocr-2.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "DeepSeek-OCR 2" -family = "deepseek" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = false -structured_output = false -open_weights = true - -[cost] -input = 0.03 -output = 0.03 - -[limit] -context = 8192 -output = 8192 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/doubao-1-5-pro-32k-250115.toml b/providers/jiekou/models/doubao-1-5-pro-32k-250115.toml deleted file mode 100644 index 509ef781d..000000000 --- a/providers/jiekou/models/doubao-1-5-pro-32k-250115.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "doubao-1-5-pro-32k-250115" -family = "seed" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.11 -output = 0.275 - -[limit] -context = 128000 -output = 12000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml b/providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml deleted file mode 100644 index 8708fc13b..000000000 --- a/providers/jiekou/models/doubao-1.5-pro-32k-character-250715.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "doubao-1.5-pro-32k-character-250715" -family = "seed" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.11 -output = 0.275 - -[limit] -context = 200000 -output = 64000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/doubao-seed-1-8-251228.toml b/providers/jiekou/models/doubao-seed-1-8-251228.toml deleted file mode 100644 index a82bf3478..000000000 --- a/providers/jiekou/models/doubao-seed-1-8-251228.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "doubao-seed-1-8-251228" -family = "seed" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.1103 -output = 1.1034 - -[limit] -context = 256000 -output = 64000 - -[modalities] -input = ["text", "image", "video"] -output = ["text"] diff --git a/providers/jiekou/models/gemini-2.0-flash-20250609.toml b/providers/jiekou/models/gemini-2.0-flash-20250609.toml deleted file mode 100644 index fd53a1810..000000000 --- a/providers/jiekou/models/gemini-2.0-flash-20250609.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gemini-2.0-flash-20250609" -family = "gemini-flash" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.135 -output = 0.54 - -[limit] -context = 1048576 -output = 200000 - -[modalities] -input = ["text", "image", "video", "audio"] -output = ["text"] diff --git a/providers/jiekou/models/gemini-2.0-flash-lite.toml b/providers/jiekou/models/gemini-2.0-flash-lite.toml deleted file mode 100644 index d52804b1e..000000000 --- a/providers/jiekou/models/gemini-2.0-flash-lite.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gemini-2.0-flash-lite" -family = "gemini-flash-lite" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.0675 -output = 0.27 - -[limit] -context = 1048576 -output = 65535 - -[modalities] -input = ["text", "image", "video", "audio"] -output = ["text"] diff --git a/providers/jiekou/models/google/gemma-3-12b-it.toml b/providers/jiekou/models/google/gemma-3-12b-it.toml deleted file mode 100644 index af059390c..000000000 --- a/providers/jiekou/models/google/gemma-3-12b-it.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Gemma3 12B" -family = "gemma" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = false -structured_output = true -open_weights = true - -[cost] -input = 0.05 -output = 0.1 - -[limit] -context = 131072 -output = 8192 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/google/gemma-3-27b-it.toml b/providers/jiekou/models/google/gemma-3-27b-it.toml deleted file mode 100644 index 98b8729ca..000000000 --- a/providers/jiekou/models/google/gemma-3-27b-it.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Gemma 3 27B" -family = "gemma" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = false -structured_output = true -open_weights = true - -[cost] -input = 0.119 -output = 0.2 - -[limit] -context = 32768 -output = 32768 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-4.1-mini.toml b/providers/jiekou/models/gpt-4.1-mini.toml deleted file mode 100644 index a4f21237e..000000000 --- a/providers/jiekou/models/gpt-4.1-mini.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-4.1-mini" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.36 -output = 1.44 - -[limit] -context = 1047576 -output = 32768 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-4.1-nano.toml b/providers/jiekou/models/gpt-4.1-nano.toml deleted file mode 100644 index 5e0fbc769..000000000 --- a/providers/jiekou/models/gpt-4.1-nano.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-4.1-nano" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.09 -output = 0.36 - -[limit] -context = 1047576 -output = 32768 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-4.1.toml b/providers/jiekou/models/gpt-4.1.toml deleted file mode 100644 index 08efeaa01..000000000 --- a/providers/jiekou/models/gpt-4.1.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-4.1" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 1.8 -output = 7.2 - -[limit] -context = 1047576 -output = 32768 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-4o-mini.toml b/providers/jiekou/models/gpt-4o-mini.toml deleted file mode 100644 index 3907ad922..000000000 --- a/providers/jiekou/models/gpt-4o-mini.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-4o-mini" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.135 -output = 0.54 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-4o.toml b/providers/jiekou/models/gpt-4o.toml deleted file mode 100644 index a166283ad..000000000 --- a/providers/jiekou/models/gpt-4o.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-4o" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 2.25 -output = 9 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1-chat-latest.toml b/providers/jiekou/models/gpt-5.1-chat-latest.toml deleted file mode 100644 index 66fc5e48d..000000000 --- a/providers/jiekou/models/gpt-5.1-chat-latest.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-5.1-chat-latest" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 1.125 -output = 9 - -[limit] -context = 128000 -output = 16000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-5.1.toml b/providers/jiekou/models/gpt-5.1.toml deleted file mode 100644 index ce180543d..000000000 --- a/providers/jiekou/models/gpt-5.1.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-5.1" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 1.125 -output = 9 - -[limit] -context = 400000 -output = 128000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-5.2-chat-latest.toml b/providers/jiekou/models/gpt-5.2-chat-latest.toml deleted file mode 100644 index 40b2de056..000000000 --- a/providers/jiekou/models/gpt-5.2-chat-latest.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-5.2-chat-latest" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 1.575 -output = 12.6 - -[limit] -context = 128000 -output = 16000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gpt-5.toml b/providers/jiekou/models/gpt-5.toml deleted file mode 100644 index 0d679b12c..000000000 --- a/providers/jiekou/models/gpt-5.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "gpt-5" -family = "gpt" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 1.125 -output = 9 - -[limit] -context = 400000 -output = 128000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/grok-3-mini.toml b/providers/jiekou/models/grok-3-mini.toml deleted file mode 100644 index 58dd71465..000000000 --- a/providers/jiekou/models/grok-3-mini.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "grok-3-mini" -family = "grok" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.27 -output = 0.45 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/grok-3.toml b/providers/jiekou/models/grok-3.toml deleted file mode 100644 index 71f4acdb3..000000000 --- a/providers/jiekou/models/grok-3.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "grok-3" -family = "grok" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 2.7 -output = 13.5 - -[limit] -context = 131072 -output = 32000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/gryphe/mythomax-l2-13b.toml b/providers/jiekou/models/gryphe/mythomax-l2-13b.toml deleted file mode 100644 index 7002a2bc6..000000000 --- a/providers/jiekou/models/gryphe/mythomax-l2-13b.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "Mythomax L2 13B" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = false -structured_output = false -open_weights = true - -[cost] -input = 0.09 -output = 0.09 - -[limit] -context = 4096 -output = 32000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml b/providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml deleted file mode 100644 index 1f74bd801..000000000 --- a/providers/jiekou/models/meta-llama/llama-3.1-8b-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Llama 3.1 8B Instruct" -family = "llama" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = false -structured_output = false -open_weights = true - -[cost] -input = 0.02 -output = 0.05 - -[limit] -context = 16384 -output = 16384 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml b/providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml deleted file mode 100644 index 255418a62..000000000 --- a/providers/jiekou/models/meta-llama/llama-3.2-3b-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Llama 3.2 3B Instruct" -family = "llama" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 0.03 -output = 0.05 - -[limit] -context = 32768 -output = 32000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml b/providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml deleted file mode 100644 index 40f84a80e..000000000 --- a/providers/jiekou/models/meta-llama/llama-3.3-70b-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Llama 3.3 70B Instruct" -family = "llama" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 0.13 -output = 0.39 - -[limit] -context = 131072 -output = 120000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml b/providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml deleted file mode 100644 index 137b3910a..000000000 --- a/providers/jiekou/models/meta-llama/llama-4-maverick-17b-128e-instruct-fp8.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Llama 4 Maverick Instruct" -family = "llama" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 0.17 -output = 0.85 - -[limit] -context = 1048576 -output = 1048576 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml b/providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml deleted file mode 100644 index 0ae5c9ce2..000000000 --- a/providers/jiekou/models/meta-llama/llama-4-scout-17b-16e-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Llama 4 Scout Instruct" -family = "llama" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 0.1 -output = 0.5 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/mistralai/mistral-7b-instruct.toml b/providers/jiekou/models/mistralai/mistral-7b-instruct.toml deleted file mode 100644 index af52b2f09..000000000 --- a/providers/jiekou/models/mistralai/mistral-7b-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Mistral 7B Instruct" -family = "mistral" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = false -structured_output = false -open_weights = true - -[cost] -input = 0.029 -output = 0.059 - -[limit] -context = 32768 -output = 8192 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/mistralai/mistral-nemo.toml b/providers/jiekou/models/mistralai/mistral-nemo.toml deleted file mode 100644 index 5b2f99a50..000000000 --- a/providers/jiekou/models/mistralai/mistral-nemo.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Mistral Nemo" -family = "mistral-nemo" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = false -structured_output = true -open_weights = true - -[cost] -input = 0.04 -output = 0.17 - -[limit] -context = 60288 -output = 32000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/nova-2-lite.toml b/providers/jiekou/models/nova-2-lite.toml deleted file mode 100644 index fc98e0c86..000000000 --- a/providers/jiekou/models/nova-2-lite.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "nova-2-Lite" -family = "nova-lite" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0.3 -output = 2.5 - -[limit] -context = 1000000 -output = 1000000 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/o1-mini.toml b/providers/jiekou/models/o1-mini.toml deleted file mode 100644 index 1e98f95f5..000000000 --- a/providers/jiekou/models/o1-mini.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "o1-mini" -family = "o" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 1.1 -output = 4.4 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/o1.toml b/providers/jiekou/models/o1.toml deleted file mode 100644 index 24ee7c882..000000000 --- a/providers/jiekou/models/o1.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "o1" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 15 -output = 60 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/openai/gpt-oss-120b.toml b/providers/jiekou/models/openai/gpt-oss-120b.toml deleted file mode 100644 index 12e59a7db..000000000 --- a/providers/jiekou/models/openai/gpt-oss-120b.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "OpenAI GPT OSS 120B" -family = "gpt-oss" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = true - -[cost] -input = 0.1 -output = 0.5 - -[limit] -context = 131072 -output = 131072 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/openai/gpt-oss-20b.toml b/providers/jiekou/models/openai/gpt-oss-20b.toml deleted file mode 100644 index cbdfab0ab..000000000 --- a/providers/jiekou/models/openai/gpt-oss-20b.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "OpenAI: GPT OSS 20B" -family = "gpt-oss" -release_date = "2026-01" -last_updated = "2026-01" -attachment = true -reasoning = true -temperature = true -tool_call = false -structured_output = true -open_weights = true - -[cost] -input = 0.05 -output = 0.2 - -[limit] -context = 131072 -output = 32768 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml b/providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml deleted file mode 100644 index 56ad3f329..000000000 --- a/providers/jiekou/models/qwen/qwen-2.5-72b-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Qwen 2.5 72B Instruct" -family = "qwen" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = true - -[cost] -input = 0.38 -output = 0.4 - -[limit] -context = 32000 -output = 8192 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen-mt-plus.toml b/providers/jiekou/models/qwen/qwen-mt-plus.toml deleted file mode 100644 index 9c5f174a8..000000000 --- a/providers/jiekou/models/qwen/qwen-mt-plus.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Qwen MT Plus" -family = "qwen" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = false -structured_output = false -open_weights = true - -[cost] -input = 0.25 -output = 0.75 - -[limit] -context = 4096 -output = 2048 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml b/providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml deleted file mode 100644 index bdd772a0e..000000000 --- a/providers/jiekou/models/qwen/qwen2.5-7b-instruct.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Qwen2.5 7B Instruct" -family = "qwen" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = true - -[cost] -input = 0.07 -output = 0.07 - -[limit] -context = 32000 -output = 32000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml b/providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml deleted file mode 100644 index 95c7a346f..000000000 --- a/providers/jiekou/models/sao10k/l3-70b-euryale-v2.1.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "L3 70B Euryale V2.1 " -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 1.48 -output = 1.48 - -[limit] -context = 8192 -output = 8192 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/sao10k/l3-8b-lunaris.toml b/providers/jiekou/models/sao10k/l3-8b-lunaris.toml deleted file mode 100644 index 689dccd61..000000000 --- a/providers/jiekou/models/sao10k/l3-8b-lunaris.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "Sao10k L3 8B Lunaris " -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = true -open_weights = true - -[cost] -input = 0.05 -output = 0.05 - -[limit] -context = 8192 -output = 8192 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml b/providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml deleted file mode 100644 index 53c794198..000000000 --- a/providers/jiekou/models/sao10k/l3-8b-stheno-v3.2.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "L3 8B Stheno V3.2" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 0.05 -output = 0.05 - -[limit] -context = 8192 -output = 32000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml b/providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml deleted file mode 100644 index 292aec262..000000000 --- a/providers/jiekou/models/sao10k/l31-70b-euryale-v2.2.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "L31 70B Euryale V2.2" -release_date = "2026-01" -last_updated = "2026-01" -attachment = false -reasoning = false -temperature = true -tool_call = true -structured_output = false -open_weights = true - -[cost] -input = 1.48 -output = 1.48 - -[limit] -context = 8192 -output = 8192 - -[modalities] -input = ["text"] -output = ["text"]