maintainence love:)
This commit is contained in:
parent
d3b7b5ccb2
commit
0c87df2d6e
@ -1,5 +1,5 @@
|
||||
{
|
||||
"timestamp": 1773934253942,
|
||||
"timestamp": 1773934586082,
|
||||
"models": [
|
||||
{
|
||||
"id": "gpt-4-0613",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"timestamp": 1773934254110,
|
||||
"timestamp": 1773934586216,
|
||||
"models": [
|
||||
{
|
||||
"id": "xiaomi/mimo-v2-omni",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,8 +5,9 @@ kbot-d build
|
||||
npm run webpack
|
||||
sh scripts/update-readme.sh
|
||||
cp README.md dist/README.md
|
||||
cd dist
|
||||
npm version patch
|
||||
npm publish -tag next
|
||||
cd ..
|
||||
#cd dist
|
||||
#npm version patch
|
||||
#npm publish -tag next
|
||||
#cd ..
|
||||
git commit -m "maintainence love:)" .
|
||||
|
||||
|
||||
@ -128,8 +128,6 @@ export interface IKBotOptions {
|
||||
google/gemini-2.5-flash-image | paid
|
||||
google/gemini-3.1-flash-image-preview | paid
|
||||
google/gemini-3-pro-image-preview | paid
|
||||
openrouter/healer-alpha | paid
|
||||
openrouter/hunter-alpha | paid
|
||||
ibm-granite/granite-4.0-h-micro | paid
|
||||
inception/mercury | paid
|
||||
inception/mercury-2 | paid
|
||||
@ -149,7 +147,6 @@ export interface IKBotOptions {
|
||||
meta-llama/llama-3-70b-instruct | paid
|
||||
meta-llama/llama-3-8b-instruct | paid
|
||||
meta-llama/llama-3.1-405b | paid
|
||||
meta-llama/llama-3.1-405b-instruct | paid
|
||||
meta-llama/llama-3.1-70b-instruct | paid
|
||||
meta-llama/llama-3.1-8b-instruct | paid
|
||||
meta-llama/llama-3.2-11b-vision-instruct | paid
|
||||
@ -167,6 +164,8 @@ export interface IKBotOptions {
|
||||
minimax/minimax-m2-her | paid
|
||||
minimax/minimax-m2.1 | paid
|
||||
minimax/minimax-m2.5 | paid
|
||||
minimax/minimax-m2.5:free | free
|
||||
minimax/minimax-m2.7 | paid
|
||||
minimax/minimax-01 | paid
|
||||
mistralai/mistral-large | paid
|
||||
mistralai/mistral-large-2407 | paid
|
||||
@ -187,6 +186,7 @@ export interface IKBotOptions {
|
||||
mistralai/mistral-small-3.1-24b-instruct | paid
|
||||
mistralai/mistral-small-3.1-24b-instruct:free | free
|
||||
mistralai/mistral-small-3.2-24b-instruct | paid
|
||||
mistralai/mistral-small-2603 | paid
|
||||
mistralai/mistral-small-creative | paid
|
||||
mistralai/mixtral-8x22b-instruct | paid
|
||||
mistralai/mixtral-8x7b-instruct | paid
|
||||
@ -211,6 +211,7 @@ export interface IKBotOptions {
|
||||
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
|
||||
nvidia/nemotron-3-super-120b-a12b | paid
|
||||
nvidia/nemotron-3-super-120b-a12b:free | free
|
||||
nvidia/nemotron-nano-12b-v2-vl | paid
|
||||
nvidia/nemotron-nano-12b-v2-vl:free | free
|
||||
@ -260,6 +261,8 @@ export interface IKBotOptions {
|
||||
openai/gpt-5.3-chat | paid
|
||||
openai/gpt-5.3-codex | paid
|
||||
openai/gpt-5.4 | paid
|
||||
openai/gpt-5.4-mini | paid
|
||||
openai/gpt-5.4-nano | paid
|
||||
openai/gpt-5.4-pro | paid
|
||||
openai/gpt-oss-120b | paid
|
||||
openai/gpt-oss-120b:free | free
|
||||
@ -365,6 +368,8 @@ export interface IKBotOptions {
|
||||
x-ai/grok-4.20-multi-agent-beta | paid
|
||||
x-ai/grok-code-fast-1 | paid
|
||||
xiaomi/mimo-v2-flash | paid
|
||||
xiaomi/mimo-v2-omni | paid
|
||||
xiaomi/mimo-v2-pro | paid
|
||||
z-ai/glm-4-32b | paid
|
||||
z-ai/glm-4.5 | paid
|
||||
z-ai/glm-4.5-air | paid
|
||||
@ -375,6 +380,7 @@ export interface IKBotOptions {
|
||||
z-ai/glm-4.7 | paid
|
||||
z-ai/glm-4.7-flash | paid
|
||||
z-ai/glm-5 | paid
|
||||
z-ai/glm-5-turbo | paid
|
||||
[35m[1m[22m[39m
|
||||
[35m[1m OpenAI models:[22m[39m
|
||||
[35m[1m[22m[39m
|
||||
@ -458,6 +464,10 @@ export interface IKBotOptions {
|
||||
gpt-5.3-codex
|
||||
gpt-5.4
|
||||
gpt-5.4-2026-03-05
|
||||
gpt-5.4-mini
|
||||
gpt-5.4-mini-2026-03-17
|
||||
gpt-5.4-nano
|
||||
gpt-5.4-nano-2026-03-17
|
||||
gpt-5.4-pro
|
||||
gpt-5.4-pro-2026-03-05
|
||||
gpt-audio
|
||||
|
||||
Loading…
Reference in New Issue
Block a user