ai-model-prices 2026.5.31 → 2026.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/adapters/cloudflare-workers-ai.d.mts +2 -2
- package/dist/adapters/cloudflare-workers-ai.d.ts +2 -2
- package/dist/adapters/crof.d.mts +2 -2
- package/dist/adapters/crof.d.ts +2 -2
- package/dist/adapters/github-copilot.d.mts +2 -2
- package/dist/adapters/github-copilot.d.ts +2 -2
- package/dist/adapters/opencode-go.d.mts +2 -2
- package/dist/adapters/opencode-go.d.ts +2 -2
- package/dist/adapters/opencode.d.mts +2 -2
- package/dist/adapters/opencode.d.ts +2 -2
- package/dist/adapters/openrouter.d.mts +2 -2
- package/dist/adapters/openrouter.d.ts +2 -2
- package/dist/adapters/ovhcloud.d.mts +2 -2
- package/dist/adapters/ovhcloud.d.ts +2 -2
- package/dist/adapters/venice.d.mts +2 -2
- package/dist/adapters/venice.d.ts +2 -2
- package/dist/adapters/vercel.d.mts +1 -1
- package/dist/adapters/vercel.d.ts +1 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/providers/amazon-bedrock.js +1 -1
- package/dist/providers/cloudflare-workers-ai.js +1 -1
- package/dist/providers/crof.js +1 -1
- package/dist/providers/github-copilot.js +1 -1
- package/dist/providers/hpc-ai.js +1 -1
- package/dist/providers/llmgateway.js +1 -1
- package/dist/providers/opencode-go.js +1 -1
- package/dist/providers/opencode.js +1 -1
- package/dist/providers/openrouter.js +1 -1
- package/dist/providers/ovhcloud.js +1 -1
- package/dist/providers/venice.js +1 -1
- package/dist/providers/vercel.js +1 -1
- package/dist/providers/wafer.ai.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Pricing data for AI models, typed and kept up to date daily from [models.dev](https://models.dev).
|
|
7
7
|
|
|
8
8
|
<!-- STATS:START -->
|
|
9
|
-
**133 providers ·
|
|
9
|
+
**133 providers · 4712 models · Updated 2026-06-02**
|
|
10
10
|
<!-- STATS:END -->
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="@cf/mistralai/mistral-small-3.1-24b-instruct" | "@cf/zai-org/glm-4.7-flash" | "@cf/
|
|
3
|
-
export type ModelName="Mistral Small 3.1 24B Instruct" | "GLM-4.7-Flash" | "
|
|
2
|
+
export type ModelId="@cf/mistralai/mistral-small-3.1-24b-instruct" | "@cf/zai-org/glm-4.7-flash" | "@cf/qwen/qwen2.5-coder-32b-instruct" | "@cf/qwen/qwq-32b" | "@cf/qwen/qwen3-30b-a3b-fp8" | "@cf/moonshotai/kimi-k2.6" | "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b" | "@cf/nvidia/nemotron-3-120b-a12b" | "@cf/aisingapore/gemma-sea-lion-v4-27b-it" | "@cf/meta/llama-3.3-70b-instruct-fp8-fast" | "@cf/meta/llama-4-scout-17b-16e-instruct" | "@cf/meta/llama-3.1-8b-instruct-fp8" | "@cf/meta/llama-3.2-3b-instruct" | "@cf/meta/llama-3.2-11b-vision-instruct" | "@cf/meta/llama-3.2-1b-instruct" | "@cf/meta/llama-guard-3-8b" | "@cf/ibm-granite/granite-4.0-h-micro" | "@cf/google/gemma-4-26b-a4b-it" | "@cf/openai/gpt-oss-120b" | "@cf/openai/gpt-oss-20b";
|
|
3
|
+
export type ModelName="Mistral Small 3.1 24B Instruct" | "GLM-4.7-Flash" | "Qwen2.5 Coder 32B Instruct" | "Qwq 32B" | "Qwen3 30B A3b fp8" | "Kimi K2.6" | "Deepseek R1 Distill Qwen 32B" | "Nemotron 3 Super 120B" | "Gemma Sea Lion V4 27B It" | "Llama 3.3 70B Instruct fp8 Fast" | "Llama 4 Scout 17B 16E Instruct" | "Llama 3.1 8B Instruct fp8" | "Llama 3.2 3B Instruct" | "Llama 3.2 11B Vision Instruct" | "Llama 3.2 1B Instruct" | "Llama Guard 3 8B" | "Granite 4.0 H Micro" | "Gemma 4 26B A4B IT" | "GPT OSS 120B" | "GPT OSS 20B";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="@cf/mistralai/mistral-small-3.1-24b-instruct" | "@cf/zai-org/glm-4.7-flash" | "@cf/
|
|
3
|
-
export type ModelName="Mistral Small 3.1 24B Instruct" | "GLM-4.7-Flash" | "
|
|
2
|
+
export type ModelId="@cf/mistralai/mistral-small-3.1-24b-instruct" | "@cf/zai-org/glm-4.7-flash" | "@cf/qwen/qwen2.5-coder-32b-instruct" | "@cf/qwen/qwq-32b" | "@cf/qwen/qwen3-30b-a3b-fp8" | "@cf/moonshotai/kimi-k2.6" | "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b" | "@cf/nvidia/nemotron-3-120b-a12b" | "@cf/aisingapore/gemma-sea-lion-v4-27b-it" | "@cf/meta/llama-3.3-70b-instruct-fp8-fast" | "@cf/meta/llama-4-scout-17b-16e-instruct" | "@cf/meta/llama-3.1-8b-instruct-fp8" | "@cf/meta/llama-3.2-3b-instruct" | "@cf/meta/llama-3.2-11b-vision-instruct" | "@cf/meta/llama-3.2-1b-instruct" | "@cf/meta/llama-guard-3-8b" | "@cf/ibm-granite/granite-4.0-h-micro" | "@cf/google/gemma-4-26b-a4b-it" | "@cf/openai/gpt-oss-120b" | "@cf/openai/gpt-oss-20b";
|
|
3
|
+
export type ModelName="Mistral Small 3.1 24B Instruct" | "GLM-4.7-Flash" | "Qwen2.5 Coder 32B Instruct" | "Qwq 32B" | "Qwen3 30B A3b fp8" | "Kimi K2.6" | "Deepseek R1 Distill Qwen 32B" | "Nemotron 3 Super 120B" | "Gemma Sea Lion V4 27B It" | "Llama 3.3 70B Instruct fp8 Fast" | "Llama 4 Scout 17B 16E Instruct" | "Llama 3.1 8B Instruct fp8" | "Llama 3.2 3B Instruct" | "Llama 3.2 11B Vision Instruct" | "Llama 3.2 1B Instruct" | "Llama Guard 3 8B" | "Granite 4.0 H Micro" | "Gemma 4 26B A4B IT" | "GPT OSS 120B" | "GPT OSS 20B";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
package/dist/adapters/crof.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="
|
|
3
|
-
export type ModelName="
|
|
2
|
+
export type ModelId="greg-1" | "greg-rp" | "deepseek-v3.2" | "greg-1-super" | "greg-1-mini" | "qwen3.5-9b" | "kimi-k2.5-lightning" | "deepseek-v4-pro-lightning" | "gemma-4-31b-it" | "qwen3.6-27b" | "kimi-k2.6" | "glm-4.7" | "glm-4.7-flash" | "deepseek-v4-flash" | "glm-5" | "qwen3.5-397b-a17b" | "minimax-m2.5" | "deepseek-v4-pro" | "kimi-k2.5" | "glm-5.1" | "mimo-v2.5-pro";
|
|
3
|
+
export type ModelName="Greg 1 Normal" | "Greg (Roleplay)" | "DeepSeek V3.2" | "Greg 1 Super" | "Greg 1 Mini" | "Qwen3.5 9B" | "Kimi K2.5 (Lightning)" | "DeepSeek V4 Pro" | "Gemma 4 31B IT" | "Qwen3.6 27B" | "Kimi K2.6" | "GLM-4.7" | "GLM-4.7-Flash" | "DeepSeek V4 Flash" | "GLM-5" | "Qwen3.5 397B-A17B" | "MiniMax-M2.5" | "Kimi K2.5" | "GLM-5.1" | "MiMo-V2.5-Pro";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
package/dist/adapters/crof.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="
|
|
3
|
-
export type ModelName="
|
|
2
|
+
export type ModelId="greg-1" | "greg-rp" | "deepseek-v3.2" | "greg-1-super" | "greg-1-mini" | "qwen3.5-9b" | "kimi-k2.5-lightning" | "deepseek-v4-pro-lightning" | "gemma-4-31b-it" | "qwen3.6-27b" | "kimi-k2.6" | "glm-4.7" | "glm-4.7-flash" | "deepseek-v4-flash" | "glm-5" | "qwen3.5-397b-a17b" | "minimax-m2.5" | "deepseek-v4-pro" | "kimi-k2.5" | "glm-5.1" | "mimo-v2.5-pro";
|
|
3
|
+
export type ModelName="Greg 1 Normal" | "Greg (Roleplay)" | "DeepSeek V3.2" | "Greg 1 Super" | "Greg 1 Mini" | "Qwen3.5 9B" | "Kimi K2.5 (Lightning)" | "DeepSeek V4 Pro" | "Gemma 4 31B IT" | "Qwen3.6 27B" | "Kimi K2.6" | "GLM-4.7" | "GLM-4.7-Flash" | "DeepSeek V4 Flash" | "GLM-5" | "Qwen3.5 397B-A17B" | "MiniMax-M2.5" | "Kimi K2.5" | "GLM-5.1" | "MiMo-V2.5-Pro";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="claude-sonnet-4" | "gpt-5-mini" | "gpt-
|
|
3
|
-
export type ModelName="Claude Sonnet 4" | "GPT-5
|
|
2
|
+
export type ModelId="raptor-mini" | "claude-sonnet-4" | "gpt-5-mini" | "gpt-5.2" | "claude-sonnet-4.6" | "gpt-5.4" | "gemini-3-flash-preview" | "gpt-5.5" | "claude-opus-4.5" | "claude-opus-4.7" | "gemini-2.5-pro" | "gpt-4.1" | "gpt-5.4-nano" | "gemini-3.1-pro-preview" | "gpt-5.3-codex" | "gemini-3.5-flash" | "claude-sonnet-4.5" | "gpt-5.2-codex" | "claude-opus-4.6" | "claude-haiku-4.5" | "claude-opus-4.8" | "gpt-5.4-mini";
|
|
3
|
+
export type ModelName="Raptor mini" | "Claude Sonnet 4 (latest)" | "GPT-5 Mini" | "GPT-5.2" | "Claude Sonnet 4.6" | "GPT-5.4" | "Gemini 3 Flash Preview" | "GPT-5.5" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Gemini 2.5 Pro" | "GPT-4.1" | "GPT-5.4 nano" | "Gemini 3.1 Pro Preview" | "GPT-5.3 Codex" | "Gemini 3.5 Flash" | "Claude Sonnet 4.5 (latest)" | "GPT-5.2 Codex" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.8" | "GPT-5.4 mini";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="claude-sonnet-4" | "gpt-5-mini" | "gpt-
|
|
3
|
-
export type ModelName="Claude Sonnet 4" | "GPT-5
|
|
2
|
+
export type ModelId="raptor-mini" | "claude-sonnet-4" | "gpt-5-mini" | "gpt-5.2" | "claude-sonnet-4.6" | "gpt-5.4" | "gemini-3-flash-preview" | "gpt-5.5" | "claude-opus-4.5" | "claude-opus-4.7" | "gemini-2.5-pro" | "gpt-4.1" | "gpt-5.4-nano" | "gemini-3.1-pro-preview" | "gpt-5.3-codex" | "gemini-3.5-flash" | "claude-sonnet-4.5" | "gpt-5.2-codex" | "claude-opus-4.6" | "claude-haiku-4.5" | "claude-opus-4.8" | "gpt-5.4-mini";
|
|
3
|
+
export type ModelName="Raptor mini" | "Claude Sonnet 4 (latest)" | "GPT-5 Mini" | "GPT-5.2" | "Claude Sonnet 4.6" | "GPT-5.4" | "Gemini 3 Flash Preview" | "GPT-5.5" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Gemini 2.5 Pro" | "GPT-4.1" | "GPT-5.4 nano" | "Gemini 3.1 Pro Preview" | "GPT-5.3 Codex" | "Gemini 3.5 Flash" | "Claude Sonnet 4.5 (latest)" | "GPT-5.2 Codex" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.8" | "GPT-5.4 mini";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="qwen3.5-plus" | "mimo-v2-omni" | "kimi-k2.6" | "qwen3.7-max" | "qwen3.6-plus" | "minimax-m2.7" | "deepseek-v4-flash" | "glm-5" | "minimax-m2.5" | "mimo-v2-pro" | "mimo-v2.5" | "deepseek-v4-pro" | "kimi-k2.5" | "glm-5.1" | "mimo-v2.5-pro";
|
|
3
|
-
export type ModelName="Qwen3.5 Plus" | "MiMo V2 Omni" | "Kimi K2.6" | "Qwen3.7 Max" | "Qwen3.6 Plus" | "MiniMax M2.7" | "DeepSeek V4 Flash" | "GLM-5" | "MiniMax M2.5" | "MiMo V2 Pro" | "MiMo V2.5" | "DeepSeek V4 Pro" | "Kimi K2.5" | "GLM-5.1" | "MiMo V2.5 Pro";
|
|
2
|
+
export type ModelId="minimax-m3" | "qwen3.5-plus" | "mimo-v2-omni" | "kimi-k2.6" | "qwen3.7-max" | "qwen3.6-plus" | "minimax-m2.7" | "deepseek-v4-flash" | "glm-5" | "minimax-m2.5" | "mimo-v2-pro" | "mimo-v2.5" | "deepseek-v4-pro" | "kimi-k2.5" | "glm-5.1" | "mimo-v2.5-pro";
|
|
3
|
+
export type ModelName="MiniMax M3" | "Qwen3.5 Plus" | "MiMo V2 Omni" | "Kimi K2.6" | "Qwen3.7 Max" | "Qwen3.6 Plus" | "MiniMax M2.7" | "DeepSeek V4 Flash" | "GLM-5" | "MiniMax M2.5" | "MiMo V2 Pro" | "MiMo V2.5" | "DeepSeek V4 Pro" | "Kimi K2.5" | "GLM-5.1" | "MiMo V2.5 Pro";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="qwen3.5-plus" | "mimo-v2-omni" | "kimi-k2.6" | "qwen3.7-max" | "qwen3.6-plus" | "minimax-m2.7" | "deepseek-v4-flash" | "glm-5" | "minimax-m2.5" | "mimo-v2-pro" | "mimo-v2.5" | "deepseek-v4-pro" | "kimi-k2.5" | "glm-5.1" | "mimo-v2.5-pro";
|
|
3
|
-
export type ModelName="Qwen3.5 Plus" | "MiMo V2 Omni" | "Kimi K2.6" | "Qwen3.7 Max" | "Qwen3.6 Plus" | "MiniMax M2.7" | "DeepSeek V4 Flash" | "GLM-5" | "MiniMax M2.5" | "MiMo V2 Pro" | "MiMo V2.5" | "DeepSeek V4 Pro" | "Kimi K2.5" | "GLM-5.1" | "MiMo V2.5 Pro";
|
|
2
|
+
export type ModelId="minimax-m3" | "qwen3.5-plus" | "mimo-v2-omni" | "kimi-k2.6" | "qwen3.7-max" | "qwen3.6-plus" | "minimax-m2.7" | "deepseek-v4-flash" | "glm-5" | "minimax-m2.5" | "mimo-v2-pro" | "mimo-v2.5" | "deepseek-v4-pro" | "kimi-k2.5" | "glm-5.1" | "mimo-v2.5-pro";
|
|
3
|
+
export type ModelName="MiniMax M3" | "Qwen3.5 Plus" | "MiMo V2 Omni" | "Kimi K2.6" | "Qwen3.7 Max" | "Qwen3.6 Plus" | "MiniMax M2.7" | "DeepSeek V4 Flash" | "GLM-5" | "MiniMax M2.5" | "MiMo V2 Pro" | "MiMo V2.5" | "DeepSeek V4 Pro" | "Kimi K2.5" | "GLM-5.1" | "MiMo V2.5 Pro";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="claude-opus-4-5" | "mimo-v2-flash-free" | "claude-sonnet-4" | "claude-sonnet-4-6" | "grok-build-0.1" | "gpt-5.2" | "gpt-5-codex" | "hy3-preview-free" | "glm-4.6" | "kimi-k2-thinking" | "gemini-3-pro" | "gpt-5" | "claude-haiku-4-5" | "gpt-5.4-pro" | "qwen3.5-plus" | "minimax-m2.1" | "kimi-k2.6" | "glm-4.7" | "gpt-5.1" | "gpt-5-nano" | "claude-opus-4-1" | "gpt-5.1-codex-max" | "gpt-5.1-codex-mini" | "mimo-v2-omni-free" | "ring-2.6-1t-free" | "trinity-large-preview-free" | "gemini-3-flash" | "qwen3.6-plus" | "mimo-v2.5-free" | "gpt-5.4-nano" | "claude-3-5-haiku" | "gpt-5.3-codex" | "gpt-5.3-codex-spark" | "qwen3.6-plus-free" | "gpt-5.5-pro" | "minimax-m2.1-free" | "gemini-3.1-pro" | "gemini-3.5-flash" | "deepseek-v4-flash-free" | "gpt-5.2-codex" | "minimax-m2.7" | "kimi-k2.5-free" | "nemotron-3-super-free" | "glm-5" | "gpt-5.1-codex" | "qwen3-coder" | "big-pickle" | "ling-2.6-flash-free" | "minimax-m2.5" | "glm-4.7-free" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro-free" | "kimi-k2" | "kimi-k2.5" | "claude-opus-4-7" | "glm-5.1" | "grok-code" | "minimax-m2.5-free" | "glm-5-free" | "gpt-5.4" | "gpt-5.5" | "claude-opus-4-8" | "claude-opus-4-6";
|
|
3
|
-
export type ModelName="Claude Opus 4.5" | "MiMo V2 Flash Free" | "Claude Sonnet 4" | "Claude Sonnet 4.6" | "Grok Build 0.1" | "GPT-5.2" | "GPT-5 Codex" | "Hy3 preview Free" | "GLM-4.6" | "Kimi K2 Thinking" | "Gemini 3 Pro" | "GPT-5" | "Claude Haiku 4.5" | "GPT-5.4 Pro" | "Qwen3.5 Plus" | "MiniMax M2.1" | "Kimi K2.6" | "GLM-4.7" | "GPT-5.1" | "GPT-5 Nano" | "Claude Opus 4.1" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex Mini" | "MiMo V2 Omni Free" | "Ring 2.6 1T Free" | "Trinity Large Preview" | "Gemini 3 Flash" | "Qwen3.6 Plus" | "MiMo V2.5 Free" | "GPT-5.4 Nano" | "Claude Haiku 3.5" | "GPT-5.3 Codex" | "GPT-5.3 Codex Spark" | "Qwen3.6 Plus Free" | "GPT-5.5 Pro" | "MiniMax M2.1 Free" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "DeepSeek V4 Flash Free" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Kimi K2.5 Free" | "Nemotron 3 Super Free" | "GLM-5" | "GPT-5.1 Codex" | "Qwen3 Coder" | "Big Pickle" | "Ling 2.6 Flash Free" | "MiniMax M2.5" | "GLM-4.7 Free" | "Claude Sonnet 4.5" | "GPT-5.4 Mini" | "MiMo V2 Pro Free" | "Kimi K2" | "Kimi K2.5" | "Claude Opus 4.7" | "GLM-5.1" | "Grok Code Fast 1" | "MiniMax M2.5 Free" | "GLM-5 Free" | "GPT-5.4" | "GPT-5.5" | "Claude Opus 4.8" | "Claude Opus 4.6";
|
|
2
|
+
export type ModelId="claude-opus-4-5" | "mimo-v2-flash-free" | "claude-sonnet-4" | "claude-sonnet-4-6" | "grok-build-0.1" | "gpt-5.2" | "gpt-5-codex" | "hy3-preview-free" | "glm-4.6" | "kimi-k2-thinking" | "gemini-3-pro" | "gpt-5" | "claude-haiku-4-5" | "gpt-5.4-pro" | "qwen3.5-plus" | "minimax-m2.1" | "kimi-k2.6" | "glm-4.7" | "gpt-5.1" | "gpt-5-nano" | "claude-opus-4-1" | "gpt-5.1-codex-max" | "gpt-5.1-codex-mini" | "mimo-v2-omni-free" | "ring-2.6-1t-free" | "trinity-large-preview-free" | "gemini-3-flash" | "qwen3.6-plus" | "mimo-v2.5-free" | "gpt-5.4-nano" | "claude-3-5-haiku" | "gpt-5.3-codex" | "gpt-5.3-codex-spark" | "qwen3.6-plus-free" | "gpt-5.5-pro" | "minimax-m2.1-free" | "gemini-3.1-pro" | "gemini-3.5-flash" | "deepseek-v4-flash-free" | "gpt-5.2-codex" | "minimax-m2.7" | "kimi-k2.5-free" | "nemotron-3-super-free" | "glm-5" | "gpt-5.1-codex" | "qwen3-coder" | "big-pickle" | "ling-2.6-flash-free" | "minimax-m3-free" | "minimax-m2.5" | "glm-4.7-free" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro-free" | "kimi-k2" | "kimi-k2.5" | "claude-opus-4-7" | "glm-5.1" | "grok-code" | "minimax-m2.5-free" | "glm-5-free" | "gpt-5.4" | "gpt-5.5" | "deepseek-v4-flash" | "claude-opus-4-8" | "claude-opus-4-6";
|
|
3
|
+
export type ModelName="Claude Opus 4.5" | "MiMo V2 Flash Free" | "Claude Sonnet 4" | "Claude Sonnet 4.6" | "Grok Build 0.1" | "GPT-5.2" | "GPT-5 Codex" | "Hy3 preview Free" | "GLM-4.6" | "Kimi K2 Thinking" | "Gemini 3 Pro" | "GPT-5" | "Claude Haiku 4.5" | "GPT-5.4 Pro" | "Qwen3.5 Plus" | "MiniMax M2.1" | "Kimi K2.6" | "GLM-4.7" | "GPT-5.1" | "GPT-5 Nano" | "Claude Opus 4.1" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex Mini" | "MiMo V2 Omni Free" | "Ring 2.6 1T Free" | "Trinity Large Preview" | "Gemini 3 Flash" | "Qwen3.6 Plus" | "MiMo V2.5 Free" | "GPT-5.4 Nano" | "Claude Haiku 3.5" | "GPT-5.3 Codex" | "GPT-5.3 Codex Spark" | "Qwen3.6 Plus Free" | "GPT-5.5 Pro" | "MiniMax M2.1 Free" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "DeepSeek V4 Flash Free" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Kimi K2.5 Free" | "Nemotron 3 Super Free" | "GLM-5" | "GPT-5.1 Codex" | "Qwen3 Coder" | "Big Pickle" | "Ling 2.6 Flash Free" | "MiniMax M3 Free" | "MiniMax M2.5" | "GLM-4.7 Free" | "Claude Sonnet 4.5" | "GPT-5.4 Mini" | "MiMo V2 Pro Free" | "Kimi K2" | "Kimi K2.5" | "Claude Opus 4.7" | "GLM-5.1" | "Grok Code Fast 1" | "MiniMax M2.5 Free" | "GLM-5 Free" | "GPT-5.4" | "GPT-5.5" | "DeepSeek V4 Flash" | "Claude Opus 4.8" | "Claude Opus 4.6";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="claude-opus-4-5" | "mimo-v2-flash-free" | "claude-sonnet-4" | "claude-sonnet-4-6" | "grok-build-0.1" | "gpt-5.2" | "gpt-5-codex" | "hy3-preview-free" | "glm-4.6" | "kimi-k2-thinking" | "gemini-3-pro" | "gpt-5" | "claude-haiku-4-5" | "gpt-5.4-pro" | "qwen3.5-plus" | "minimax-m2.1" | "kimi-k2.6" | "glm-4.7" | "gpt-5.1" | "gpt-5-nano" | "claude-opus-4-1" | "gpt-5.1-codex-max" | "gpt-5.1-codex-mini" | "mimo-v2-omni-free" | "ring-2.6-1t-free" | "trinity-large-preview-free" | "gemini-3-flash" | "qwen3.6-plus" | "mimo-v2.5-free" | "gpt-5.4-nano" | "claude-3-5-haiku" | "gpt-5.3-codex" | "gpt-5.3-codex-spark" | "qwen3.6-plus-free" | "gpt-5.5-pro" | "minimax-m2.1-free" | "gemini-3.1-pro" | "gemini-3.5-flash" | "deepseek-v4-flash-free" | "gpt-5.2-codex" | "minimax-m2.7" | "kimi-k2.5-free" | "nemotron-3-super-free" | "glm-5" | "gpt-5.1-codex" | "qwen3-coder" | "big-pickle" | "ling-2.6-flash-free" | "minimax-m2.5" | "glm-4.7-free" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro-free" | "kimi-k2" | "kimi-k2.5" | "claude-opus-4-7" | "glm-5.1" | "grok-code" | "minimax-m2.5-free" | "glm-5-free" | "gpt-5.4" | "gpt-5.5" | "claude-opus-4-8" | "claude-opus-4-6";
|
|
3
|
-
export type ModelName="Claude Opus 4.5" | "MiMo V2 Flash Free" | "Claude Sonnet 4" | "Claude Sonnet 4.6" | "Grok Build 0.1" | "GPT-5.2" | "GPT-5 Codex" | "Hy3 preview Free" | "GLM-4.6" | "Kimi K2 Thinking" | "Gemini 3 Pro" | "GPT-5" | "Claude Haiku 4.5" | "GPT-5.4 Pro" | "Qwen3.5 Plus" | "MiniMax M2.1" | "Kimi K2.6" | "GLM-4.7" | "GPT-5.1" | "GPT-5 Nano" | "Claude Opus 4.1" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex Mini" | "MiMo V2 Omni Free" | "Ring 2.6 1T Free" | "Trinity Large Preview" | "Gemini 3 Flash" | "Qwen3.6 Plus" | "MiMo V2.5 Free" | "GPT-5.4 Nano" | "Claude Haiku 3.5" | "GPT-5.3 Codex" | "GPT-5.3 Codex Spark" | "Qwen3.6 Plus Free" | "GPT-5.5 Pro" | "MiniMax M2.1 Free" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "DeepSeek V4 Flash Free" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Kimi K2.5 Free" | "Nemotron 3 Super Free" | "GLM-5" | "GPT-5.1 Codex" | "Qwen3 Coder" | "Big Pickle" | "Ling 2.6 Flash Free" | "MiniMax M2.5" | "GLM-4.7 Free" | "Claude Sonnet 4.5" | "GPT-5.4 Mini" | "MiMo V2 Pro Free" | "Kimi K2" | "Kimi K2.5" | "Claude Opus 4.7" | "GLM-5.1" | "Grok Code Fast 1" | "MiniMax M2.5 Free" | "GLM-5 Free" | "GPT-5.4" | "GPT-5.5" | "Claude Opus 4.8" | "Claude Opus 4.6";
|
|
2
|
+
export type ModelId="claude-opus-4-5" | "mimo-v2-flash-free" | "claude-sonnet-4" | "claude-sonnet-4-6" | "grok-build-0.1" | "gpt-5.2" | "gpt-5-codex" | "hy3-preview-free" | "glm-4.6" | "kimi-k2-thinking" | "gemini-3-pro" | "gpt-5" | "claude-haiku-4-5" | "gpt-5.4-pro" | "qwen3.5-plus" | "minimax-m2.1" | "kimi-k2.6" | "glm-4.7" | "gpt-5.1" | "gpt-5-nano" | "claude-opus-4-1" | "gpt-5.1-codex-max" | "gpt-5.1-codex-mini" | "mimo-v2-omni-free" | "ring-2.6-1t-free" | "trinity-large-preview-free" | "gemini-3-flash" | "qwen3.6-plus" | "mimo-v2.5-free" | "gpt-5.4-nano" | "claude-3-5-haiku" | "gpt-5.3-codex" | "gpt-5.3-codex-spark" | "qwen3.6-plus-free" | "gpt-5.5-pro" | "minimax-m2.1-free" | "gemini-3.1-pro" | "gemini-3.5-flash" | "deepseek-v4-flash-free" | "gpt-5.2-codex" | "minimax-m2.7" | "kimi-k2.5-free" | "nemotron-3-super-free" | "glm-5" | "gpt-5.1-codex" | "qwen3-coder" | "big-pickle" | "ling-2.6-flash-free" | "minimax-m3-free" | "minimax-m2.5" | "glm-4.7-free" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro-free" | "kimi-k2" | "kimi-k2.5" | "claude-opus-4-7" | "glm-5.1" | "grok-code" | "minimax-m2.5-free" | "glm-5-free" | "gpt-5.4" | "gpt-5.5" | "deepseek-v4-flash" | "claude-opus-4-8" | "claude-opus-4-6";
|
|
3
|
+
export type ModelName="Claude Opus 4.5" | "MiMo V2 Flash Free" | "Claude Sonnet 4" | "Claude Sonnet 4.6" | "Grok Build 0.1" | "GPT-5.2" | "GPT-5 Codex" | "Hy3 preview Free" | "GLM-4.6" | "Kimi K2 Thinking" | "Gemini 3 Pro" | "GPT-5" | "Claude Haiku 4.5" | "GPT-5.4 Pro" | "Qwen3.5 Plus" | "MiniMax M2.1" | "Kimi K2.6" | "GLM-4.7" | "GPT-5.1" | "GPT-5 Nano" | "Claude Opus 4.1" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex Mini" | "MiMo V2 Omni Free" | "Ring 2.6 1T Free" | "Trinity Large Preview" | "Gemini 3 Flash" | "Qwen3.6 Plus" | "MiMo V2.5 Free" | "GPT-5.4 Nano" | "Claude Haiku 3.5" | "GPT-5.3 Codex" | "GPT-5.3 Codex Spark" | "Qwen3.6 Plus Free" | "GPT-5.5 Pro" | "MiniMax M2.1 Free" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "DeepSeek V4 Flash Free" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Kimi K2.5 Free" | "Nemotron 3 Super Free" | "GLM-5" | "GPT-5.1 Codex" | "Qwen3 Coder" | "Big Pickle" | "Ling 2.6 Flash Free" | "MiniMax M3 Free" | "MiniMax M2.5" | "GLM-4.7 Free" | "Claude Sonnet 4.5" | "GPT-5.4 Mini" | "MiMo V2 Pro Free" | "Kimi K2" | "Kimi K2.5" | "Claude Opus 4.7" | "GLM-5.1" | "Grok Code Fast 1" | "MiniMax M2.5 Free" | "GLM-5 Free" | "GPT-5.4" | "GPT-5.5" | "DeepSeek V4 Flash" | "Claude Opus 4.8" | "Claude Opus 4.6";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="kwaipilot/kat-coder-pro-v2" | "z-ai/glm-4-32b" | "prime-intellect/intellect-3" | "alfredpros/codellama-7b-instruct-solidity" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-405b" | "nousresearch/hermes-3-llama-3.1-405b:free" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-2-pro-llama-3-8b" | "nousresearch/hermes-4-405b" | "mistralai/devstral-medium" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/mistral-medium-3-5" | "mistralai/mixtral-8x22b-instruct" | "mistralai/devstral-small" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/codestral-2508" | "mistralai/pixtral-large-2411" | "sao10k/l3.1-euryale-70b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3-euryale-70b" | "sao10k/l3.1-70b-hanami-x1" | "deepseek/deepseek-r1-0528" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-r1" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-distill-qwen-32b" | "inception/mercury-2" | "relace/relace-apply-3" | "relace/relace-search" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "thedrummer/unslopnemo-12b" | "thedrummer/cydonia-24b-v4.1" | "deepcogito/cogito-v2.1-671b" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "perceptron/perceptron-mk1" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4" | "ai21/jamba-large-1.7" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-next-80b-a3b-instruct:free" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder:free" | "qwen/qwen3-32b" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen3.6-27b" | "qwen/qwen3-235b-a22b" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen3-max" | "qwen/qwen3-coder-plus" | "qwen/qwen3-14b" | "qwen/qwen3-coder-next" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3-8b" | "qwen/qwen3.7-max" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3-30b-a3b" | "qwen/qwen3.6-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen-plus-2025-07-28:thinking" | "qwen/qwen3-coder" | "qwen/qwen3.6-max-preview" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-max-thinking" | "qwen/qwen3.5-27b" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen-plus" | "~moonshotai/kimi-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "liquid/lfm-2-24b-a2b" | "liquid/lfm-2.5-1.2b-instruct:free" | "liquid/lfm-2.5-1.2b-thinking:free" | "essentialai/rnj-1-instruct" | "cohere/command-a" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "meta-llama/llama-3.1-70b-instruct" | "meta-llama/llama-4-maverick" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-3.2-3b-instruct:free" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-11b-vision-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3-70b-instruct" | "meta-llama/llama-3-8b-instruct" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-guard-3-8b" | "perplexity/sonar" | "perplexity/sonar-pro" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-pro-search" | "perplexity/sonar-deep-research" | "anthracite-org/magnum-v4-72b" | "mancer/weaver" | "baidu/ernie-4.5-vl-424b-a47b" | "baidu/ernie-4.5-vl-28b-a3b" | "baidu/ernie-4.5-21b-a3b-thinking" | "baidu/ernie-4.5-21b-a3b" | "baidu/ernie-4.5-300b-a47b" | "x-ai/grok-4.20-multi-agent" | "x-ai/grok-4.20" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/llama-3.3-nemotron-super-49b-v1.5" | "nvidia/nemotron-3-super-120b-a12b" | "switchpoint/router" | "arcee-ai/trinity-mini" | "arcee-ai/trinity-large-thinking" | "arcee-ai/spotlight" | "arcee-ai/maestro-reasoning" | "arcee-ai/coder-large" | "arcee-ai/virtuoso-large" | "gryphe/mythomax-l2-13b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition:free" | "microsoft/phi-4" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4-mini-instruct" | "writer/palmyra-x5" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6" | "bytedance-seed/seed-2.0-lite" | "nex-agi/deepseek-v3.1-nex-n1" | "tencent/hy3-preview" | "tencent/hunyuan-a13b-instruct" | "ibm-granite/granite-4.1-8b" | "ibm-granite/granite-4.0-h-micro" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "aion-labs/aion-2.0" | "aion-labs/aion-1.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-1.0-mini" | "amazon/nova-pro-v1" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "inclusionai/ling-2.6-flash" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "morph/morph-v3-fast" | "morph/morph-v3-large" | "undi95/remm-slerp-l2-13b" | "google/gemini-2.0-flash-lite-001" | "google/gemini-2.0-flash-001" | "google/lyria-3-clip-preview" | "google/gemini-2.5-pro-preview" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3n-e4b-it" | "google/gemma-3-27b-it" | "google/gemma-3-12b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemma-3-4b-it" | "google/lyria-3-pro-preview" | "google/gemma-2-27b-it" | "google/gemini-3-pro-image-preview" | "openai/o3-mini-high" | "openai/o4-mini-high" | "openai/gpt-5-chat" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5-image" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.4-image-2" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-oss-20b:free" | "openai/gpt-oss-120b" | "openai/gpt-chat-latest" | "openai/gpt-4-1106-preview" | "openai/gpt-oss-20b" | "openai/gpt-4-0314" | "openai/gpt-4-turbo-preview" | "openai/gpt-audio" | "openai/gpt-5-image-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-120b:free" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.1-chat" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-5.3-chat" | "openai/gpt-4o-search-preview" | "poolside/laguna-m.1:free" | "poolside/laguna-xs.2:free" | "bytedance/ui-tars-1.5-7b" | "~anthropic/claude-opus-latest" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-sonnet-latest" | "minimax/minimax-m1" | "minimax/minimax-01" | "minimax/minimax-m2-her" | "allenai/olmo-3-32b-think" | "z-ai/glm-4.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4.5v" | "z-ai/glm-4.6v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5" | "z-ai/glm-4.5-air" | "z-ai/glm-5.1" | "mistralai/mistral-large-2411" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "mistralai/devstral-2512" | "deepseek/deepseek-v4-flash:free" | "deepseek/deepseek-chat" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v4-pro" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "xiaomi/mimo-v2-omni" | "xiaomi/mimo-v2-pro" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "cohere/command-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-r7b-12-2024" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2.5" | "meta-llama/llama-3.3-70b-instruct:free" | "meta-llama/llama-3.3-70b-instruct" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "google/gemini-2.5-flash-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-3-flash-preview" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-3.1-pro-preview-customtools" | "google/gemini-2.5-pro" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.5-flash" | "google/gemini-3.1-flash-image-preview" | "openai/gpt-4o-2024-08-06" | "openai/gpt-5-pro" | "openai/gpt-5-mini" | "openai/gpt-4o" | "openai/gpt-5.2" | "openai/gpt-5-codex" | "openai/o3" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-5.2-pro" | "openai/o3-pro" | "openai/o4-mini" | "openai/gpt-5.4" | "openai/o3-mini" | "openai/gpt-5.5" | "openai/gpt-5.1" | "openai/gpt-5-nano" | "openai/gpt-4o-mini" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/o1-pro" | "openai/o3-deep-research" | "openai/gpt-4.1" | "openai/gpt-5.4-nano" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/o4-mini-deep-research" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-4o-2024-05-13" | "openai/gpt-5.4-mini" | "openai/gpt-4-turbo" | "openai/o1" | "openai/gpt-4" | "openai/gpt-4.1-nano" | "minimax/minimax-m2.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5" | "minimax/minimax-m2.5:free";
|
|
3
|
-
export type ModelName="KAT-Coder-Pro V2" | "GLM 4 32B " | "
|
|
2
|
+
export type ModelId="kwaipilot/kat-coder-pro-v2" | "z-ai/glm-4-32b" | "upstage/solar-pro-3" | "prime-intellect/intellect-3" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-405b" | "nousresearch/hermes-3-llama-3.1-405b:free" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-2-pro-llama-3-8b" | "nousresearch/hermes-4-405b" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/mistral-medium-3-5" | "mistralai/mixtral-8x22b-instruct" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/codestral-2508" | "sao10k/l3.1-euryale-70b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3-euryale-70b" | "sao10k/l3.1-70b-hanami-x1" | "deepseek/deepseek-r1-0528" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-r1" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-distill-qwen-32b" | "inception/mercury-2" | "relace/relace-apply-3" | "relace/relace-search" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "thedrummer/unslopnemo-12b" | "thedrummer/cydonia-24b-v4.1" | "deepcogito/cogito-v2.1-671b" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "perceptron/perceptron-mk1" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4" | "ai21/jamba-large-1.7" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-next-80b-a3b-instruct:free" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder:free" | "qwen/qwen3-32b" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen3.6-27b" | "qwen/qwen3-235b-a22b" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen3-max" | "qwen/qwen3-coder-plus" | "qwen/qwen3-14b" | "qwen/qwen3-coder-next" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3-8b" | "qwen/qwen3.7-max" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3-30b-a3b" | "qwen/qwen3.6-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen-plus-2025-07-28:thinking" | "qwen/qwen3-coder" | "qwen/qwen3.6-max-preview" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-max-thinking" | "qwen/qwen3.5-27b" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen-plus" | "~moonshotai/kimi-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "liquid/lfm-2-24b-a2b" | "liquid/lfm-2.5-1.2b-instruct:free" | "liquid/lfm-2.5-1.2b-thinking:free" | "essentialai/rnj-1-instruct" | "cohere/command-a" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "meta-llama/llama-3.1-70b-instruct" | "meta-llama/llama-4-maverick" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-3.2-3b-instruct:free" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-11b-vision-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3-70b-instruct" | "meta-llama/llama-3-8b-instruct" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-guard-3-8b" | "perplexity/sonar" | "perplexity/sonar-pro" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-pro-search" | "perplexity/sonar-deep-research" | "anthracite-org/magnum-v4-72b" | "mancer/weaver" | "baidu/ernie-4.5-vl-424b-a47b" | "baidu/ernie-4.5-vl-28b-a3b" | "baidu/ernie-4.5-300b-a47b" | "x-ai/grok-4.20-multi-agent" | "x-ai/grok-4.20" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/llama-3.3-nemotron-super-49b-v1.5" | "nvidia/nemotron-3-super-120b-a12b" | "switchpoint/router" | "arcee-ai/trinity-mini" | "arcee-ai/trinity-large-thinking" | "arcee-ai/spotlight" | "arcee-ai/maestro-reasoning" | "arcee-ai/coder-large" | "arcee-ai/virtuoso-large" | "gryphe/mythomax-l2-13b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition:free" | "microsoft/phi-4" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4-mini-instruct" | "writer/palmyra-x5" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6" | "bytedance-seed/seed-2.0-lite" | "nex-agi/deepseek-v3.1-nex-n1" | "tencent/hy3-preview" | "tencent/hunyuan-a13b-instruct" | "ibm-granite/granite-4.1-8b" | "ibm-granite/granite-4.0-h-micro" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "aion-labs/aion-2.0" | "aion-labs/aion-1.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-1.0-mini" | "amazon/nova-pro-v1" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "inclusionai/ling-2.6-flash" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "morph/morph-v3-fast" | "morph/morph-v3-large" | "undi95/remm-slerp-l2-13b" | "google/lyria-3-clip-preview" | "google/gemini-2.5-pro-preview" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3n-e4b-it" | "google/gemma-3-27b-it" | "google/gemma-3-12b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemma-3-4b-it" | "google/lyria-3-pro-preview" | "google/gemma-2-27b-it" | "google/gemini-3-pro-image-preview" | "openai/o3-mini-high" | "openai/o4-mini-high" | "openai/gpt-5-chat" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5-image" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.4-image-2" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-oss-20b:free" | "openai/gpt-oss-120b" | "openai/gpt-chat-latest" | "openai/gpt-4-1106-preview" | "openai/gpt-oss-20b" | "openai/gpt-4-0314" | "openai/gpt-4-turbo-preview" | "openai/gpt-audio" | "openai/gpt-5-image-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-120b:free" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.1-chat" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-5.3-chat" | "openai/gpt-4o-search-preview" | "poolside/laguna-m.1:free" | "poolside/laguna-xs.2:free" | "bytedance/ui-tars-1.5-7b" | "~anthropic/claude-opus-latest" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-sonnet-latest" | "minimax/minimax-m1" | "minimax/minimax-m3" | "minimax/minimax-01" | "minimax/minimax-m2-her" | "allenai/olmo-3-32b-think" | "z-ai/glm-4.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4.5v" | "z-ai/glm-4.6v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5" | "z-ai/glm-4.5-air" | "z-ai/glm-5.1" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "mistralai/devstral-2512" | "deepseek/deepseek-chat" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v4-pro" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "cohere/command-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-r7b-12-2024" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2.5" | "meta-llama/llama-3.3-70b-instruct:free" | "meta-llama/llama-3.3-70b-instruct" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "google/gemini-2.5-flash-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-3-flash-preview" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-3.1-pro-preview-customtools" | "google/gemini-2.5-pro" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.5-flash" | "google/gemini-3.1-flash-image-preview" | "openai/gpt-4o-2024-08-06" | "openai/gpt-5-pro" | "openai/gpt-5-mini" | "openai/gpt-4o" | "openai/gpt-5.2" | "openai/gpt-5-codex" | "openai/o3" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-5.2-pro" | "openai/o3-pro" | "openai/o4-mini" | "openai/gpt-5.4" | "openai/o3-mini" | "openai/gpt-5.5" | "openai/gpt-5.1" | "openai/gpt-5-nano" | "openai/gpt-4o-mini" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/o1-pro" | "openai/o3-deep-research" | "openai/gpt-4.1" | "openai/gpt-5.4-nano" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/o4-mini-deep-research" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-4o-2024-05-13" | "openai/gpt-5.4-mini" | "openai/gpt-4-turbo" | "openai/o1" | "openai/gpt-4" | "openai/gpt-4.1-nano" | "minimax/minimax-m2.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5";
|
|
3
|
+
export type ModelName="KAT-Coder-Pro V2" | "GLM 4 32B " | "Solar Pro 3" | "INTELLECT-3" | "Reka Edge" | "Reka Flash 3" | "Hermes 4 70B" | "Hermes 3 405B Instruct" | "Hermes 3 405B Instruct (free)" | "Hermes 3 70B Instruct" | "Hermes 2 Pro - Llama-3 8B" | "Hermes 4 405B" | "Mistral Small 3" | "Mistral Medium 3.1" | "Ministral 3 14B 2512" | "Mistral Large 2407" | "Ministral 3 8B 2512" | "Mistral Large" | "Mistral Small 3.1 24B" | "Ministral 3 3B 2512" | "Saba" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Mistral Medium 3.5" | "Mixtral 8x22B Instruct" | "Mistral Small 3.2 24B" | "Codestral 2508" | "Llama 3.1 Euryale 70B v2.2" | "Llama 3 8B Lunaris" | "Llama 3.3 Euryale 70B" | "Llama 3 Euryale 70B v2.1" | "Llama 3.1 70B Hanami x1" | "R1 0528" | "DeepSeek V3.2" | "R1" | "DeepSeek V3.1" | "DeepSeek V3 0324" | "R1 Distill Llama 70B" | "DeepSeek V3.1 Terminus" | "DeepSeek V3.2 Exp" | "R1 Distill Qwen 32B" | "Mercury 2" | "Relace Apply 3" | "Relace Search" | "Rocinante 12B" | "Skyfall 36B V2" | "UnslopNemo 12B" | "Cydonia 24B V4.1" | "Cogito v2.1 671B" | "Inflection 3 Pi" | "Inflection 3 Productivity" | "Perceptron Mk1" | "Claude Sonnet 4" | "Claude Opus 4.8 (Fast)" | "Claude 3.5 Haiku" | "Claude 3 Haiku" | "Claude Opus 4.6 (Fast)" | "Claude Opus 4.7 (Fast)" | "Claude Opus 4" | "Jamba Large 1.7" | "Qwen3.5 Plus 2026-02-15" | "Qwen Plus 0728" | "Qwen3 30B A3B Instruct 2507" | "Qwen3 Next 80B A3B Instruct (free)" | "Qwen3.5-122B-A10B" | "Qwen3 Next 80B A3B Instruct" | "Qwen2.5 VL 72B Instruct" | "Qwen3 VL 30B A3B Instruct" | "Qwen3 Coder 480B A35B (free)" | "Qwen3 32B" | "Qwen3 Coder 30B A3B Instruct" | "Qwen3 VL 30B A3B Thinking" | "Qwen2.5 Coder 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "Qwen3.6 27B" | "Qwen3 235B A22B" | "Qwen3.5 Plus 2026-04-20" | "Qwen3 Max" | "Qwen3 Coder Plus" | "Qwen3 14B" | "Qwen3 Coder Next" | "Qwen3 235B A22B Thinking 2507" | "Qwen3 8B" | "Qwen3.7 Max" | "Qwen3 235B A22B Instruct 2507" | "Qwen3 30B A3B" | "Qwen3.6 Plus" | "Qwen3.5-9B" | "Qwen3 VL 8B Instruct" | "Qwen3.5-Flash" | "Qwen3 Next 80B A3B Thinking" | "Qwen3 Coder Flash" | "Qwen3.5-35B-A3B" | "Qwen3.6 Flash" | "Qwen3.6 35B A3B" | "Qwen3 30B A3B Thinking 2507" | "Qwen Plus 0728 (thinking)" | "Qwen3 Coder 480B A35B" | "Qwen3.6 Max Preview" | "Qwen3.5 397B A17B" | "Qwen2.5 7B Instruct" | "Qwen3 Max Thinking" | "Qwen3.5-27B" | "Qwen3 VL 8B Thinking" | "Qwen3 VL 235B A22B Thinking" | "Qwen2.5 72B Instruct" | "Qwen3 VL 32B Instruct" | "Qwen-Plus" | "MoonshotAI Kimi Latest" | "Google Gemini Pro Latest" | "Google Gemini Flash Latest" | "LFM2-24B-A2B" | "LFM2.5-1.2B-Instruct (free)" | "LFM2.5-1.2B-Thinking (free)" | "Rnj 1 Instruct" | "Command A" | "Free Models Router" | "Owl Alpha" | "Kimi K2 0905" | "Kimi K2 0711" | "Llama 3.1 70B Instruct" | "Llama 4 Maverick" | "Llama Guard 4 12B" | "Llama 3.2 3B Instruct (free)" | "Llama 3.2 3B Instruct" | "Llama 4 Scout" | "Llama 3.2 11B Vision Instruct" | "Llama 3.2 1B Instruct" | "Llama 3 70B Instruct" | "Llama 3 8B Instruct" | "Llama 3.1 8B Instruct" | "Llama Guard 3 8B" | "Sonar" | "Sonar Pro" | "Sonar Reasoning Pro" | "Sonar Pro Search" | "Sonar Deep Research" | "Magnum v4 72B" | "Weaver (alpha)" | "ERNIE 4.5 VL 424B A47B " | "ERNIE 4.5 VL 28B A3B" | "ERNIE 4.5 300B A47B " | "Grok 4.20 Multi-Agent" | "Grok 4.20" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Nemotron 3 Nano 30B A3B" | "Nemotron Nano 9B V2" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3 Nano Omni (free)" | "Nemotron 3 Super (free)" | "Nemotron Nano 12B 2 VL (free)" | "Nemotron Nano 9B V2 (free)" | "Llama 3.3 Nemotron Super 49B V1.5" | "Nemotron 3 Super" | "Switchpoint Router" | "Trinity Mini" | "Trinity Large Thinking" | "Spotlight" | "Maestro Reasoning" | "Coder Large" | "Virtuoso Large" | "MythoMax 13B" | "Uncensored (free)" | "Phi 4" | "WizardLM-2 8x22B" | "Phi 4 Mini Instruct" | "Palmyra X5" | "Seed-2.0-Mini" | "Seed 1.6 Flash" | "Seed 1.6" | "Seed-2.0-Lite" | "DeepSeek V3.1 Nex N1" | "Hy3 preview" | "Hunyuan A13B Instruct" | "Granite 4.1 8B" | "Granite 4.0 Micro" | "Step 3.7 Flash" | "Step 3.5 Flash" | "Aion-2.0" | "Aion-1.0" | "Aion-RP 1.0 (8B)" | "Aion-1.0-Mini" | "Nova Pro 1.0" | "Nova Lite 1.0" | "Nova Micro 1.0" | "Nova Premier 1.0" | "Nova 2 Lite" | "Ling-2.6-flash" | "Ling-2.6-1T" | "Ring-2.6-1T" | "Morph V3 Fast" | "Morph V3 Large" | "ReMM SLERP 13B" | "Lyria 3 Clip Preview" | "Gemini 2.5 Pro Preview 06-05" | "Gemini 2.5 Pro Preview 05-06" | "Gemma 3n 4B" | "Gemma 3 27B" | "Gemma 3 12B" | "Gemini 2.5 Flash Lite Preview 09-2025" | "Gemma 3 4B" | "Lyria 3 Pro Preview" | "Gemma 2 27B" | "Nano Banana Pro (Gemini 3 Pro Image Preview)" | "o3 Mini High" | "o4 Mini High" | "GPT-5 Chat" | "GPT-4o-mini (2024-07-18)" | "GPT-5 Image" | "GPT-4o-mini Search Preview" | "GPT-5.4 Image 2" | "GPT-3.5 Turbo 16k" | "gpt-oss-20b (free)" | "gpt-oss-120b" | "GPT Chat Latest" | "GPT-4 Turbo (older v1106)" | "gpt-oss-20b" | "GPT-4 (older v0314)" | "GPT-4 Turbo Preview" | "GPT Audio" | "GPT-5 Image Mini" | "GPT Audio Mini" | "gpt-oss-120b (free)" | "GPT-5.2 Chat" | "GPT-3.5 Turbo Instruct" | "GPT-5.1 Chat" | "gpt-oss-safeguard-20b" | "GPT-3.5 Turbo (older v0613)" | "GPT-5.3 Chat" | "GPT-4o Search Preview" | "Laguna M.1 (free)" | "Laguna XS.2 (free)" | "UI-TARS 7B " | "Claude Opus Latest" | "Anthropic Claude Haiku Latest" | "Anthropic Claude Sonnet Latest" | "MiniMax M1" | "MiniMax M3" | "MiniMax-01" | "MiniMax M2-her" | "Olmo 3 32B Think" | "GLM 4.5 Air (free)" | "GLM-4.6" | "GLM-4.7" | "GLM-4.5V" | "GLM-4.6V" | "GLM-4.7-Flash" | "GLM-5V-Turbo" | "GLM-5" | "GLM-5-Turbo" | "GLM-4.5" | "GLM-4.5-Air" | "GLM-5.1" | "Mistral Small 4" | "Mistral Nemo" | "Mistral Large 3" | "Devstral 2" | "DeepSeek Chat" | "DeepSeek V4 Flash" | "DeepSeek V4 Pro" | "Claude Sonnet 4.6" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Claude Sonnet 4.5 (latest)" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.8" | "MiMo-V2.5" | "MiMo-V2-Flash" | "MiMo-V2.5-Pro" | "Command R+" | "Command R" | "Command R7B" | "Kimi K2 Thinking" | "Kimi K2.6" | "Kimi K2.6 (free)" | "Kimi K2.5" | "Llama 3.3 70B Instruct (free)" | "Llama-3.3-70B-Instruct" | "Grok Build 0.1" | "Grok 4.3" | "Nano Banana" | "Gemma 4 31B (free)" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 3 Flash Preview" | "Gemma 4 26B A4B (free)" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini 2.5 Pro" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemma 4 26B A4B IT" | "Gemini 3.5 Flash" | "Nano Banana 2" | "GPT-4o (2024-08-06)" | "GPT-5 Pro" | "GPT-5 Mini" | "GPT-4o" | "GPT-5.2" | "GPT-5-Codex" | "o3" | "GPT-4o (2024-11-20)" | "GPT-5" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT-5.2 Pro" | "o3-pro" | "o4-mini" | "GPT-5.4" | "o3-mini" | "GPT-5.5" | "GPT-5.1" | "GPT-5 Nano" | "GPT-4o mini" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex mini" | "o1-pro" | "o3-deep-research" | "GPT-4.1" | "GPT-5.4 nano" | "GPT-5.3 Codex" | "GPT-5.5 Pro" | "o4-mini-deep-research" | "GPT-3.5-turbo" | "GPT-5.2 Codex" | "GPT-5.1 Codex" | "GPT-4o (2024-05-13)" | "GPT-5.4 mini" | "GPT-4 Turbo" | "o1" | "GPT-4" | "GPT-4.1 nano" | "MiniMax-M2.1" | "MiniMax-M2.7" | "MiniMax-M2" | "MiniMax-M2.5";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="kwaipilot/kat-coder-pro-v2" | "z-ai/glm-4-32b" | "prime-intellect/intellect-3" | "alfredpros/codellama-7b-instruct-solidity" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-405b" | "nousresearch/hermes-3-llama-3.1-405b:free" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-2-pro-llama-3-8b" | "nousresearch/hermes-4-405b" | "mistralai/devstral-medium" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/mistral-medium-3-5" | "mistralai/mixtral-8x22b-instruct" | "mistralai/devstral-small" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/codestral-2508" | "mistralai/pixtral-large-2411" | "sao10k/l3.1-euryale-70b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3-euryale-70b" | "sao10k/l3.1-70b-hanami-x1" | "deepseek/deepseek-r1-0528" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-r1" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-distill-qwen-32b" | "inception/mercury-2" | "relace/relace-apply-3" | "relace/relace-search" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "thedrummer/unslopnemo-12b" | "thedrummer/cydonia-24b-v4.1" | "deepcogito/cogito-v2.1-671b" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "perceptron/perceptron-mk1" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4" | "ai21/jamba-large-1.7" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-next-80b-a3b-instruct:free" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder:free" | "qwen/qwen3-32b" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen3.6-27b" | "qwen/qwen3-235b-a22b" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen3-max" | "qwen/qwen3-coder-plus" | "qwen/qwen3-14b" | "qwen/qwen3-coder-next" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3-8b" | "qwen/qwen3.7-max" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3-30b-a3b" | "qwen/qwen3.6-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen-plus-2025-07-28:thinking" | "qwen/qwen3-coder" | "qwen/qwen3.6-max-preview" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-max-thinking" | "qwen/qwen3.5-27b" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen-plus" | "~moonshotai/kimi-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "liquid/lfm-2-24b-a2b" | "liquid/lfm-2.5-1.2b-instruct:free" | "liquid/lfm-2.5-1.2b-thinking:free" | "essentialai/rnj-1-instruct" | "cohere/command-a" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "meta-llama/llama-3.1-70b-instruct" | "meta-llama/llama-4-maverick" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-3.2-3b-instruct:free" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-11b-vision-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3-70b-instruct" | "meta-llama/llama-3-8b-instruct" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-guard-3-8b" | "perplexity/sonar" | "perplexity/sonar-pro" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-pro-search" | "perplexity/sonar-deep-research" | "anthracite-org/magnum-v4-72b" | "mancer/weaver" | "baidu/ernie-4.5-vl-424b-a47b" | "baidu/ernie-4.5-vl-28b-a3b" | "baidu/ernie-4.5-21b-a3b-thinking" | "baidu/ernie-4.5-21b-a3b" | "baidu/ernie-4.5-300b-a47b" | "x-ai/grok-4.20-multi-agent" | "x-ai/grok-4.20" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/llama-3.3-nemotron-super-49b-v1.5" | "nvidia/nemotron-3-super-120b-a12b" | "switchpoint/router" | "arcee-ai/trinity-mini" | "arcee-ai/trinity-large-thinking" | "arcee-ai/spotlight" | "arcee-ai/maestro-reasoning" | "arcee-ai/coder-large" | "arcee-ai/virtuoso-large" | "gryphe/mythomax-l2-13b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition:free" | "microsoft/phi-4" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4-mini-instruct" | "writer/palmyra-x5" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6" | "bytedance-seed/seed-2.0-lite" | "nex-agi/deepseek-v3.1-nex-n1" | "tencent/hy3-preview" | "tencent/hunyuan-a13b-instruct" | "ibm-granite/granite-4.1-8b" | "ibm-granite/granite-4.0-h-micro" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "aion-labs/aion-2.0" | "aion-labs/aion-1.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-1.0-mini" | "amazon/nova-pro-v1" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "inclusionai/ling-2.6-flash" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "morph/morph-v3-fast" | "morph/morph-v3-large" | "undi95/remm-slerp-l2-13b" | "google/gemini-2.0-flash-lite-001" | "google/gemini-2.0-flash-001" | "google/lyria-3-clip-preview" | "google/gemini-2.5-pro-preview" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3n-e4b-it" | "google/gemma-3-27b-it" | "google/gemma-3-12b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemma-3-4b-it" | "google/lyria-3-pro-preview" | "google/gemma-2-27b-it" | "google/gemini-3-pro-image-preview" | "openai/o3-mini-high" | "openai/o4-mini-high" | "openai/gpt-5-chat" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5-image" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.4-image-2" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-oss-20b:free" | "openai/gpt-oss-120b" | "openai/gpt-chat-latest" | "openai/gpt-4-1106-preview" | "openai/gpt-oss-20b" | "openai/gpt-4-0314" | "openai/gpt-4-turbo-preview" | "openai/gpt-audio" | "openai/gpt-5-image-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-120b:free" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.1-chat" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-5.3-chat" | "openai/gpt-4o-search-preview" | "poolside/laguna-m.1:free" | "poolside/laguna-xs.2:free" | "bytedance/ui-tars-1.5-7b" | "~anthropic/claude-opus-latest" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-sonnet-latest" | "minimax/minimax-m1" | "minimax/minimax-01" | "minimax/minimax-m2-her" | "allenai/olmo-3-32b-think" | "z-ai/glm-4.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4.5v" | "z-ai/glm-4.6v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5" | "z-ai/glm-4.5-air" | "z-ai/glm-5.1" | "mistralai/mistral-large-2411" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "mistralai/devstral-2512" | "deepseek/deepseek-v4-flash:free" | "deepseek/deepseek-chat" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v4-pro" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "xiaomi/mimo-v2-omni" | "xiaomi/mimo-v2-pro" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "cohere/command-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-r7b-12-2024" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2.5" | "meta-llama/llama-3.3-70b-instruct:free" | "meta-llama/llama-3.3-70b-instruct" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "google/gemini-2.5-flash-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-3-flash-preview" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-3.1-pro-preview-customtools" | "google/gemini-2.5-pro" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.5-flash" | "google/gemini-3.1-flash-image-preview" | "openai/gpt-4o-2024-08-06" | "openai/gpt-5-pro" | "openai/gpt-5-mini" | "openai/gpt-4o" | "openai/gpt-5.2" | "openai/gpt-5-codex" | "openai/o3" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-5.2-pro" | "openai/o3-pro" | "openai/o4-mini" | "openai/gpt-5.4" | "openai/o3-mini" | "openai/gpt-5.5" | "openai/gpt-5.1" | "openai/gpt-5-nano" | "openai/gpt-4o-mini" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/o1-pro" | "openai/o3-deep-research" | "openai/gpt-4.1" | "openai/gpt-5.4-nano" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/o4-mini-deep-research" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-4o-2024-05-13" | "openai/gpt-5.4-mini" | "openai/gpt-4-turbo" | "openai/o1" | "openai/gpt-4" | "openai/gpt-4.1-nano" | "minimax/minimax-m2.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5" | "minimax/minimax-m2.5:free";
|
|
3
|
-
export type ModelName="KAT-Coder-Pro V2" | "GLM 4 32B " | "
|
|
2
|
+
export type ModelId="kwaipilot/kat-coder-pro-v2" | "z-ai/glm-4-32b" | "upstage/solar-pro-3" | "prime-intellect/intellect-3" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-405b" | "nousresearch/hermes-3-llama-3.1-405b:free" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-2-pro-llama-3-8b" | "nousresearch/hermes-4-405b" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/mistral-medium-3-5" | "mistralai/mixtral-8x22b-instruct" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/codestral-2508" | "sao10k/l3.1-euryale-70b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3-euryale-70b" | "sao10k/l3.1-70b-hanami-x1" | "deepseek/deepseek-r1-0528" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-r1" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-distill-qwen-32b" | "inception/mercury-2" | "relace/relace-apply-3" | "relace/relace-search" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "thedrummer/unslopnemo-12b" | "thedrummer/cydonia-24b-v4.1" | "deepcogito/cogito-v2.1-671b" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "perceptron/perceptron-mk1" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4" | "ai21/jamba-large-1.7" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-next-80b-a3b-instruct:free" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder:free" | "qwen/qwen3-32b" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen3.6-27b" | "qwen/qwen3-235b-a22b" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen3-max" | "qwen/qwen3-coder-plus" | "qwen/qwen3-14b" | "qwen/qwen3-coder-next" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3-8b" | "qwen/qwen3.7-max" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3-30b-a3b" | "qwen/qwen3.6-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen-plus-2025-07-28:thinking" | "qwen/qwen3-coder" | "qwen/qwen3.6-max-preview" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-max-thinking" | "qwen/qwen3.5-27b" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen-plus" | "~moonshotai/kimi-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "liquid/lfm-2-24b-a2b" | "liquid/lfm-2.5-1.2b-instruct:free" | "liquid/lfm-2.5-1.2b-thinking:free" | "essentialai/rnj-1-instruct" | "cohere/command-a" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "meta-llama/llama-3.1-70b-instruct" | "meta-llama/llama-4-maverick" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-3.2-3b-instruct:free" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-11b-vision-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3-70b-instruct" | "meta-llama/llama-3-8b-instruct" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-guard-3-8b" | "perplexity/sonar" | "perplexity/sonar-pro" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-pro-search" | "perplexity/sonar-deep-research" | "anthracite-org/magnum-v4-72b" | "mancer/weaver" | "baidu/ernie-4.5-vl-424b-a47b" | "baidu/ernie-4.5-vl-28b-a3b" | "baidu/ernie-4.5-300b-a47b" | "x-ai/grok-4.20-multi-agent" | "x-ai/grok-4.20" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/llama-3.3-nemotron-super-49b-v1.5" | "nvidia/nemotron-3-super-120b-a12b" | "switchpoint/router" | "arcee-ai/trinity-mini" | "arcee-ai/trinity-large-thinking" | "arcee-ai/spotlight" | "arcee-ai/maestro-reasoning" | "arcee-ai/coder-large" | "arcee-ai/virtuoso-large" | "gryphe/mythomax-l2-13b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition:free" | "microsoft/phi-4" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4-mini-instruct" | "writer/palmyra-x5" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6" | "bytedance-seed/seed-2.0-lite" | "nex-agi/deepseek-v3.1-nex-n1" | "tencent/hy3-preview" | "tencent/hunyuan-a13b-instruct" | "ibm-granite/granite-4.1-8b" | "ibm-granite/granite-4.0-h-micro" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "aion-labs/aion-2.0" | "aion-labs/aion-1.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-1.0-mini" | "amazon/nova-pro-v1" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "inclusionai/ling-2.6-flash" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "morph/morph-v3-fast" | "morph/morph-v3-large" | "undi95/remm-slerp-l2-13b" | "google/lyria-3-clip-preview" | "google/gemini-2.5-pro-preview" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3n-e4b-it" | "google/gemma-3-27b-it" | "google/gemma-3-12b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemma-3-4b-it" | "google/lyria-3-pro-preview" | "google/gemma-2-27b-it" | "google/gemini-3-pro-image-preview" | "openai/o3-mini-high" | "openai/o4-mini-high" | "openai/gpt-5-chat" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5-image" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.4-image-2" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-oss-20b:free" | "openai/gpt-oss-120b" | "openai/gpt-chat-latest" | "openai/gpt-4-1106-preview" | "openai/gpt-oss-20b" | "openai/gpt-4-0314" | "openai/gpt-4-turbo-preview" | "openai/gpt-audio" | "openai/gpt-5-image-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-120b:free" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.1-chat" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-5.3-chat" | "openai/gpt-4o-search-preview" | "poolside/laguna-m.1:free" | "poolside/laguna-xs.2:free" | "bytedance/ui-tars-1.5-7b" | "~anthropic/claude-opus-latest" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-sonnet-latest" | "minimax/minimax-m1" | "minimax/minimax-m3" | "minimax/minimax-01" | "minimax/minimax-m2-her" | "allenai/olmo-3-32b-think" | "z-ai/glm-4.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4.5v" | "z-ai/glm-4.6v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5" | "z-ai/glm-4.5-air" | "z-ai/glm-5.1" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "mistralai/devstral-2512" | "deepseek/deepseek-chat" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v4-pro" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "cohere/command-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-r7b-12-2024" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2.5" | "meta-llama/llama-3.3-70b-instruct:free" | "meta-llama/llama-3.3-70b-instruct" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "google/gemini-2.5-flash-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-3-flash-preview" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-3.1-pro-preview-customtools" | "google/gemini-2.5-pro" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.5-flash" | "google/gemini-3.1-flash-image-preview" | "openai/gpt-4o-2024-08-06" | "openai/gpt-5-pro" | "openai/gpt-5-mini" | "openai/gpt-4o" | "openai/gpt-5.2" | "openai/gpt-5-codex" | "openai/o3" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-5.2-pro" | "openai/o3-pro" | "openai/o4-mini" | "openai/gpt-5.4" | "openai/o3-mini" | "openai/gpt-5.5" | "openai/gpt-5.1" | "openai/gpt-5-nano" | "openai/gpt-4o-mini" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/o1-pro" | "openai/o3-deep-research" | "openai/gpt-4.1" | "openai/gpt-5.4-nano" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/o4-mini-deep-research" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-4o-2024-05-13" | "openai/gpt-5.4-mini" | "openai/gpt-4-turbo" | "openai/o1" | "openai/gpt-4" | "openai/gpt-4.1-nano" | "minimax/minimax-m2.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5";
|
|
3
|
+
export type ModelName="KAT-Coder-Pro V2" | "GLM 4 32B " | "Solar Pro 3" | "INTELLECT-3" | "Reka Edge" | "Reka Flash 3" | "Hermes 4 70B" | "Hermes 3 405B Instruct" | "Hermes 3 405B Instruct (free)" | "Hermes 3 70B Instruct" | "Hermes 2 Pro - Llama-3 8B" | "Hermes 4 405B" | "Mistral Small 3" | "Mistral Medium 3.1" | "Ministral 3 14B 2512" | "Mistral Large 2407" | "Ministral 3 8B 2512" | "Mistral Large" | "Mistral Small 3.1 24B" | "Ministral 3 3B 2512" | "Saba" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Mistral Medium 3.5" | "Mixtral 8x22B Instruct" | "Mistral Small 3.2 24B" | "Codestral 2508" | "Llama 3.1 Euryale 70B v2.2" | "Llama 3 8B Lunaris" | "Llama 3.3 Euryale 70B" | "Llama 3 Euryale 70B v2.1" | "Llama 3.1 70B Hanami x1" | "R1 0528" | "DeepSeek V3.2" | "R1" | "DeepSeek V3.1" | "DeepSeek V3 0324" | "R1 Distill Llama 70B" | "DeepSeek V3.1 Terminus" | "DeepSeek V3.2 Exp" | "R1 Distill Qwen 32B" | "Mercury 2" | "Relace Apply 3" | "Relace Search" | "Rocinante 12B" | "Skyfall 36B V2" | "UnslopNemo 12B" | "Cydonia 24B V4.1" | "Cogito v2.1 671B" | "Inflection 3 Pi" | "Inflection 3 Productivity" | "Perceptron Mk1" | "Claude Sonnet 4" | "Claude Opus 4.8 (Fast)" | "Claude 3.5 Haiku" | "Claude 3 Haiku" | "Claude Opus 4.6 (Fast)" | "Claude Opus 4.7 (Fast)" | "Claude Opus 4" | "Jamba Large 1.7" | "Qwen3.5 Plus 2026-02-15" | "Qwen Plus 0728" | "Qwen3 30B A3B Instruct 2507" | "Qwen3 Next 80B A3B Instruct (free)" | "Qwen3.5-122B-A10B" | "Qwen3 Next 80B A3B Instruct" | "Qwen2.5 VL 72B Instruct" | "Qwen3 VL 30B A3B Instruct" | "Qwen3 Coder 480B A35B (free)" | "Qwen3 32B" | "Qwen3 Coder 30B A3B Instruct" | "Qwen3 VL 30B A3B Thinking" | "Qwen2.5 Coder 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "Qwen3.6 27B" | "Qwen3 235B A22B" | "Qwen3.5 Plus 2026-04-20" | "Qwen3 Max" | "Qwen3 Coder Plus" | "Qwen3 14B" | "Qwen3 Coder Next" | "Qwen3 235B A22B Thinking 2507" | "Qwen3 8B" | "Qwen3.7 Max" | "Qwen3 235B A22B Instruct 2507" | "Qwen3 30B A3B" | "Qwen3.6 Plus" | "Qwen3.5-9B" | "Qwen3 VL 8B Instruct" | "Qwen3.5-Flash" | "Qwen3 Next 80B A3B Thinking" | "Qwen3 Coder Flash" | "Qwen3.5-35B-A3B" | "Qwen3.6 Flash" | "Qwen3.6 35B A3B" | "Qwen3 30B A3B Thinking 2507" | "Qwen Plus 0728 (thinking)" | "Qwen3 Coder 480B A35B" | "Qwen3.6 Max Preview" | "Qwen3.5 397B A17B" | "Qwen2.5 7B Instruct" | "Qwen3 Max Thinking" | "Qwen3.5-27B" | "Qwen3 VL 8B Thinking" | "Qwen3 VL 235B A22B Thinking" | "Qwen2.5 72B Instruct" | "Qwen3 VL 32B Instruct" | "Qwen-Plus" | "MoonshotAI Kimi Latest" | "Google Gemini Pro Latest" | "Google Gemini Flash Latest" | "LFM2-24B-A2B" | "LFM2.5-1.2B-Instruct (free)" | "LFM2.5-1.2B-Thinking (free)" | "Rnj 1 Instruct" | "Command A" | "Free Models Router" | "Owl Alpha" | "Kimi K2 0905" | "Kimi K2 0711" | "Llama 3.1 70B Instruct" | "Llama 4 Maverick" | "Llama Guard 4 12B" | "Llama 3.2 3B Instruct (free)" | "Llama 3.2 3B Instruct" | "Llama 4 Scout" | "Llama 3.2 11B Vision Instruct" | "Llama 3.2 1B Instruct" | "Llama 3 70B Instruct" | "Llama 3 8B Instruct" | "Llama 3.1 8B Instruct" | "Llama Guard 3 8B" | "Sonar" | "Sonar Pro" | "Sonar Reasoning Pro" | "Sonar Pro Search" | "Sonar Deep Research" | "Magnum v4 72B" | "Weaver (alpha)" | "ERNIE 4.5 VL 424B A47B " | "ERNIE 4.5 VL 28B A3B" | "ERNIE 4.5 300B A47B " | "Grok 4.20 Multi-Agent" | "Grok 4.20" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Nemotron 3 Nano 30B A3B" | "Nemotron Nano 9B V2" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3 Nano Omni (free)" | "Nemotron 3 Super (free)" | "Nemotron Nano 12B 2 VL (free)" | "Nemotron Nano 9B V2 (free)" | "Llama 3.3 Nemotron Super 49B V1.5" | "Nemotron 3 Super" | "Switchpoint Router" | "Trinity Mini" | "Trinity Large Thinking" | "Spotlight" | "Maestro Reasoning" | "Coder Large" | "Virtuoso Large" | "MythoMax 13B" | "Uncensored (free)" | "Phi 4" | "WizardLM-2 8x22B" | "Phi 4 Mini Instruct" | "Palmyra X5" | "Seed-2.0-Mini" | "Seed 1.6 Flash" | "Seed 1.6" | "Seed-2.0-Lite" | "DeepSeek V3.1 Nex N1" | "Hy3 preview" | "Hunyuan A13B Instruct" | "Granite 4.1 8B" | "Granite 4.0 Micro" | "Step 3.7 Flash" | "Step 3.5 Flash" | "Aion-2.0" | "Aion-1.0" | "Aion-RP 1.0 (8B)" | "Aion-1.0-Mini" | "Nova Pro 1.0" | "Nova Lite 1.0" | "Nova Micro 1.0" | "Nova Premier 1.0" | "Nova 2 Lite" | "Ling-2.6-flash" | "Ling-2.6-1T" | "Ring-2.6-1T" | "Morph V3 Fast" | "Morph V3 Large" | "ReMM SLERP 13B" | "Lyria 3 Clip Preview" | "Gemini 2.5 Pro Preview 06-05" | "Gemini 2.5 Pro Preview 05-06" | "Gemma 3n 4B" | "Gemma 3 27B" | "Gemma 3 12B" | "Gemini 2.5 Flash Lite Preview 09-2025" | "Gemma 3 4B" | "Lyria 3 Pro Preview" | "Gemma 2 27B" | "Nano Banana Pro (Gemini 3 Pro Image Preview)" | "o3 Mini High" | "o4 Mini High" | "GPT-5 Chat" | "GPT-4o-mini (2024-07-18)" | "GPT-5 Image" | "GPT-4o-mini Search Preview" | "GPT-5.4 Image 2" | "GPT-3.5 Turbo 16k" | "gpt-oss-20b (free)" | "gpt-oss-120b" | "GPT Chat Latest" | "GPT-4 Turbo (older v1106)" | "gpt-oss-20b" | "GPT-4 (older v0314)" | "GPT-4 Turbo Preview" | "GPT Audio" | "GPT-5 Image Mini" | "GPT Audio Mini" | "gpt-oss-120b (free)" | "GPT-5.2 Chat" | "GPT-3.5 Turbo Instruct" | "GPT-5.1 Chat" | "gpt-oss-safeguard-20b" | "GPT-3.5 Turbo (older v0613)" | "GPT-5.3 Chat" | "GPT-4o Search Preview" | "Laguna M.1 (free)" | "Laguna XS.2 (free)" | "UI-TARS 7B " | "Claude Opus Latest" | "Anthropic Claude Haiku Latest" | "Anthropic Claude Sonnet Latest" | "MiniMax M1" | "MiniMax M3" | "MiniMax-01" | "MiniMax M2-her" | "Olmo 3 32B Think" | "GLM 4.5 Air (free)" | "GLM-4.6" | "GLM-4.7" | "GLM-4.5V" | "GLM-4.6V" | "GLM-4.7-Flash" | "GLM-5V-Turbo" | "GLM-5" | "GLM-5-Turbo" | "GLM-4.5" | "GLM-4.5-Air" | "GLM-5.1" | "Mistral Small 4" | "Mistral Nemo" | "Mistral Large 3" | "Devstral 2" | "DeepSeek Chat" | "DeepSeek V4 Flash" | "DeepSeek V4 Pro" | "Claude Sonnet 4.6" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Claude Sonnet 4.5 (latest)" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.8" | "MiMo-V2.5" | "MiMo-V2-Flash" | "MiMo-V2.5-Pro" | "Command R+" | "Command R" | "Command R7B" | "Kimi K2 Thinking" | "Kimi K2.6" | "Kimi K2.6 (free)" | "Kimi K2.5" | "Llama 3.3 70B Instruct (free)" | "Llama-3.3-70B-Instruct" | "Grok Build 0.1" | "Grok 4.3" | "Nano Banana" | "Gemma 4 31B (free)" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 3 Flash Preview" | "Gemma 4 26B A4B (free)" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini 2.5 Pro" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemma 4 26B A4B IT" | "Gemini 3.5 Flash" | "Nano Banana 2" | "GPT-4o (2024-08-06)" | "GPT-5 Pro" | "GPT-5 Mini" | "GPT-4o" | "GPT-5.2" | "GPT-5-Codex" | "o3" | "GPT-4o (2024-11-20)" | "GPT-5" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT-5.2 Pro" | "o3-pro" | "o4-mini" | "GPT-5.4" | "o3-mini" | "GPT-5.5" | "GPT-5.1" | "GPT-5 Nano" | "GPT-4o mini" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex mini" | "o1-pro" | "o3-deep-research" | "GPT-4.1" | "GPT-5.4 nano" | "GPT-5.3 Codex" | "GPT-5.5 Pro" | "o4-mini-deep-research" | "GPT-3.5-turbo" | "GPT-5.2 Codex" | "GPT-5.1 Codex" | "GPT-4o (2024-05-13)" | "GPT-5.4 mini" | "GPT-4 Turbo" | "o1" | "GPT-4" | "GPT-4.1 nano" | "MiniMax-M2.1" | "MiniMax-M2.7" | "MiniMax-M2" | "MiniMax-M2.5";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="qwen2.5-vl-72b-instruct" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "mistral-7b-instruct-v0.3" | "meta-llama-3_3-70b-instruct" | "mistral-small-3.2-24b-instruct-2506" | "gpt-oss-120b" | "gpt-oss-20b" | "qwen3.5-9b" | "llama-3.1-8b-instruct" | "mistral-nemo-instruct-2407";
|
|
3
|
-
export type ModelName="Qwen2.5-VL-72B-Instruct" | "Qwen3-32B" | "Qwen3-Coder-30B-A3B-Instruct" | "Mistral-7B-Instruct-v0.3" | "Meta-Llama-3_3-70B-Instruct" | "Mistral-Small-3.2-24B-Instruct-2506" | "gpt-oss-120b" | "gpt-oss-20b" | "Qwen3.5-9B" | "Llama-3.1-8B-Instruct" | "Mistral-Nemo-Instruct-2407";
|
|
2
|
+
export type ModelId="qwen2.5-vl-72b-instruct" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "mistral-7b-instruct-v0.3" | "meta-llama-3_3-70b-instruct" | "mistral-small-3.2-24b-instruct-2506" | "qwen3.6-27b" | "gpt-oss-120b" | "gpt-oss-20b" | "qwen3.5-9b" | "qwen3.5-397b-a17b" | "llama-3.1-8b-instruct" | "mistral-nemo-instruct-2407";
|
|
3
|
+
export type ModelName="Qwen2.5-VL-72B-Instruct" | "Qwen3-32B" | "Qwen3-Coder-30B-A3B-Instruct" | "Mistral-7B-Instruct-v0.3" | "Meta-Llama-3_3-70B-Instruct" | "Mistral-Small-3.2-24B-Instruct-2506" | "Qwen3.6-27B" | "gpt-oss-120b" | "gpt-oss-20b" | "Qwen3.5-9B" | "Qwen3.5-397B-A17B" | "Llama-3.1-8B-Instruct" | "Mistral-Nemo-Instruct-2407";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="qwen2.5-vl-72b-instruct" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "mistral-7b-instruct-v0.3" | "meta-llama-3_3-70b-instruct" | "mistral-small-3.2-24b-instruct-2506" | "gpt-oss-120b" | "gpt-oss-20b" | "qwen3.5-9b" | "llama-3.1-8b-instruct" | "mistral-nemo-instruct-2407";
|
|
3
|
-
export type ModelName="Qwen2.5-VL-72B-Instruct" | "Qwen3-32B" | "Qwen3-Coder-30B-A3B-Instruct" | "Mistral-7B-Instruct-v0.3" | "Meta-Llama-3_3-70B-Instruct" | "Mistral-Small-3.2-24B-Instruct-2506" | "gpt-oss-120b" | "gpt-oss-20b" | "Qwen3.5-9B" | "Llama-3.1-8B-Instruct" | "Mistral-Nemo-Instruct-2407";
|
|
2
|
+
export type ModelId="qwen2.5-vl-72b-instruct" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "mistral-7b-instruct-v0.3" | "meta-llama-3_3-70b-instruct" | "mistral-small-3.2-24b-instruct-2506" | "qwen3.6-27b" | "gpt-oss-120b" | "gpt-oss-20b" | "qwen3.5-9b" | "qwen3.5-397b-a17b" | "llama-3.1-8b-instruct" | "mistral-nemo-instruct-2407";
|
|
3
|
+
export type ModelName="Qwen2.5-VL-72B-Instruct" | "Qwen3-32B" | "Qwen3-Coder-30B-A3B-Instruct" | "Mistral-7B-Instruct-v0.3" | "Meta-Llama-3_3-70B-Instruct" | "Mistral-Small-3.2-24B-Instruct-2506" | "Qwen3.6-27B" | "gpt-oss-120b" | "gpt-oss-20b" | "Qwen3.5-9B" | "Qwen3.5-397B-A17B" | "Llama-3.1-8B-Instruct" | "Mistral-Nemo-Instruct-2407";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="nvidia-nemotron-cascade-2-30b-a3b" | "zai-org-glm-4.7-flash" | "openai-gpt-52" | "claude-opus-4-5" | "claude-sonnet-4-6" | "claude-opus-4-8-fast" | "openai-gpt-54" | "qwen3-next-80b" | "openai-gpt-4o-mini-2024-07-18" | "mistral-small-2603" | "gemma-4-uncensored" | "openai-gpt-oss-120b" | "hermes-3-llama-3.1-405b" | "claude-opus-4-7-fast" | "openai-gpt-4o-2024-11-20" | "google-gemma-4-26b-a4b-it" | "claude-opus-4-6-fast" | "google-gemma-3-27b-it" | "venice-uncensored-role-play" | "deepseek-v3.2" | "gemini-3-flash-preview" | "zai-org-glm-5-1" | "grok-build-0-1" | "qwen3-6-27b" | "zai-org-glm-4.6" | "gemini-3-1-pro-preview" | "qwen3-vl-235b-a22b" | "openai-gpt-55-pro" | "kimi-k2-5" | "qwen3-235b-a22b-thinking-2507" | "venice-uncensored-1-2" | "qwen3-5-397b-a17b" | "qwen-3-6-plus" | "zai-org-glm-5" | "qwen3-5-35b-a3b" | "openai-gpt-54-pro" | "minimax-m25" | "kimi-k2-6" | "openai-gpt-53-codex" | "mistral-small-3-2-24b-instruct" | "qwen-3-7-max" | "z-ai-glm-5v-turbo" | "openai-gpt-54-mini" | "nvidia-nemotron-3-nano-30b-a3b" | "llama-3.3-70b" | "llama-3.2-3b" | "qwen3-coder-480b-a35b-instruct-turbo" | "deepseek-v4-flash" | "grok-4-20-multi-agent" | "openai-gpt-52-codex" | "minimax-m27" | "claude-opus-4-8" | "arcee-trinity-large-thinking" | "qwen3-235b-a22b-instruct-2507" | "grok-4-3" | "qwen3-5-9b" | "claude-sonnet-4-5" | "gemini-3-5-flash" | "claude-opus-4-6" | "olafangensan-glm-4.7-flash-heretic" | "deepseek-v4-pro" | "aion-labs-aion-2-0" | "claude-opus-4-7" | "google-gemma-4-31b-it" | "z-ai-glm-5-turbo" | "grok-4-20" | "mercury-2" | "zai-org-glm-4.7" | "openai-gpt-55";
|
|
3
|
-
export type ModelName="Nemotron Cascade 2 30B A3B" | "GLM 4.7 Flash" | "GPT-5.2" | "Claude Opus 4.5" | "Claude Sonnet 4.6" | "Claude Opus 4.8 Fast" | "GPT-5.4" | "Qwen 3 Next 80b" | "GPT-4o Mini" | "Mistral Small 4" | "Gemma 4 Uncensored" | "OpenAI GPT OSS 120B" | "Hermes 3 Llama 3.1 405b" | "Claude Opus 4.7 Fast" | "GPT-4o" | "Google Gemma 4 26B A4B Instruct" | "Claude Opus 4.6 Fast" | "Google Gemma 3 27B Instruct" | "Venice Role Play Uncensored" | "DeepSeek V3.2" | "Gemini 3 Flash Preview" | "GLM 5.1" | "Grok Build 0.1" | "Qwen 3.6 27B" | "GLM 4.6" | "Gemini 3.1 Pro Preview" | "Qwen3 VL 235B" | "GPT-5.5 Pro" | "Kimi K2.5" | "Qwen 3 235B A22B Thinking 2507" | "Venice Uncensored 1.2" | "Qwen 3.5 397B" | "Qwen 3.6 Plus Uncensored" | "GLM 5" | "Qwen 3.5 35B A3B" | "GPT-5.4 Pro" | "MiniMax M2.5" | "Kimi K2.6" | "GPT-5.3 Codex" | "Mistral Small 3.2 24B Instruct" | "Qwen 3.7 Max" | "GLM 5V Turbo" | "GPT-5.4 Mini" | "NVIDIA Nemotron 3 Nano 30B" | "Llama 3.3 70B" | "Llama 3.2 3B" | "Qwen 3 Coder 480B Turbo" | "DeepSeek V4 Flash" | "Grok 4.20 Multi-Agent" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Claude Opus 4.8" | "Trinity Large Thinking" | "Qwen 3 235B A22B Instruct 2507" | "Grok 4.3" | "Qwen 3.5 9B" | "Claude Sonnet 4.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "GLM 4.7 Flash Heretic" | "DeepSeek V4 Pro" | "Aion 2.0" | "Claude Opus 4.7" | "Google Gemma 4 31B Instruct" | "GLM 5 Turbo" | "Grok 4.20" | "Mercury 2" | "GLM 4.7" | "GPT-5.5";
|
|
2
|
+
export type ModelId="nvidia-nemotron-cascade-2-30b-a3b" | "zai-org-glm-4.7-flash" | "openai-gpt-52" | "claude-opus-4-5" | "claude-sonnet-4-6" | "claude-opus-4-8-fast" | "openai-gpt-54" | "qwen3-next-80b" | "openai-gpt-4o-mini-2024-07-18" | "mistral-small-2603" | "gemma-4-uncensored" | "openai-gpt-oss-120b" | "hermes-3-llama-3.1-405b" | "claude-opus-4-7-fast" | "openai-gpt-4o-2024-11-20" | "google-gemma-4-26b-a4b-it" | "claude-opus-4-6-fast" | "google-gemma-3-27b-it" | "minimax-m3" | "venice-uncensored-role-play" | "deepseek-v3.2" | "gemini-3-flash-preview" | "zai-org-glm-5-1" | "grok-build-0-1" | "qwen3-6-27b" | "zai-org-glm-4.6" | "gemini-3-1-pro-preview" | "qwen3-vl-235b-a22b" | "openai-gpt-55-pro" | "kimi-k2-5" | "qwen3-235b-a22b-thinking-2507" | "venice-uncensored-1-2" | "qwen3-5-397b-a17b" | "qwen-3-6-plus" | "zai-org-glm-5" | "qwen3-5-35b-a3b" | "openai-gpt-54-pro" | "minimax-m25" | "kimi-k2-6" | "openai-gpt-53-codex" | "mistral-small-3-2-24b-instruct" | "qwen-3-7-max" | "z-ai-glm-5v-turbo" | "openai-gpt-54-mini" | "nvidia-nemotron-3-nano-30b-a3b" | "llama-3.3-70b" | "llama-3.2-3b" | "qwen3-coder-480b-a35b-instruct-turbo" | "deepseek-v4-flash" | "grok-4-20-multi-agent" | "openai-gpt-52-codex" | "minimax-m27" | "claude-opus-4-8" | "arcee-trinity-large-thinking" | "qwen3-235b-a22b-instruct-2507" | "grok-4-3" | "qwen3-5-9b" | "claude-sonnet-4-5" | "gemini-3-5-flash" | "claude-opus-4-6" | "olafangensan-glm-4.7-flash-heretic" | "deepseek-v4-pro" | "aion-labs-aion-2-0" | "claude-opus-4-7" | "google-gemma-4-31b-it" | "z-ai-glm-5-turbo" | "grok-4-20" | "mercury-2" | "zai-org-glm-4.7" | "openai-gpt-55";
|
|
3
|
+
export type ModelName="Nemotron Cascade 2 30B A3B" | "GLM 4.7 Flash" | "GPT-5.2" | "Claude Opus 4.5" | "Claude Sonnet 4.6" | "Claude Opus 4.8 Fast" | "GPT-5.4" | "Qwen 3 Next 80b" | "GPT-4o Mini" | "Mistral Small 4" | "Gemma 4 Uncensored" | "OpenAI GPT OSS 120B" | "Hermes 3 Llama 3.1 405b" | "Claude Opus 4.7 Fast" | "GPT-4o" | "Google Gemma 4 26B A4B Instruct" | "Claude Opus 4.6 Fast" | "Google Gemma 3 27B Instruct" | "MiniMax M3" | "Venice Role Play Uncensored" | "DeepSeek V3.2" | "Gemini 3 Flash Preview" | "GLM 5.1" | "Grok Build 0.1" | "Qwen 3.6 27B" | "GLM 4.6" | "Gemini 3.1 Pro Preview" | "Qwen3 VL 235B" | "GPT-5.5 Pro" | "Kimi K2.5" | "Qwen 3 235B A22B Thinking 2507" | "Venice Uncensored 1.2" | "Qwen 3.5 397B" | "Qwen 3.6 Plus Uncensored" | "GLM 5" | "Qwen 3.5 35B A3B" | "GPT-5.4 Pro" | "MiniMax M2.5" | "Kimi K2.6" | "GPT-5.3 Codex" | "Mistral Small 3.2 24B Instruct" | "Qwen 3.7 Max" | "GLM 5V Turbo" | "GPT-5.4 Mini" | "NVIDIA Nemotron 3 Nano 30B" | "Llama 3.3 70B" | "Llama 3.2 3B" | "Qwen 3 Coder 480B Turbo" | "DeepSeek V4 Flash" | "Grok 4.20 Multi-Agent" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Claude Opus 4.8" | "Trinity Large Thinking" | "Qwen 3 235B A22B Instruct 2507" | "Grok 4.3" | "Qwen 3.5 9B" | "Claude Sonnet 4.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "GLM 4.7 Flash Heretic" | "DeepSeek V4 Pro" | "Aion 2.0" | "Claude Opus 4.7" | "Google Gemma 4 31B Instruct" | "GLM 5 Turbo" | "Grok 4.20" | "Mercury 2" | "GLM 4.7" | "GPT-5.5";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
-
export type ModelId="nvidia-nemotron-cascade-2-30b-a3b" | "zai-org-glm-4.7-flash" | "openai-gpt-52" | "claude-opus-4-5" | "claude-sonnet-4-6" | "claude-opus-4-8-fast" | "openai-gpt-54" | "qwen3-next-80b" | "openai-gpt-4o-mini-2024-07-18" | "mistral-small-2603" | "gemma-4-uncensored" | "openai-gpt-oss-120b" | "hermes-3-llama-3.1-405b" | "claude-opus-4-7-fast" | "openai-gpt-4o-2024-11-20" | "google-gemma-4-26b-a4b-it" | "claude-opus-4-6-fast" | "google-gemma-3-27b-it" | "venice-uncensored-role-play" | "deepseek-v3.2" | "gemini-3-flash-preview" | "zai-org-glm-5-1" | "grok-build-0-1" | "qwen3-6-27b" | "zai-org-glm-4.6" | "gemini-3-1-pro-preview" | "qwen3-vl-235b-a22b" | "openai-gpt-55-pro" | "kimi-k2-5" | "qwen3-235b-a22b-thinking-2507" | "venice-uncensored-1-2" | "qwen3-5-397b-a17b" | "qwen-3-6-plus" | "zai-org-glm-5" | "qwen3-5-35b-a3b" | "openai-gpt-54-pro" | "minimax-m25" | "kimi-k2-6" | "openai-gpt-53-codex" | "mistral-small-3-2-24b-instruct" | "qwen-3-7-max" | "z-ai-glm-5v-turbo" | "openai-gpt-54-mini" | "nvidia-nemotron-3-nano-30b-a3b" | "llama-3.3-70b" | "llama-3.2-3b" | "qwen3-coder-480b-a35b-instruct-turbo" | "deepseek-v4-flash" | "grok-4-20-multi-agent" | "openai-gpt-52-codex" | "minimax-m27" | "claude-opus-4-8" | "arcee-trinity-large-thinking" | "qwen3-235b-a22b-instruct-2507" | "grok-4-3" | "qwen3-5-9b" | "claude-sonnet-4-5" | "gemini-3-5-flash" | "claude-opus-4-6" | "olafangensan-glm-4.7-flash-heretic" | "deepseek-v4-pro" | "aion-labs-aion-2-0" | "claude-opus-4-7" | "google-gemma-4-31b-it" | "z-ai-glm-5-turbo" | "grok-4-20" | "mercury-2" | "zai-org-glm-4.7" | "openai-gpt-55";
|
|
3
|
-
export type ModelName="Nemotron Cascade 2 30B A3B" | "GLM 4.7 Flash" | "GPT-5.2" | "Claude Opus 4.5" | "Claude Sonnet 4.6" | "Claude Opus 4.8 Fast" | "GPT-5.4" | "Qwen 3 Next 80b" | "GPT-4o Mini" | "Mistral Small 4" | "Gemma 4 Uncensored" | "OpenAI GPT OSS 120B" | "Hermes 3 Llama 3.1 405b" | "Claude Opus 4.7 Fast" | "GPT-4o" | "Google Gemma 4 26B A4B Instruct" | "Claude Opus 4.6 Fast" | "Google Gemma 3 27B Instruct" | "Venice Role Play Uncensored" | "DeepSeek V3.2" | "Gemini 3 Flash Preview" | "GLM 5.1" | "Grok Build 0.1" | "Qwen 3.6 27B" | "GLM 4.6" | "Gemini 3.1 Pro Preview" | "Qwen3 VL 235B" | "GPT-5.5 Pro" | "Kimi K2.5" | "Qwen 3 235B A22B Thinking 2507" | "Venice Uncensored 1.2" | "Qwen 3.5 397B" | "Qwen 3.6 Plus Uncensored" | "GLM 5" | "Qwen 3.5 35B A3B" | "GPT-5.4 Pro" | "MiniMax M2.5" | "Kimi K2.6" | "GPT-5.3 Codex" | "Mistral Small 3.2 24B Instruct" | "Qwen 3.7 Max" | "GLM 5V Turbo" | "GPT-5.4 Mini" | "NVIDIA Nemotron 3 Nano 30B" | "Llama 3.3 70B" | "Llama 3.2 3B" | "Qwen 3 Coder 480B Turbo" | "DeepSeek V4 Flash" | "Grok 4.20 Multi-Agent" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Claude Opus 4.8" | "Trinity Large Thinking" | "Qwen 3 235B A22B Instruct 2507" | "Grok 4.3" | "Qwen 3.5 9B" | "Claude Sonnet 4.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "GLM 4.7 Flash Heretic" | "DeepSeek V4 Pro" | "Aion 2.0" | "Claude Opus 4.7" | "Google Gemma 4 31B Instruct" | "GLM 5 Turbo" | "Grok 4.20" | "Mercury 2" | "GLM 4.7" | "GPT-5.5";
|
|
2
|
+
export type ModelId="nvidia-nemotron-cascade-2-30b-a3b" | "zai-org-glm-4.7-flash" | "openai-gpt-52" | "claude-opus-4-5" | "claude-sonnet-4-6" | "claude-opus-4-8-fast" | "openai-gpt-54" | "qwen3-next-80b" | "openai-gpt-4o-mini-2024-07-18" | "mistral-small-2603" | "gemma-4-uncensored" | "openai-gpt-oss-120b" | "hermes-3-llama-3.1-405b" | "claude-opus-4-7-fast" | "openai-gpt-4o-2024-11-20" | "google-gemma-4-26b-a4b-it" | "claude-opus-4-6-fast" | "google-gemma-3-27b-it" | "minimax-m3" | "venice-uncensored-role-play" | "deepseek-v3.2" | "gemini-3-flash-preview" | "zai-org-glm-5-1" | "grok-build-0-1" | "qwen3-6-27b" | "zai-org-glm-4.6" | "gemini-3-1-pro-preview" | "qwen3-vl-235b-a22b" | "openai-gpt-55-pro" | "kimi-k2-5" | "qwen3-235b-a22b-thinking-2507" | "venice-uncensored-1-2" | "qwen3-5-397b-a17b" | "qwen-3-6-plus" | "zai-org-glm-5" | "qwen3-5-35b-a3b" | "openai-gpt-54-pro" | "minimax-m25" | "kimi-k2-6" | "openai-gpt-53-codex" | "mistral-small-3-2-24b-instruct" | "qwen-3-7-max" | "z-ai-glm-5v-turbo" | "openai-gpt-54-mini" | "nvidia-nemotron-3-nano-30b-a3b" | "llama-3.3-70b" | "llama-3.2-3b" | "qwen3-coder-480b-a35b-instruct-turbo" | "deepseek-v4-flash" | "grok-4-20-multi-agent" | "openai-gpt-52-codex" | "minimax-m27" | "claude-opus-4-8" | "arcee-trinity-large-thinking" | "qwen3-235b-a22b-instruct-2507" | "grok-4-3" | "qwen3-5-9b" | "claude-sonnet-4-5" | "gemini-3-5-flash" | "claude-opus-4-6" | "olafangensan-glm-4.7-flash-heretic" | "deepseek-v4-pro" | "aion-labs-aion-2-0" | "claude-opus-4-7" | "google-gemma-4-31b-it" | "z-ai-glm-5-turbo" | "grok-4-20" | "mercury-2" | "zai-org-glm-4.7" | "openai-gpt-55";
|
|
3
|
+
export type ModelName="Nemotron Cascade 2 30B A3B" | "GLM 4.7 Flash" | "GPT-5.2" | "Claude Opus 4.5" | "Claude Sonnet 4.6" | "Claude Opus 4.8 Fast" | "GPT-5.4" | "Qwen 3 Next 80b" | "GPT-4o Mini" | "Mistral Small 4" | "Gemma 4 Uncensored" | "OpenAI GPT OSS 120B" | "Hermes 3 Llama 3.1 405b" | "Claude Opus 4.7 Fast" | "GPT-4o" | "Google Gemma 4 26B A4B Instruct" | "Claude Opus 4.6 Fast" | "Google Gemma 3 27B Instruct" | "MiniMax M3" | "Venice Role Play Uncensored" | "DeepSeek V3.2" | "Gemini 3 Flash Preview" | "GLM 5.1" | "Grok Build 0.1" | "Qwen 3.6 27B" | "GLM 4.6" | "Gemini 3.1 Pro Preview" | "Qwen3 VL 235B" | "GPT-5.5 Pro" | "Kimi K2.5" | "Qwen 3 235B A22B Thinking 2507" | "Venice Uncensored 1.2" | "Qwen 3.5 397B" | "Qwen 3.6 Plus Uncensored" | "GLM 5" | "Qwen 3.5 35B A3B" | "GPT-5.4 Pro" | "MiniMax M2.5" | "Kimi K2.6" | "GPT-5.3 Codex" | "Mistral Small 3.2 24B Instruct" | "Qwen 3.7 Max" | "GLM 5V Turbo" | "GPT-5.4 Mini" | "NVIDIA Nemotron 3 Nano 30B" | "Llama 3.3 70B" | "Llama 3.2 3B" | "Qwen 3 Coder 480B Turbo" | "DeepSeek V4 Flash" | "Grok 4.20 Multi-Agent" | "GPT-5.2 Codex" | "MiniMax M2.7" | "Claude Opus 4.8" | "Trinity Large Thinking" | "Qwen 3 235B A22B Instruct 2507" | "Grok 4.3" | "Qwen 3.5 9B" | "Claude Sonnet 4.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "GLM 4.7 Flash Heretic" | "DeepSeek V4 Pro" | "Aion 2.0" | "Claude Opus 4.7" | "Google Gemma 4 31B Instruct" | "GLM 5 Turbo" | "Grok 4.20" | "Mercury 2" | "GLM 4.7" | "GPT-5.5";
|
|
4
4
|
export declare function getModels():Model[];
|
|
5
5
|
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
6
|
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|