maintainence love:)
This commit is contained in:
parent
80d355928d
commit
672424899c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"timestamp": 1772797470596,
|
||||
"timestamp": 1773512006380,
|
||||
"models": [
|
||||
{
|
||||
"id": "gpt-4-0613",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
4
packages/kbot/package-lock.json
generated
4
packages/kbot/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@polymech/kbot-d",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@polymech/kbot-d",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@dmitryrechkin/json-schema-to-zod": "1.0.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polymech/kbot-d",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
export enum E_OPENROUTER_MODEL_FREE {
|
||||
MODEL_FREE_ARCEE_AI_TRINITY_LARGE_PREVIEW_FREE = "arcee-ai/trinity-large-preview:free",
|
||||
MODEL_FREE_QWEN_QWEN3_VL_30B_A3B_THINKING = "qwen/qwen3-vl-30b-a3b-thinking",
|
||||
MODEL_FREE_QWEN_QWEN3_VL_235B_A22B_THINKING = "qwen/qwen3-vl-235b-a22b-thinking",
|
||||
MODEL_FREE_QWEN_QWEN3_235B_A22B_THINKING_2507 = "qwen/qwen3-235b-a22b-thinking-2507"
|
||||
MODEL_FREE_OPENROUTER_HUNTER_ALPHA = "openrouter/hunter-alpha",
|
||||
MODEL_FREE_OPENROUTER_HEALER_ALPHA = "openrouter/healer-alpha",
|
||||
MODEL_FREE_NVIDIA_NEMOTRON_3_SUPER_120B_A12B_FREE = "nvidia/nemotron-3-super-120b-a12b:free",
|
||||
MODEL_FREE_ARCEE_AI_TRINITY_LARGE_PREVIEW_FREE = "arcee-ai/trinity-large-preview:free"
|
||||
}
|
||||
@ -1,4 +1,11 @@
|
||||
export enum E_OPENROUTER_MODEL {
|
||||
MODEL_X_AI_GROK_4_20_MULTI_AGENT_BETA = "x-ai/grok-4.20-multi-agent-beta",
|
||||
MODEL_X_AI_GROK_4_20_BETA = "x-ai/grok-4.20-beta",
|
||||
MODEL_OPENROUTER_HUNTER_ALPHA = "openrouter/hunter-alpha",
|
||||
MODEL_OPENROUTER_HEALER_ALPHA = "openrouter/healer-alpha",
|
||||
MODEL_NVIDIA_NEMOTRON_3_SUPER_120B_A12B_FREE = "nvidia/nemotron-3-super-120b-a12b:free",
|
||||
MODEL_BYTEDANCE_SEED_SEED_2_0_LITE = "bytedance-seed/seed-2.0-lite",
|
||||
MODEL_QWEN_QWEN3_5_9B = "qwen/qwen3.5-9b",
|
||||
MODEL_OPENAI_GPT_5_4_PRO = "openai/gpt-5.4-pro",
|
||||
MODEL_OPENAI_GPT_5_4 = "openai/gpt-5.4",
|
||||
MODEL_INCEPTION_MERCURY_2 = "inception/mercury-2",
|
||||
@ -108,7 +115,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_QWEN_QWEN3_VL_30B_A3B_INSTRUCT = "qwen/qwen3-vl-30b-a3b-instruct",
|
||||
MODEL_OPENAI_GPT_5_PRO = "openai/gpt-5-pro",
|
||||
MODEL_Z_AI_GLM_4_6 = "z-ai/glm-4.6",
|
||||
MODEL_Z_AI_GLM_4_6_EXACTO = "z-ai/glm-4.6:exacto",
|
||||
MODEL_ANTHROPIC_CLAUDE_SONNET_4_5 = "anthropic/claude-sonnet-4.5",
|
||||
MODEL_DEEPSEEK_DEEPSEEK_V3_2_EXP = "deepseek/deepseek-v3.2-exp",
|
||||
MODEL_THEDRUMMER_CYDONIA_24B_V4_1 = "thedrummer/cydonia-24b-v4.1",
|
||||
@ -119,7 +125,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_QWEN_QWEN3_MAX = "qwen/qwen3-max",
|
||||
MODEL_QWEN_QWEN3_CODER_PLUS = "qwen/qwen3-coder-plus",
|
||||
MODEL_OPENAI_GPT_5_CODEX = "openai/gpt-5-codex",
|
||||
MODEL_DEEPSEEK_DEEPSEEK_V3_1_TERMINUS_EXACTO = "deepseek/deepseek-v3.1-terminus:exacto",
|
||||
MODEL_DEEPSEEK_DEEPSEEK_V3_1_TERMINUS = "deepseek/deepseek-v3.1-terminus",
|
||||
MODEL_X_AI_GROK_4_FAST = "x-ai/grok-4-fast",
|
||||
MODEL_ALIBABA_TONGYI_DEEPRESEARCH_30B_A3B = "alibaba/tongyi-deepresearch-30b-a3b",
|
||||
@ -133,7 +138,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_NVIDIA_NEMOTRON_NANO_9B_V2_FREE = "nvidia/nemotron-nano-9b-v2:free",
|
||||
MODEL_NVIDIA_NEMOTRON_NANO_9B_V2 = "nvidia/nemotron-nano-9b-v2",
|
||||
MODEL_MOONSHOTAI_KIMI_K2_0905 = "moonshotai/kimi-k2-0905",
|
||||
MODEL_MOONSHOTAI_KIMI_K2_0905_EXACTO = "moonshotai/kimi-k2-0905:exacto",
|
||||
MODEL_QWEN_QWEN3_30B_A3B_THINKING_2507 = "qwen/qwen3-30b-a3b-thinking-2507",
|
||||
MODEL_X_AI_GROK_CODE_FAST_1 = "x-ai/grok-code-fast-1",
|
||||
MODEL_NOUSRESEARCH_HERMES_4_70B = "nousresearch/hermes-4-70b",
|
||||
@ -151,7 +155,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_OPENAI_GPT_5_NANO = "openai/gpt-5-nano",
|
||||
MODEL_OPENAI_GPT_OSS_120B_FREE = "openai/gpt-oss-120b:free",
|
||||
MODEL_OPENAI_GPT_OSS_120B = "openai/gpt-oss-120b",
|
||||
MODEL_OPENAI_GPT_OSS_120B_EXACTO = "openai/gpt-oss-120b:exacto",
|
||||
MODEL_OPENAI_GPT_OSS_20B_FREE = "openai/gpt-oss-20b:free",
|
||||
MODEL_OPENAI_GPT_OSS_20B = "openai/gpt-oss-20b",
|
||||
MODEL_ANTHROPIC_CLAUDE_OPUS_4_1 = "anthropic/claude-opus-4.1",
|
||||
@ -165,7 +168,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_Z_AI_GLM_4_32B = "z-ai/glm-4-32b",
|
||||
MODEL_QWEN_QWEN3_CODER_FREE = "qwen/qwen3-coder:free",
|
||||
MODEL_QWEN_QWEN3_CODER = "qwen/qwen3-coder",
|
||||
MODEL_QWEN_QWEN3_CODER_EXACTO = "qwen/qwen3-coder:exacto",
|
||||
MODEL_BYTEDANCE_UI_TARS_1_5_7B = "bytedance/ui-tars-1.5-7b",
|
||||
MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE = "google/gemini-2.5-flash-lite",
|
||||
MODEL_QWEN_QWEN3_235B_A22B_2507 = "qwen/qwen3-235b-a22b-2507",
|
||||
@ -282,7 +284,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_MISTRALAI_MISTRAL_LARGE_2407 = "mistralai/mistral-large-2407",
|
||||
MODEL_MISTRALAI_PIXTRAL_LARGE_2411 = "mistralai/pixtral-large-2411",
|
||||
MODEL_QWEN_QWEN_2_5_CODER_32B_INSTRUCT = "qwen/qwen-2.5-coder-32b-instruct",
|
||||
MODEL_RAIFLE_SORCERERLM_8X22B = "raifle/sorcererlm-8x22b",
|
||||
MODEL_THEDRUMMER_UNSLOPNEMO_12B = "thedrummer/unslopnemo-12b",
|
||||
MODEL_ANTHROPIC_CLAUDE_3_5_HAIKU = "anthropic/claude-3.5-haiku",
|
||||
MODEL_ANTHRACITE_ORG_MAGNUM_V4_72B = "anthracite-org/magnum-v4-72b",
|
||||
@ -297,7 +298,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_META_LLAMA_LLAMA_3_2_1B_INSTRUCT = "meta-llama/llama-3.2-1b-instruct",
|
||||
MODEL_META_LLAMA_LLAMA_3_2_11B_VISION_INSTRUCT = "meta-llama/llama-3.2-11b-vision-instruct",
|
||||
MODEL_QWEN_QWEN_2_5_72B_INSTRUCT = "qwen/qwen-2.5-72b-instruct",
|
||||
MODEL_NEVERSLEEP_LLAMA_3_1_LUMIMAID_8B = "neversleep/llama-3.1-lumimaid-8b",
|
||||
MODEL_COHERE_COMMAND_R_08_2024 = "cohere/command-r-08-2024",
|
||||
MODEL_COHERE_COMMAND_R_PLUS_08_2024 = "cohere/command-r-plus-08-2024",
|
||||
MODEL_SAO10K_L3_1_EURYALE_70B = "sao10k/l3.1-euryale-70b",
|
||||
@ -318,7 +318,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_GOOGLE_GEMMA_2_9B_IT = "google/gemma-2-9b-it",
|
||||
MODEL_SAO10K_L3_EURYALE_70B = "sao10k/l3-euryale-70b",
|
||||
MODEL_NOUSRESEARCH_HERMES_2_PRO_LLAMA_3_8B = "nousresearch/hermes-2-pro-llama-3-8b",
|
||||
MODEL_META_LLAMA_LLAMA_GUARD_2_8B = "meta-llama/llama-guard-2-8b",
|
||||
MODEL_OPENAI_GPT_4O_2024_05_13 = "openai/gpt-4o-2024-05-13",
|
||||
MODEL_OPENAI_GPT_4O = "openai/gpt-4o",
|
||||
MODEL_OPENAI_GPT_4O_EXTENDED = "openai/gpt-4o:extended",
|
||||
@ -332,7 +331,6 @@ export enum E_OPENROUTER_MODEL {
|
||||
MODEL_OPENAI_GPT_3_5_TURBO_0613 = "openai/gpt-3.5-turbo-0613",
|
||||
MODEL_OPENAI_GPT_4_TURBO_PREVIEW = "openai/gpt-4-turbo-preview",
|
||||
MODEL_MISTRALAI_MIXTRAL_8X7B_INSTRUCT = "mistralai/mixtral-8x7b-instruct",
|
||||
MODEL_NEVERSLEEP_NOROMAID_20B = "neversleep/noromaid-20b",
|
||||
MODEL_ALPINDALE_GOLIATH_120B = "alpindale/goliath-120b",
|
||||
MODEL_OPENROUTER_AUTO = "openrouter/auto",
|
||||
MODEL_OPENAI_GPT_4_1106_PREVIEW = "openai/gpt-4-1106-preview",
|
||||
|
||||
@ -32,12 +32,12 @@ export interface IKBotOptions {
|
||||
[35m[1m OpenRouter models:[22m[39m
|
||||
[35m[1m[22m[39m
|
||||
ai21/jamba-large-1.7 | paid
|
||||
ai21/jamba-mini-1.7 | paid
|
||||
aion-labs/aion-1.0 | paid
|
||||
aion-labs/aion-1.0-mini | paid
|
||||
aion-labs/aion-2.0 | paid
|
||||
aion-labs/aion-rp-llama-3.1-8b | paid
|
||||
alfredpros/codellama-7b-instruct-solidity | paid
|
||||
allenai/molmo-2-8b:free | free
|
||||
allenai/molmo-2-8b | paid
|
||||
allenai/olmo-2-0325-32b-instruct | paid
|
||||
allenai/olmo-3-32b-think | paid
|
||||
allenai/olmo-3-7b-instruct | paid
|
||||
@ -58,8 +58,10 @@ export interface IKBotOptions {
|
||||
anthropic/claude-opus-4 | paid
|
||||
anthropic/claude-opus-4.1 | paid
|
||||
anthropic/claude-opus-4.5 | paid
|
||||
anthropic/claude-opus-4.6 | paid
|
||||
anthropic/claude-sonnet-4 | paid
|
||||
anthropic/claude-sonnet-4.5 | paid
|
||||
anthropic/claude-sonnet-4.6 | paid
|
||||
arcee-ai/coder-large | paid
|
||||
arcee-ai/maestro-reasoning | paid
|
||||
arcee-ai/spotlight | paid
|
||||
@ -76,14 +78,12 @@ export interface IKBotOptions {
|
||||
openrouter/bodybuilder | paid
|
||||
bytedance-seed/seed-1.6 | paid
|
||||
bytedance-seed/seed-1.6-flash | paid
|
||||
bytedance-seed/seed-2.0-mini | paid
|
||||
bytedance/ui-tars-1.5-7b | paid
|
||||
deepcogito/cogito-v2-preview-llama-109b-moe | paid
|
||||
cohere/command-a | paid
|
||||
cohere/command-r-08-2024 | paid
|
||||
cohere/command-r-plus-08-2024 | paid
|
||||
cohere/command-r7b-12-2024 | paid
|
||||
deepcogito/cogito-v2-preview-llama-405b | paid
|
||||
deepcogito/cogito-v2-preview-llama-70b | paid
|
||||
deepcogito/cogito-v2.1-671b | paid
|
||||
deepseek/deepseek-chat | paid
|
||||
deepseek/deepseek-chat-v3-0324 | paid
|
||||
@ -95,7 +95,6 @@ export interface IKBotOptions {
|
||||
deepseek/deepseek-v3.2-speciale | paid
|
||||
deepseek/deepseek-r1 | paid
|
||||
deepseek/deepseek-r1-0528 | paid
|
||||
deepseek/deepseek-r1-0528:free | free
|
||||
deepseek/deepseek-r1-distill-llama-70b | paid
|
||||
deepseek/deepseek-r1-distill-qwen-32b | paid
|
||||
eleutherai/llemma_7b | paid
|
||||
@ -105,15 +104,16 @@ export interface IKBotOptions {
|
||||
google/gemini-2.0-flash-001 | paid
|
||||
google/gemini-2.0-flash-lite-001 | paid
|
||||
google/gemini-2.5-flash | paid
|
||||
google/gemini-2.5-flash-image | paid
|
||||
google/gemini-2.5-flash-lite | paid
|
||||
google/gemini-2.5-flash-lite-preview-09-2025 | paid
|
||||
google/gemini-2.5-flash-preview-09-2025 | paid
|
||||
google/gemini-2.5-pro | paid
|
||||
google/gemini-2.5-pro-preview-05-06 | paid
|
||||
google/gemini-2.5-pro-preview | paid
|
||||
google/gemini-3-flash-preview | paid
|
||||
google/gemini-3-pro-preview | paid
|
||||
google/gemini-3.1-flash-lite-preview | paid
|
||||
google/gemini-3.1-pro-preview | paid
|
||||
google/gemini-3.1-pro-preview-customtools | paid
|
||||
google/gemma-2-27b-it | paid
|
||||
google/gemma-2-9b-it | paid
|
||||
google/gemma-3-12b-it | paid
|
||||
@ -125,14 +125,18 @@ export interface IKBotOptions {
|
||||
google/gemma-3n-e2b-it:free | free
|
||||
google/gemma-3n-e4b-it | paid
|
||||
google/gemma-3n-e4b-it:free | free
|
||||
google/gemini-2.5-flash-image | paid
|
||||
google/gemini-3.1-flash-image-preview | paid
|
||||
google/gemini-3-pro-image-preview | paid
|
||||
ibm-granite/granite-4.0-h-micro | paid
|
||||
inception/mercury | paid
|
||||
inception/mercury-2 | paid
|
||||
inception/mercury-coder | paid
|
||||
inflection/inflection-3-pi | paid
|
||||
inflection/inflection-3-productivity | paid
|
||||
kwaipilot/kat-coder-pro | paid
|
||||
liquid/lfm-2.2-6b | paid
|
||||
liquid/lfm-2-24b-a2b | paid
|
||||
liquid/lfm2-8b-a1b | paid
|
||||
liquid/lfm-2.5-1.2b-instruct:free | free
|
||||
liquid/lfm-2.5-1.2b-thinking:free | free
|
||||
@ -161,11 +165,11 @@ export interface IKBotOptions {
|
||||
minimax/minimax-m2 | paid
|
||||
minimax/minimax-m2-her | paid
|
||||
minimax/minimax-m2.1 | paid
|
||||
minimax/minimax-m2.5 | paid
|
||||
minimax/minimax-01 | paid
|
||||
mistralai/mistral-large | paid
|
||||
mistralai/mistral-large-2407 | paid
|
||||
mistralai/mistral-large-2411 | paid
|
||||
mistralai/mistral-tiny | paid
|
||||
mistralai/codestral-2508 | paid
|
||||
mistralai/devstral-2512 | paid
|
||||
mistralai/devstral-medium | paid
|
||||
@ -173,12 +177,7 @@ export interface IKBotOptions {
|
||||
mistralai/ministral-14b-2512 | paid
|
||||
mistralai/ministral-3b-2512 | paid
|
||||
mistralai/ministral-8b-2512 | paid
|
||||
mistralai/ministral-3b | paid
|
||||
mistralai/ministral-8b | paid
|
||||
mistralai/mistral-7b-instruct | paid
|
||||
mistralai/mistral-7b-instruct-v0.1 | paid
|
||||
mistralai/mistral-7b-instruct-v0.2 | paid
|
||||
mistralai/mistral-7b-instruct-v0.3 | paid
|
||||
mistralai/mistral-large-2512 | paid
|
||||
mistralai/mistral-medium-3 | paid
|
||||
mistralai/mistral-medium-3.1 | paid
|
||||
@ -190,11 +189,9 @@ export interface IKBotOptions {
|
||||
mistralai/mistral-small-creative | paid
|
||||
mistralai/mixtral-8x22b-instruct | paid
|
||||
mistralai/mixtral-8x7b-instruct | paid
|
||||
mistralai/pixtral-12b | paid
|
||||
mistralai/pixtral-large-2411 | paid
|
||||
mistralai/mistral-saba | paid
|
||||
mistralai/voxtral-small-24b-2507 | paid
|
||||
moonshotai/kimi-dev-72b | paid
|
||||
moonshotai/kimi-k2 | paid
|
||||
moonshotai/kimi-k2-0905 | paid
|
||||
moonshotai/kimi-k2-0905:exacto | paid
|
||||
@ -206,7 +203,6 @@ export interface IKBotOptions {
|
||||
neversleep/llama-3.1-lumimaid-8b | paid
|
||||
nex-agi/deepseek-v3.1-nex-n1 | paid
|
||||
neversleep/noromaid-20b | paid
|
||||
nousresearch/deephermes-3-mistral-24b-preview | paid
|
||||
nousresearch/hermes-3-llama-3.1-405b | paid
|
||||
nousresearch/hermes-3-llama-3.1-405b:free | free
|
||||
nousresearch/hermes-3-llama-3.1-70b | paid
|
||||
@ -214,7 +210,6 @@ export interface IKBotOptions {
|
||||
nousresearch/hermes-4-70b | paid
|
||||
nousresearch/hermes-2-pro-llama-3-8b | paid
|
||||
nvidia/llama-3.1-nemotron-70b-instruct | paid
|
||||
nvidia/llama-3.1-nemotron-ultra-253b-v1 | paid
|
||||
nvidia/llama-3.3-nemotron-super-49b-v1.5 | paid
|
||||
nvidia/nemotron-3-nano-30b-a3b | paid
|
||||
nvidia/nemotron-3-nano-30b-a3b:free | free
|
||||
@ -222,7 +217,6 @@ export interface IKBotOptions {
|
||||
nvidia/nemotron-nano-12b-v2-vl:free | free
|
||||
nvidia/nemotron-nano-9b-v2 | paid
|
||||
nvidia/nemotron-nano-9b-v2:free | free
|
||||
openai/chatgpt-4o-latest | paid
|
||||
openai/gpt-audio | paid
|
||||
openai/gpt-audio-mini | paid
|
||||
openai/gpt-3.5-turbo | paid
|
||||
@ -264,6 +258,10 @@ export interface IKBotOptions {
|
||||
openai/gpt-5.2-chat | paid
|
||||
openai/gpt-5.2-pro | paid
|
||||
openai/gpt-5.2-codex | paid
|
||||
openai/gpt-5.3-chat | paid
|
||||
openai/gpt-5.3-codex | paid
|
||||
openai/gpt-5.4 | paid
|
||||
openai/gpt-5.4-pro | paid
|
||||
openai/gpt-oss-120b | paid
|
||||
openai/gpt-oss-120b:exacto | paid
|
||||
openai/gpt-oss-120b:free | free
|
||||
@ -280,7 +278,6 @@ export interface IKBotOptions {
|
||||
openai/o4-mini | paid
|
||||
openai/o4-mini-deep-research | paid
|
||||
openai/o4-mini-high | paid
|
||||
opengvlab/internvl3-78b | paid
|
||||
perplexity/sonar | paid
|
||||
perplexity/sonar-deep-research | paid
|
||||
perplexity/sonar-pro | paid
|
||||
@ -317,6 +314,7 @@ export interface IKBotOptions {
|
||||
qwen/qwen3-coder-next | paid
|
||||
qwen/qwen3-coder-plus | paid
|
||||
qwen/qwen3-max | paid
|
||||
qwen/qwen3-max-thinking | paid
|
||||
qwen/qwen3-next-80b-a3b-instruct | paid
|
||||
qwen/qwen3-next-80b-a3b-instruct:free | free
|
||||
qwen/qwen3-next-80b-a3b-thinking | paid
|
||||
@ -327,6 +325,12 @@ export interface IKBotOptions {
|
||||
qwen/qwen3-vl-32b-instruct | paid
|
||||
qwen/qwen3-vl-8b-instruct | paid
|
||||
qwen/qwen3-vl-8b-thinking | paid
|
||||
qwen/qwen3.5-397b-a17b | paid
|
||||
qwen/qwen3.5-plus-02-15 | paid
|
||||
qwen/qwen3.5-122b-a10b | paid
|
||||
qwen/qwen3.5-27b | paid
|
||||
qwen/qwen3.5-35b-a3b | paid
|
||||
qwen/qwen3.5-flash-02-23 | paid
|
||||
qwen/qwq-32b | paid
|
||||
qwen/qwen-2.5-72b-instruct | paid
|
||||
qwen/qwen-2.5-coder-32b-instruct | paid
|
||||
@ -339,22 +343,17 @@ export interface IKBotOptions {
|
||||
sao10k/l3.1-euryale-70b | paid
|
||||
sao10k/l3.3-euryale-70b | paid
|
||||
raifle/sorcererlm-8x22b | paid
|
||||
stepfun/step-3.5-flash | paid
|
||||
stepfun/step-3.5-flash:free | free
|
||||
stepfun-ai/step3 | paid
|
||||
switchpoint/router | paid
|
||||
tencent/hunyuan-a13b-instruct | paid
|
||||
thedrummer/cydonia-24b-v4.1 | paid
|
||||
thedrummer/rocinante-12b | paid
|
||||
thedrummer/skyfall-36b-v2 | paid
|
||||
thedrummer/unslopnemo-12b | paid
|
||||
tngtech/deepseek-r1t-chimera | paid
|
||||
tngtech/deepseek-r1t-chimera:free | free
|
||||
tngtech/deepseek-r1t2-chimera | paid
|
||||
tngtech/deepseek-r1t2-chimera:free | free
|
||||
tngtech/tng-r1t-chimera | paid
|
||||
tngtech/tng-r1t-chimera:free | free
|
||||
alibaba/tongyi-deepresearch-30b-a3b | paid
|
||||
upstage/solar-pro-3:free | free
|
||||
upstage/solar-pro-3 | paid
|
||||
cognitivecomputations/dolphin-mistral-24b-venice-edition:free | free
|
||||
microsoft/wizardlm-2-8x22b | paid
|
||||
writer/palmyra-x5 | paid
|
||||
@ -377,13 +376,12 @@ export interface IKBotOptions {
|
||||
z-ai/glm-4.6v | paid
|
||||
z-ai/glm-4.7 | paid
|
||||
z-ai/glm-4.7-flash | paid
|
||||
z-ai/glm-5 | paid
|
||||
[35m[1m[22m[39m
|
||||
[35m[1m OpenAI models:[22m[39m
|
||||
[35m[1m[22m[39m
|
||||
babbage-002
|
||||
chatgpt-4o-latest
|
||||
chatgpt-image-latest
|
||||
codex-mini-latest
|
||||
dall-e-2
|
||||
dall-e-3
|
||||
davinci-002
|
||||
@ -458,7 +456,14 @@ export interface IKBotOptions {
|
||||
gpt-5.2-codex
|
||||
gpt-5.2-pro
|
||||
gpt-5.2-pro-2025-12-11
|
||||
gpt-5.3-chat-latest
|
||||
gpt-5.3-codex
|
||||
gpt-5.4
|
||||
gpt-5.4-2026-03-05
|
||||
gpt-5.4-pro
|
||||
gpt-5.4-pro-2026-03-05
|
||||
gpt-audio
|
||||
gpt-audio-1.5
|
||||
gpt-audio-2025-08-28
|
||||
gpt-audio-mini
|
||||
gpt-audio-mini-2025-10-06
|
||||
@ -467,6 +472,7 @@ export interface IKBotOptions {
|
||||
gpt-image-1-mini
|
||||
gpt-image-1.5
|
||||
gpt-realtime
|
||||
gpt-realtime-1.5
|
||||
gpt-realtime-2025-08-28
|
||||
gpt-realtime-mini
|
||||
gpt-realtime-mini-2025-10-06
|
||||
|
||||
Loading…
Reference in New Issue
Block a user