ai-model-prices 2026.6.6 → 2026.6.8
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 +2 -1
- package/dist/adapters/freemodel.d.mts +6 -0
- package/dist/adapters/freemodel.d.ts +6 -0
- package/dist/adapters/freemodel.js +7 -0
- package/dist/adapters/freemodel.mjs +5 -0
- package/dist/adapters/google-vertex.d.mts +2 -2
- package/dist/adapters/google-vertex.d.ts +2 -2
- package/dist/adapters/google.d.mts +2 -2
- package/dist/adapters/google.d.ts +2 -2
- package/dist/adapters/llmgateway.d.mts +2 -2
- package/dist/adapters/llmgateway.d.ts +2 -2
- package/dist/adapters/openrouter.d.mts +2 -2
- package/dist/adapters/openrouter.d.ts +2 -2
- package/dist/adapters/vercel.d.mts +2 -2
- package/dist/adapters/vercel.d.ts +2 -2
- package/dist/index.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/providers/_manifest.js +1 -1
- package/dist/providers/deepseek.js +1 -1
- package/dist/providers/freemodel.js +1 -0
- package/dist/providers/google-vertex.js +1 -1
- package/dist/providers/google.js +1 -1
- package/dist/providers/llmgateway.js +1 -1
- package/dist/providers/openrouter.js +1 -1
- package/dist/providers/vercel.js +1 -1
- package/package.json +11 -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
|
-
**
|
|
9
|
+
**135 providers · 4840 models · Updated 2026-06-08**
|
|
10
10
|
<!-- STATS:END -->
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
@@ -202,6 +202,7 @@ filterModels({
|
|
|
202
202
|
| IO.NET | `io-net` |
|
|
203
203
|
| Groq | `groq` |
|
|
204
204
|
| SAP AI Core | `sap-ai-core` |
|
|
205
|
+
| FreeModel | `freemodel` |
|
|
205
206
|
| Lilac | `lilac` |
|
|
206
207
|
| StepFun AI | `stepfun-ai` |
|
|
207
208
|
| Tencent Coding Plan (China) | `tencent-coding-plan` |
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
+
export type ModelId="claude-sonnet-4-6" | "claude-haiku-4-5-20251001" | "gpt-5.4" | "gpt-5.5" | "gpt-5.3-codex" | "claude-opus-4-8" | "gpt-5.4-mini" | "claude-opus-4-6" | "claude-opus-4-7";
|
|
3
|
+
export type ModelName="Claude Sonnet 4.6" | "Claude Haiku 4.5" | "GPT-5.4" | "GPT-5.5" | "GPT-5.3 Codex" | "Claude Opus 4.8" | "GPT-5.4 mini" | "Claude Opus 4.6" | "Claude Opus 4.7";
|
|
4
|
+
export declare function getModels():Model[];
|
|
5
|
+
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
|
+
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
|
|
2
|
+
export type ModelId="claude-sonnet-4-6" | "claude-haiku-4-5-20251001" | "gpt-5.4" | "gpt-5.5" | "gpt-5.3-codex" | "claude-opus-4-8" | "gpt-5.4-mini" | "claude-opus-4-6" | "claude-opus-4-7";
|
|
3
|
+
export type ModelName="Claude Sonnet 4.6" | "Claude Haiku 4.5" | "GPT-5.4" | "GPT-5.5" | "GPT-5.3 Codex" | "Claude Opus 4.8" | "GPT-5.4 mini" | "Claude Opus 4.6" | "Claude Opus 4.7";
|
|
4
|
+
export declare function getModels():Model[];
|
|
5
|
+
export declare function getModel(id:ModelId):Model|undefined;
|
|
6
|
+
export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports,"__esModule",{value:true});
|
|
3
|
+
const{getModelsByProvider:_gm,getModel:_gmod,getPrice:_gp}=require("../index.js");
|
|
4
|
+
const pid="freemodel";
|
|
5
|
+
const getModels=()=>_gm(pid);exports.getModels=getModels;
|
|
6
|
+
const getModel=id=>_gmod(pid,id);exports.getModel=getModel;
|
|
7
|
+
const getPrice=(id,tokens)=>_gp(pid,id,tokens);exports.getPrice=getPrice;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
|
|
2
|
-
export type ModelId="gemini-2.5-flash-lite-preview-06-17" | "claude-opus-4-7@default" | "claude-haiku-4-5@20251001" | "claude-sonnet-4@20250514" | "gemini-3.1-flash-lite-preview" | "gemini-2.0-flash-lite" | "gemini-flash-lite-latest" | "gemini-3-flash-preview" | "claude-opus-4-5@20251101" | "claude-opus-4-1@20250805" | "claude-sonnet-4-5@20250929" | "claude-sonnet-4-6@default" | "gemini-3.1-pro-preview-customtools" | "claude-3-5-sonnet@20241022" | "claude-opus-4-8@default" | "claude-opus-4@20250514" | "gemini-flash-latest" | "gemini-2.5-pro" | "claude-3-7-sonnet@20250219" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.0-flash" | "claude-3-5-haiku@20241022" | "gemini-3.5-flash" | "claude-opus-4-6@default" | "gemini-3-pro-preview" | "gemini-embedding-001" | "zai-org/glm-4.7-maas" | "zai-org/glm-5-maas" | "qwen/qwen3-235b-a22b-instruct-2507-maas" | "moonshotai/kimi-k2-thinking-maas" | "deepseek-ai/deepseek-v3.2-maas" | "deepseek-ai/deepseek-v3.1-maas" | "meta/llama-4-maverick-17b-128e-instruct-maas" | "meta/llama-3.3-70b-instruct-maas" | "openai/gpt-oss-120b-maas" | "openai/gpt-oss-20b-maas";
|
|
3
|
-
export type ModelName="Gemini 2.5 Flash Lite Preview 06-17" | "Claude Opus 4.7" | "Claude Haiku 4.5" | "Claude Sonnet 4" | "Gemini 3.1 Flash Lite Preview" | "Gemini 2.0 Flash-Lite" | "Gemini Flash-Lite Latest" | "Gemini 3 Flash Preview" | "Claude Opus 4.5" | "Claude Opus 4.1" | "Claude Sonnet 4.5" | "Claude Sonnet 4.6" | "Gemini 3.1 Pro Preview Custom Tools" | "Claude Sonnet 3.5 v2" | "Claude Opus 4.8" | "Claude Opus 4" | "Gemini Flash Latest" | "Gemini 2.5 Pro" | "Claude Sonnet 3.7" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemini 2.5 Flash Preview 09-25" | "Gemini 2.0 Flash" | "Claude Haiku 3.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "Gemini 3 Pro Preview" | "Gemini Embedding 001" | "GLM-4.7" | "GLM-5" | "Qwen3 235B A22B Instruct" | "Kimi K2 Thinking" | "DeepSeek V3.2" | "DeepSeek V3.1" | "Llama 4 Maverick 17B 128E Instruct" | "Llama 3.3 70B Instruct" | "GPT OSS 120B" | "GPT OSS 20B";
|
|
2
|
+
export type ModelId="gemini-2.5-flash-lite-preview-06-17" | "claude-opus-4-7@default" | "gemini-2.5-flash-tts" | "claude-haiku-4-5@20251001" | "claude-sonnet-4@20250514" | "gemini-3.1-flash-lite-preview" | "gemini-2.0-flash-lite" | "gemini-flash-lite-latest" | "gemini-3-flash-preview" | "claude-opus-4-5@20251101" | "claude-opus-4-1@20250805" | "claude-sonnet-4-5@20250929" | "claude-sonnet-4-6@default" | "gemini-3.1-pro-preview-customtools" | "claude-3-5-sonnet@20241022" | "claude-opus-4-8@default" | "claude-opus-4@20250514" | "gemini-flash-latest" | "gemini-2.5-pro" | "claude-3-7-sonnet@20250219" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.0-flash" | "claude-3-5-haiku@20241022" | "gemini-3.5-flash" | "claude-opus-4-6@default" | "gemini-3-pro-preview" | "gemini-embedding-001" | "gemini-2.5-pro-tts" | "zai-org/glm-4.7-maas" | "zai-org/glm-5-maas" | "qwen/qwen3-235b-a22b-instruct-2507-maas" | "moonshotai/kimi-k2-thinking-maas" | "deepseek-ai/deepseek-v3.2-maas" | "deepseek-ai/deepseek-v3.1-maas" | "meta/llama-4-maverick-17b-128e-instruct-maas" | "meta/llama-3.3-70b-instruct-maas" | "openai/gpt-oss-120b-maas" | "openai/gpt-oss-20b-maas";
|
|
3
|
+
export type ModelName="Gemini 2.5 Flash Lite Preview 06-17" | "Claude Opus 4.7" | "Gemini 2.5 Flash TTS" | "Claude Haiku 4.5" | "Claude Sonnet 4" | "Gemini 3.1 Flash Lite Preview" | "Gemini 2.0 Flash-Lite" | "Gemini Flash-Lite Latest" | "Gemini 3 Flash Preview" | "Claude Opus 4.5" | "Claude Opus 4.1" | "Claude Sonnet 4.5" | "Claude Sonnet 4.6" | "Gemini 3.1 Pro Preview Custom Tools" | "Claude Sonnet 3.5 v2" | "Claude Opus 4.8" | "Claude Opus 4" | "Gemini Flash Latest" | "Gemini 2.5 Pro" | "Claude Sonnet 3.7" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemini 2.5 Flash Preview 09-25" | "Gemini 2.0 Flash" | "Claude Haiku 3.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "Gemini 3 Pro Preview" | "Gemini Embedding 001" | "Gemini 2.5 Pro TTS" | "GLM-4.7" | "GLM-5" | "Qwen3 235B A22B Instruct" | "Kimi K2 Thinking" | "DeepSeek V3.2" | "DeepSeek V3.1" | "Llama 4 Maverick 17B 128E Instruct" | "Llama 3.3 70B Instruct" | "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="gemini-2.5-flash-lite-preview-06-17" | "claude-opus-4-7@default" | "claude-haiku-4-5@20251001" | "claude-sonnet-4@20250514" | "gemini-3.1-flash-lite-preview" | "gemini-2.0-flash-lite" | "gemini-flash-lite-latest" | "gemini-3-flash-preview" | "claude-opus-4-5@20251101" | "claude-opus-4-1@20250805" | "claude-sonnet-4-5@20250929" | "claude-sonnet-4-6@default" | "gemini-3.1-pro-preview-customtools" | "claude-3-5-sonnet@20241022" | "claude-opus-4-8@default" | "claude-opus-4@20250514" | "gemini-flash-latest" | "gemini-2.5-pro" | "claude-3-7-sonnet@20250219" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.0-flash" | "claude-3-5-haiku@20241022" | "gemini-3.5-flash" | "claude-opus-4-6@default" | "gemini-3-pro-preview" | "gemini-embedding-001" | "zai-org/glm-4.7-maas" | "zai-org/glm-5-maas" | "qwen/qwen3-235b-a22b-instruct-2507-maas" | "moonshotai/kimi-k2-thinking-maas" | "deepseek-ai/deepseek-v3.2-maas" | "deepseek-ai/deepseek-v3.1-maas" | "meta/llama-4-maverick-17b-128e-instruct-maas" | "meta/llama-3.3-70b-instruct-maas" | "openai/gpt-oss-120b-maas" | "openai/gpt-oss-20b-maas";
|
|
3
|
-
export type ModelName="Gemini 2.5 Flash Lite Preview 06-17" | "Claude Opus 4.7" | "Claude Haiku 4.5" | "Claude Sonnet 4" | "Gemini 3.1 Flash Lite Preview" | "Gemini 2.0 Flash-Lite" | "Gemini Flash-Lite Latest" | "Gemini 3 Flash Preview" | "Claude Opus 4.5" | "Claude Opus 4.1" | "Claude Sonnet 4.5" | "Claude Sonnet 4.6" | "Gemini 3.1 Pro Preview Custom Tools" | "Claude Sonnet 3.5 v2" | "Claude Opus 4.8" | "Claude Opus 4" | "Gemini Flash Latest" | "Gemini 2.5 Pro" | "Claude Sonnet 3.7" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemini 2.5 Flash Preview 09-25" | "Gemini 2.0 Flash" | "Claude Haiku 3.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "Gemini 3 Pro Preview" | "Gemini Embedding 001" | "GLM-4.7" | "GLM-5" | "Qwen3 235B A22B Instruct" | "Kimi K2 Thinking" | "DeepSeek V3.2" | "DeepSeek V3.1" | "Llama 4 Maverick 17B 128E Instruct" | "Llama 3.3 70B Instruct" | "GPT OSS 120B" | "GPT OSS 20B";
|
|
2
|
+
export type ModelId="gemini-2.5-flash-lite-preview-06-17" | "claude-opus-4-7@default" | "gemini-2.5-flash-tts" | "claude-haiku-4-5@20251001" | "claude-sonnet-4@20250514" | "gemini-3.1-flash-lite-preview" | "gemini-2.0-flash-lite" | "gemini-flash-lite-latest" | "gemini-3-flash-preview" | "claude-opus-4-5@20251101" | "claude-opus-4-1@20250805" | "claude-sonnet-4-5@20250929" | "claude-sonnet-4-6@default" | "gemini-3.1-pro-preview-customtools" | "claude-3-5-sonnet@20241022" | "claude-opus-4-8@default" | "claude-opus-4@20250514" | "gemini-flash-latest" | "gemini-2.5-pro" | "claude-3-7-sonnet@20250219" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.0-flash" | "claude-3-5-haiku@20241022" | "gemini-3.5-flash" | "claude-opus-4-6@default" | "gemini-3-pro-preview" | "gemini-embedding-001" | "gemini-2.5-pro-tts" | "zai-org/glm-4.7-maas" | "zai-org/glm-5-maas" | "qwen/qwen3-235b-a22b-instruct-2507-maas" | "moonshotai/kimi-k2-thinking-maas" | "deepseek-ai/deepseek-v3.2-maas" | "deepseek-ai/deepseek-v3.1-maas" | "meta/llama-4-maverick-17b-128e-instruct-maas" | "meta/llama-3.3-70b-instruct-maas" | "openai/gpt-oss-120b-maas" | "openai/gpt-oss-20b-maas";
|
|
3
|
+
export type ModelName="Gemini 2.5 Flash Lite Preview 06-17" | "Claude Opus 4.7" | "Gemini 2.5 Flash TTS" | "Claude Haiku 4.5" | "Claude Sonnet 4" | "Gemini 3.1 Flash Lite Preview" | "Gemini 2.0 Flash-Lite" | "Gemini Flash-Lite Latest" | "Gemini 3 Flash Preview" | "Claude Opus 4.5" | "Claude Opus 4.1" | "Claude Sonnet 4.5" | "Claude Sonnet 4.6" | "Gemini 3.1 Pro Preview Custom Tools" | "Claude Sonnet 3.5 v2" | "Claude Opus 4.8" | "Claude Opus 4" | "Gemini Flash Latest" | "Gemini 2.5 Pro" | "Claude Sonnet 3.7" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemini 2.5 Flash Preview 09-25" | "Gemini 2.0 Flash" | "Claude Haiku 3.5" | "Gemini 3.5 Flash" | "Claude Opus 4.6" | "Gemini 3 Pro Preview" | "Gemini Embedding 001" | "Gemini 2.5 Pro TTS" | "GLM-4.7" | "GLM-5" | "Qwen3 235B A22B Instruct" | "Kimi K2 Thinking" | "DeepSeek V3.2" | "DeepSeek V3.1" | "Llama 4 Maverick 17B 128E Instruct" | "Llama 3.3 70B Instruct" | "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.mjs';
|
|
2
|
-
export type ModelId="gemini-2.5-flash-preview-tts" | "gemini-2.5-flash-
|
|
3
|
-
export type ModelName="Gemini 2.5 Flash Preview TTS" | "
|
|
2
|
+
export type ModelId="gemini-2.5-flash-preview-tts" | "gemini-2.5-flash-image" | "gemini-3.1-flash-lite-preview" | "gemini-2.0-flash-lite" | "gemini-flash-lite-latest" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-flash-latest" | "gemini-2.5-pro" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-2.0-flash" | "gemini-3.5-flash" | "gemini-3-pro-preview" | "gemini-embedding-001" | "gemini-2.5-pro-preview-tts" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image-preview";
|
|
3
|
+
export type ModelName="Gemini 2.5 Flash Preview TTS" | "Nano Banana" | "Gemini 3.1 Flash Lite Preview" | "Gemini 2.0 Flash-Lite" | "Gemini Flash-Lite Latest" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini Flash Latest" | "Gemini 2.5 Pro" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemini 2.0 Flash" | "Gemini 3.5 Flash" | "Gemini 3 Pro Preview" | "Gemini Embedding 001" | "Gemini 2.5 Pro Preview TTS" | "Nano Banana Pro" | "Nano Banana 2";
|
|
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="gemini-2.5-flash-preview-tts" | "gemini-2.5-flash-
|
|
3
|
-
export type ModelName="Gemini 2.5 Flash Preview TTS" | "
|
|
2
|
+
export type ModelId="gemini-2.5-flash-preview-tts" | "gemini-2.5-flash-image" | "gemini-3.1-flash-lite-preview" | "gemini-2.0-flash-lite" | "gemini-flash-lite-latest" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-flash-latest" | "gemini-2.5-pro" | "gemini-3.1-pro-preview" | "gemini-3.1-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-2.0-flash" | "gemini-3.5-flash" | "gemini-3-pro-preview" | "gemini-embedding-001" | "gemini-2.5-pro-preview-tts" | "gemini-3-pro-image-preview" | "gemini-3.1-flash-image-preview";
|
|
3
|
+
export type ModelName="Gemini 2.5 Flash Preview TTS" | "Nano Banana" | "Gemini 3.1 Flash Lite Preview" | "Gemini 2.0 Flash-Lite" | "Gemini Flash-Lite Latest" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini Flash Latest" | "Gemini 2.5 Pro" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemini 2.0 Flash" | "Gemini 3.5 Flash" | "Gemini 3 Pro Preview" | "Gemini Embedding 001" | "Gemini 2.5 Pro Preview TTS" | "Nano Banana Pro" | "Nano Banana 2";
|
|
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="kimi-k2-thinking-turbo" | "gemini-pro-latest" | "llama-3.1-70b-instruct" | "grok-4-20-beta-0309-reasoning" | "gpt-5-pro" | "glm-4.5-flash" | "qwen3-30b-a3b-instruct-2507" | "deepseek-r1-0528" | "claude-sonnet-4-6" | "gpt-5-mini" | "qwen35-397b-a17b" | "qwen3-next-80b-a3b-instruct" | "sonar" | "qwen2-5-vl-72b-instruct" | "gemma-3-27b" | "glm-4.7-flashx" | "gpt-4o" | "qwen3-vl-30b-a3b-instruct" | "gpt-5.2" | "glm-4.6v-flash" | "gpt-5-chat-latest" | "ministral-14b-2512" | "o3" | "glm-4.6" | "gpt-5.3-chat-latest" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "kimi-k2-thinking" | "qwen3-vl-30b-a3b-thinking" | "claude-haiku-4-5-20251001" | "ministral-8b-2512" | "glm-4-32b-0414-128k" | "qwen3-235b-a22b-fp8" | "qwen2-5-vl-32b-instruct" | "qwen3-vl-235b-a22b-instruct" | "gpt-5" | "qwen3-32b-fp8" | "gemini-3.1-flash-lite-preview" | "grok-4-0709" | "qwen-flash" | "claude-haiku-4-5" | "gemini-2.0-flash-lite" | "sonar-pro" | "gpt-5.4-pro" | "qwen-max-latest" | "gpt-4.1-mini" | "grok-4-20-beta-0309-non-reasoning" | "deepseek-v3.2" | "seed-1-8-251228" | "gpt-5.2-pro" | "gpt-4o-mini-search-preview" | "claude-opus-4-20250514" | "minimax-m2.7-highspeed" | "o4-mini" | "gpt-5.4" | "o3-mini" | "gemini-3-flash-preview" | "mimo-v2-omni" | "qwen-coder-plus" | "minimax-m2.1" | "gpt-5.5" | "qwen3-max" | "kimi-k2.6" | "mistral-large-2512" | "qwen3-coder-plus" | "glm-4.7" | "gpt-5.2-chat-latest" | "gpt-5.1" | "gpt-5-nano" | "gpt-oss-120b" | "ministral-3b-2512" | "gpt-4o-mini" | "qwen3-coder-next" | "grok-4-fast-reasoning" | "gpt-5.1-codex-mini" | "llama-4-maverick-17b-instruct" | "llama-3.2-3b-instruct" | "qwen3-235b-a22b-thinking-2507" | "mistral-large-latest" | "qwen3-4b-fp8" | "qwen3.7-max" | "qwen-vl-plus" | "gpt-oss-20b" | "llama-4-scout" | "sonar-reasoning-pro" | "gemini-2.5-pro" | "glm-4.5v" | "gpt-4.1" | "claude-sonnet-4-5-20250929" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "qwen3-vl-plus" | "glm-4.6v-flashx" | "gpt-5.4-nano" | "claude-3-5-haiku" | "claude-opus-4-1-20250805" | "qwen3-vl-8b-instruct" | "qwen-max" | "qwen-omni-turbo" | "gemini-3.1-pro-preview" | "qwen3-coder-480b-a35b-instruct" | "glm-4.6v" | "gemini-3.1-flash-lite" | "gpt-5.3-codex" | "gemini-2.5-flash-lite" | "qwen3-next-80b-a3b-thinking" | "gemini-2.5-flash" | "qwen3-coder-flash" | "claude-3-7-sonnet-20250219" | "mistral-small-2506" | "gpt-5.5-pro" | "qwen-turbo" | "qwq-plus" | "qwen3-vl-flash" | "gemini-2.0-flash" | "gpt-3.5-turbo" | "glm-4.7-flash" | "grok-4-20-reasoning" | "gemini-3.5-flash" | "claude-3-5-sonnet-20241022" | "gemma-2-27b-it-together" | "claude-opus-4-5-20251101" | "custom" | "hermes-2-pro-llama-3-8b" | "gpt-5.2-codex" | "claude-3-opus" | "llama-3.1-nemotron-ultra-253b" | "qwen3.6-35b-a3b" | "minimax-m2.7" | "qwen3-max-2026-01-23" | "deepseek-v4-flash" | "llama-3-70b-instruct" | "qwen-plus-latest" | "qwen3-30b-a3b-thinking-2507" | "claude-opus-4-8" | "llama-3-8b-instruct" | "devstral-small-2507" | "glm-5" | "devstral-2512" | "glm-4.5" | "qwen3-235b-a22b-instruct-2507" | "gpt-5.1-codex" | "grok-4-3" | "claude-sonnet-4-20250514" | "glm-4.5-x" | "pixtral-large-latest" | "qwen3.6-max-preview" | "qwen-vl-max" | "codestral-2508" | "minimax-m2" | "minimax-m2.5" | "llama-3.1-8b-instruct" | "seed-1-6-250915" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro" | "gpt-4-turbo" | "minimax-m2.5-highspeed" | "mimo-v2.5" | "claude-3-7-sonnet" | "claude-opus-4-6" | "llama-3.3-70b-instruct" | "qwen25-coder-7b" | "mimo-v2-flash" | "qwen3-30b-a3b-fp8" | "kimi-k2" | "gemma-3-1b-it" | "o1" | "deepseek-v4-pro" | "kimi-k2.5" | "seed-1-6-250615" | "glm-4.5-airx" | "deepseek-v3.1" | "llama-4-scout-17b-instruct" | "claude-opus-4-7" | "minimax-text-01" | "gpt-4" | "glm-4.5-air" | "grok-4-1-fast-reasoning" | "qwen3-vl-235b-a22b-thinking" | "glm-5.1" | "grok-4-20-non-reasoning" | "minimax-m2.1-lightning" | "gpt-4o-search-preview" | "mimo-v2.5-pro" | "auto" | "gpt-4.1-nano" | "qwen-plus" | "seed-1-6-flash-250715";
|
|
3
|
-
export type ModelName="Kimi K2 Thinking Turbo" | "Gemini Pro Latest" | "Llama 3.1 70B Instruct" | "Grok 4.20 (Reasoning)" | "GPT-5 Pro" | "GLM-4.5-Flash" | "Qwen3 30B A3B Instruct (2507)" | "DeepSeek R1 (0528)" | "Claude Sonnet 4.6" | "GPT-5 Mini" | "Qwen3.5 397B-A17B" | "Qwen3-Next 80B-A3B Instruct" | "Sonar" | "Qwen2.5-VL 72B Instruct" | "Gemma 3 27B" | "GLM-4.7-FlashX" | "GPT-4o" | "Qwen3 VL 30B A3B Instruct" | "GPT-5.2" | "GLM-4.6V Flash" | "GPT-5 Chat (latest)" | "Ministral 14B" | "o3" | "GLM-4.6" | "GPT-5.3 Chat (latest)" | "Qwen3 32B" | "Qwen3-Coder 30B-A3B Instruct" | "Kimi K2 Thinking" | "Qwen3 VL 30B A3B Thinking" | "Claude Haiku 4.5" | "Ministral 8B" | "GLM-4 32B (0414-128k)" | "Qwen3 235B A22B FP8" | "Qwen2.5 VL 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "GPT-5" | "Qwen3 32B FP8" | "Gemini 3.1 Flash Lite Preview" | "Grok 4 (0709)" | "Qwen Flash" | "Claude Haiku 4.5 (latest)" | "Gemini 2.0 Flash-Lite" | "Sonar Pro" | "GPT-5.4 Pro" | "Qwen Max Latest" | "GPT-4.1 mini" | "Grok 4.20 (Non-Reasoning)" | "DeepSeek V3.2" | "Seed 1.8 (251228)" | "GPT-5.2 Pro" | "GPT-4o Mini Search Preview" | "Claude Opus 4" | "MiniMax-M2.7-highspeed" | "o4-mini" | "GPT-5.4" | "o3-mini" | "Gemini 3 Flash Preview" | "MiMo-V2-Omni" | "Qwen Coder Plus" | "MiniMax-M2.1" | "GPT-5.5" | "Qwen3 Max" | "Kimi K2.6" | "Mistral Large 3" | "Qwen3 Coder Plus" | "GLM-4.7" | "GPT-5.2 Chat" | "GPT-5.1" | "GPT-5 Nano" | "GPT OSS 120B" | "Ministral 3B" | "GPT-4o mini" | "Qwen3 Coder Next" | "Grok 4 Fast Reasoning" | "GPT-5.1 Codex mini" | "Llama 4 Maverick 17B Instruct" | "Llama 3.2 3B Instruct" | "Qwen3 235B A22B Thinking (2507)" | "Mistral Large (latest)" | "Qwen3 4B FP8" | "Qwen3.7 Max" | "Qwen-VL Plus" | "GPT OSS 20B" | "Llama 4 Scout" | "Sonar Reasoning Pro" | "Gemini 2.5 Pro" | "GLM-4.5V" | "GPT-4.1" | "Claude Sonnet 4.5" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "Qwen3-VL Plus" | "GLM-4.6V FlashX" | "GPT-5.4 nano" | "Claude 3.5 Haiku" | "Claude Opus 4.1" | "Qwen3 VL 8B Instruct" | "Qwen Max" | "Qwen-Omni Turbo" | "Gemini 3.1 Pro Preview" | "Qwen3-Coder 480B-A35B Instruct" | "GLM-4.6V" | "Gemini 3.1 Flash Lite" | "GPT-5.3 Codex" | "Gemini 2.5 Flash-Lite" | "Qwen3-Next 80B-A3B (Thinking)" | "Gemini 2.5 Flash" | "Qwen3 Coder Flash" | "Claude Sonnet 3.7" | "Mistral Small 3.2" | "GPT-5.5 Pro" | "Qwen Turbo" | "QwQ Plus" | "Qwen3 VL Flash" | "Gemini 2.0 Flash" | "GPT-3.5-turbo" | "GLM-4.7-Flash" | "Gemini 3.5 Flash" | "Claude Sonnet 3.5 v2" | "Gemma 2 27B IT" | "Claude Opus 4.5" | "Custom Model" | "Hermes 2 Pro Llama 3 8B" | "GPT-5.2 Codex" | "Claude 3 Opus" | "Llama 3.1 Nemotron Ultra 253B" | "Qwen3.6 35B-A3B" | "MiniMax-M2.7" | "Qwen3 Max (2026-01-23)" | "DeepSeek V4 Flash" | "Llama 3 70B Instruct" | "Qwen Plus Latest" | "Qwen3 30B A3B Thinking (2507)" | "Claude Opus 4.8" | "Llama 3 8B Instruct" | "Devstral Small" | "GLM-5" | "Devstral 2" | "GLM-4.5" | "Qwen3 235B A22B Instruct (2507)" | "GPT-5.1 Codex" | "Grok 4.3" | "Claude Sonnet 4" | "GLM-4.5 X" | "Pixtral Large (latest)" | "Qwen3.6 Max Preview" | "Qwen-VL Max" | "Codestral" | "MiniMax-M2" | "MiniMax-M2.5" | "Llama 3.1 8B Instruct" | "Seed 1.6 (250915)" | "Claude Sonnet 4.5 (latest)" | "GPT-5.4 mini" | "MiMo-V2-Pro" | "GPT-4 Turbo" | "MiniMax-M2.5-highspeed" | "MiMo-V2.5" | "Claude 3.7 Sonnet" | "Claude Opus 4.6" | "Llama-3.3-70B-Instruct" | "Qwen2.5 Coder 7B" | "MiMo-V2-Flash" | "Qwen3 30B A3B FP8" | "Kimi K2" | "Gemma 3 1B IT" | "o1" | "DeepSeek V4 Pro" | "Kimi K2.5" | "Seed 1.6 (250615)" | "GLM-4.5 AirX" | "DeepSeek V3.1" | "Llama 4 Scout 17B Instruct" | "Claude Opus 4.7" | "MiniMax Text 01" | "GPT-4" | "GLM-4.5-Air" | "Grok 4.1 Fast Reasoning" | "Qwen3 VL 235B A22B Thinking" | "GLM-5.1" | "MiniMax M2.1 Lightning" | "GPT-4o Search Preview" | "MiMo-V2.5-Pro" | "Auto Route" | "GPT-4.1 nano" | "Qwen Plus" | "Seed 1.6 Flash (250715)";
|
|
2
|
+
export type ModelId="kimi-k2-thinking-turbo" | "gemini-pro-latest" | "llama-3.1-70b-instruct" | "grok-4-20-beta-0309-reasoning" | "gpt-5-pro" | "glm-4.5-flash" | "qwen3-30b-a3b-instruct-2507" | "deepseek-r1-0528" | "claude-sonnet-4-6" | "gpt-5-mini" | "qwen35-397b-a17b" | "qwen3-next-80b-a3b-instruct" | "sonar" | "qwen2-5-vl-72b-instruct" | "gemma-3-27b" | "glm-4.7-flashx" | "gpt-4o" | "qwen3-vl-30b-a3b-instruct" | "gpt-5.2" | "glm-4.6v-flash" | "gpt-5-chat-latest" | "ministral-14b-2512" | "o3" | "glm-4.6" | "gpt-5.3-chat-latest" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "kimi-k2-thinking" | "qwen3-vl-30b-a3b-thinking" | "claude-haiku-4-5-20251001" | "ministral-8b-2512" | "glm-4-32b-0414-128k" | "qwen3-235b-a22b-fp8" | "qwen2-5-vl-32b-instruct" | "qwen3-vl-235b-a22b-instruct" | "gpt-5" | "qwen3-32b-fp8" | "gemini-3.1-flash-lite-preview" | "grok-4-0709" | "qwen-flash" | "claude-haiku-4-5" | "gemini-2.0-flash-lite" | "minimax-m3" | "sonar-pro" | "gpt-5.4-pro" | "qwen-max-latest" | "gpt-4.1-mini" | "grok-4-20-beta-0309-non-reasoning" | "deepseek-v3.2" | "seed-1-8-251228" | "gpt-5.2-pro" | "gpt-4o-mini-search-preview" | "claude-opus-4-20250514" | "minimax-m2.7-highspeed" | "o4-mini" | "gpt-5.4" | "o3-mini" | "gemini-3-flash-preview" | "mimo-v2-omni" | "qwen-coder-plus" | "minimax-m2.1" | "gpt-5.5" | "qwen3-max" | "kimi-k2.6" | "mistral-large-2512" | "qwen3-coder-plus" | "glm-4.7" | "gpt-5.2-chat-latest" | "gpt-5.1" | "gpt-5-nano" | "gpt-oss-120b" | "ministral-3b-2512" | "gpt-4o-mini" | "qwen3-coder-next" | "grok-4-fast-reasoning" | "gpt-5.1-codex-mini" | "llama-4-maverick-17b-instruct" | "llama-3.2-3b-instruct" | "qwen3-235b-a22b-thinking-2507" | "mistral-large-latest" | "qwen3-4b-fp8" | "qwen3.7-max" | "qwen-vl-plus" | "gpt-oss-20b" | "llama-4-scout" | "sonar-reasoning-pro" | "gemini-2.5-pro" | "glm-4.5v" | "gpt-4.1" | "claude-sonnet-4-5-20250929" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "qwen3-vl-plus" | "glm-4.6v-flashx" | "gpt-5.4-nano" | "claude-3-5-haiku" | "claude-opus-4-1-20250805" | "qwen3-vl-8b-instruct" | "qwen-max" | "qwen-omni-turbo" | "gemini-3.1-pro-preview" | "qwen3-coder-480b-a35b-instruct" | "glm-4.6v" | "gemini-3.1-flash-lite" | "gpt-5.3-codex" | "gemini-2.5-flash-lite" | "qwen3-next-80b-a3b-thinking" | "gemini-2.5-flash" | "qwen3-coder-flash" | "claude-3-7-sonnet-20250219" | "mistral-small-2506" | "gpt-5.5-pro" | "qwen-turbo" | "qwq-plus" | "qwen3-vl-flash" | "gemini-2.0-flash" | "gpt-3.5-turbo" | "glm-4.7-flash" | "grok-4-20-reasoning" | "gemini-3.5-flash" | "claude-3-5-sonnet-20241022" | "gemma-2-27b-it-together" | "claude-opus-4-5-20251101" | "custom" | "hermes-2-pro-llama-3-8b" | "gpt-5.2-codex" | "claude-3-opus" | "llama-3.1-nemotron-ultra-253b" | "qwen3.6-35b-a3b" | "minimax-m2.7" | "qwen3-max-2026-01-23" | "deepseek-v4-flash" | "llama-3-70b-instruct" | "qwen-plus-latest" | "qwen3-30b-a3b-thinking-2507" | "claude-opus-4-8" | "llama-3-8b-instruct" | "devstral-small-2507" | "glm-5" | "devstral-2512" | "glm-4.5" | "qwen3-235b-a22b-instruct-2507" | "gpt-5.1-codex" | "grok-4-3" | "claude-sonnet-4-20250514" | "glm-4.5-x" | "pixtral-large-latest" | "qwen3.6-max-preview" | "qwen-vl-max" | "codestral-2508" | "minimax-m2" | "minimax-m2.5" | "llama-3.1-8b-instruct" | "seed-1-6-250915" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro" | "gpt-4-turbo" | "qwen3.7-plus" | "minimax-m2.5-highspeed" | "mimo-v2.5" | "claude-3-7-sonnet" | "claude-opus-4-6" | "llama-3.3-70b-instruct" | "qwen25-coder-7b" | "mimo-v2-flash" | "qwen3-30b-a3b-fp8" | "kimi-k2" | "gemma-3-1b-it" | "o1" | "deepseek-v4-pro" | "kimi-k2.5" | "seed-1-6-250615" | "glm-4.5-airx" | "deepseek-v3.1" | "llama-4-scout-17b-instruct" | "claude-opus-4-7" | "minimax-text-01" | "gpt-4" | "glm-4.5-air" | "grok-4-1-fast-reasoning" | "qwen3-vl-235b-a22b-thinking" | "glm-5.1" | "grok-4-20-non-reasoning" | "minimax-m2.1-lightning" | "gpt-4o-search-preview" | "mimo-v2.5-pro" | "auto" | "gpt-4.1-nano" | "qwen-plus" | "seed-1-6-flash-250715";
|
|
3
|
+
export type ModelName="Kimi K2 Thinking Turbo" | "Gemini Pro Latest" | "Llama 3.1 70B Instruct" | "Grok 4.20 (Reasoning)" | "GPT-5 Pro" | "GLM-4.5-Flash" | "Qwen3 30B A3B Instruct (2507)" | "DeepSeek R1 (0528)" | "Claude Sonnet 4.6" | "GPT-5 Mini" | "Qwen3.5 397B-A17B" | "Qwen3-Next 80B-A3B Instruct" | "Sonar" | "Qwen2.5-VL 72B Instruct" | "Gemma 3 27B" | "GLM-4.7-FlashX" | "GPT-4o" | "Qwen3 VL 30B A3B Instruct" | "GPT-5.2" | "GLM-4.6V Flash" | "GPT-5 Chat (latest)" | "Ministral 14B" | "o3" | "GLM-4.6" | "GPT-5.3 Chat (latest)" | "Qwen3 32B" | "Qwen3-Coder 30B-A3B Instruct" | "Kimi K2 Thinking" | "Qwen3 VL 30B A3B Thinking" | "Claude Haiku 4.5" | "Ministral 8B" | "GLM-4 32B (0414-128k)" | "Qwen3 235B A22B FP8" | "Qwen2.5 VL 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "GPT-5" | "Qwen3 32B FP8" | "Gemini 3.1 Flash Lite Preview" | "Grok 4 (0709)" | "Qwen Flash" | "Claude Haiku 4.5 (latest)" | "Gemini 2.0 Flash-Lite" | "MiniMax-M3" | "Sonar Pro" | "GPT-5.4 Pro" | "Qwen Max Latest" | "GPT-4.1 mini" | "Grok 4.20 (Non-Reasoning)" | "DeepSeek V3.2" | "Seed 1.8 (251228)" | "GPT-5.2 Pro" | "GPT-4o Mini Search Preview" | "Claude Opus 4" | "MiniMax-M2.7-highspeed" | "o4-mini" | "GPT-5.4" | "o3-mini" | "Gemini 3 Flash Preview" | "MiMo-V2-Omni" | "Qwen Coder Plus" | "MiniMax-M2.1" | "GPT-5.5" | "Qwen3 Max" | "Kimi K2.6" | "Mistral Large 3" | "Qwen3 Coder Plus" | "GLM-4.7" | "GPT-5.2 Chat" | "GPT-5.1" | "GPT-5 Nano" | "GPT OSS 120B" | "Ministral 3B" | "GPT-4o mini" | "Qwen3 Coder Next" | "Grok 4 Fast Reasoning" | "GPT-5.1 Codex mini" | "Llama 4 Maverick 17B Instruct" | "Llama 3.2 3B Instruct" | "Qwen3 235B A22B Thinking (2507)" | "Mistral Large (latest)" | "Qwen3 4B FP8" | "Qwen3.7 Max" | "Qwen-VL Plus" | "GPT OSS 20B" | "Llama 4 Scout" | "Sonar Reasoning Pro" | "Gemini 2.5 Pro" | "GLM-4.5V" | "GPT-4.1" | "Claude Sonnet 4.5" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "Qwen3-VL Plus" | "GLM-4.6V FlashX" | "GPT-5.4 nano" | "Claude 3.5 Haiku" | "Claude Opus 4.1" | "Qwen3 VL 8B Instruct" | "Qwen Max" | "Qwen-Omni Turbo" | "Gemini 3.1 Pro Preview" | "Qwen3-Coder 480B-A35B Instruct" | "GLM-4.6V" | "Gemini 3.1 Flash Lite" | "GPT-5.3 Codex" | "Gemini 2.5 Flash-Lite" | "Qwen3-Next 80B-A3B (Thinking)" | "Gemini 2.5 Flash" | "Qwen3 Coder Flash" | "Claude Sonnet 3.7" | "Mistral Small 3.2" | "GPT-5.5 Pro" | "Qwen Turbo" | "QwQ Plus" | "Qwen3 VL Flash" | "Gemini 2.0 Flash" | "GPT-3.5-turbo" | "GLM-4.7-Flash" | "Gemini 3.5 Flash" | "Claude Sonnet 3.5 v2" | "Gemma 2 27B IT" | "Claude Opus 4.5" | "Custom Model" | "Hermes 2 Pro Llama 3 8B" | "GPT-5.2 Codex" | "Claude 3 Opus" | "Llama 3.1 Nemotron Ultra 253B" | "Qwen3.6 35B-A3B" | "MiniMax-M2.7" | "Qwen3 Max (2026-01-23)" | "DeepSeek V4 Flash" | "Llama 3 70B Instruct" | "Qwen Plus Latest" | "Qwen3 30B A3B Thinking (2507)" | "Claude Opus 4.8" | "Llama 3 8B Instruct" | "Devstral Small" | "GLM-5" | "Devstral 2" | "GLM-4.5" | "Qwen3 235B A22B Instruct (2507)" | "GPT-5.1 Codex" | "Grok 4.3" | "Claude Sonnet 4" | "GLM-4.5 X" | "Pixtral Large (latest)" | "Qwen3.6 Max Preview" | "Qwen-VL Max" | "Codestral" | "MiniMax-M2" | "MiniMax-M2.5" | "Llama 3.1 8B Instruct" | "Seed 1.6 (250915)" | "Claude Sonnet 4.5 (latest)" | "GPT-5.4 mini" | "MiMo-V2-Pro" | "GPT-4 Turbo" | "Qwen3.7 Plus" | "MiniMax-M2.5-highspeed" | "MiMo-V2.5" | "Claude 3.7 Sonnet" | "Claude Opus 4.6" | "Llama-3.3-70B-Instruct" | "Qwen2.5 Coder 7B" | "MiMo-V2-Flash" | "Qwen3 30B A3B FP8" | "Kimi K2" | "Gemma 3 1B IT" | "o1" | "DeepSeek V4 Pro" | "Kimi K2.5" | "Seed 1.6 (250615)" | "GLM-4.5 AirX" | "DeepSeek V3.1" | "Llama 4 Scout 17B Instruct" | "Claude Opus 4.7" | "MiniMax Text 01" | "GPT-4" | "GLM-4.5-Air" | "Grok 4.1 Fast Reasoning" | "Qwen3 VL 235B A22B Thinking" | "GLM-5.1" | "MiniMax M2.1 Lightning" | "GPT-4o Search Preview" | "MiMo-V2.5-Pro" | "Auto Route" | "GPT-4.1 nano" | "Qwen Plus" | "Seed 1.6 Flash (250715)";
|
|
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="kimi-k2-thinking-turbo" | "gemini-pro-latest" | "llama-3.1-70b-instruct" | "grok-4-20-beta-0309-reasoning" | "gpt-5-pro" | "glm-4.5-flash" | "qwen3-30b-a3b-instruct-2507" | "deepseek-r1-0528" | "claude-sonnet-4-6" | "gpt-5-mini" | "qwen35-397b-a17b" | "qwen3-next-80b-a3b-instruct" | "sonar" | "qwen2-5-vl-72b-instruct" | "gemma-3-27b" | "glm-4.7-flashx" | "gpt-4o" | "qwen3-vl-30b-a3b-instruct" | "gpt-5.2" | "glm-4.6v-flash" | "gpt-5-chat-latest" | "ministral-14b-2512" | "o3" | "glm-4.6" | "gpt-5.3-chat-latest" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "kimi-k2-thinking" | "qwen3-vl-30b-a3b-thinking" | "claude-haiku-4-5-20251001" | "ministral-8b-2512" | "glm-4-32b-0414-128k" | "qwen3-235b-a22b-fp8" | "qwen2-5-vl-32b-instruct" | "qwen3-vl-235b-a22b-instruct" | "gpt-5" | "qwen3-32b-fp8" | "gemini-3.1-flash-lite-preview" | "grok-4-0709" | "qwen-flash" | "claude-haiku-4-5" | "gemini-2.0-flash-lite" | "sonar-pro" | "gpt-5.4-pro" | "qwen-max-latest" | "gpt-4.1-mini" | "grok-4-20-beta-0309-non-reasoning" | "deepseek-v3.2" | "seed-1-8-251228" | "gpt-5.2-pro" | "gpt-4o-mini-search-preview" | "claude-opus-4-20250514" | "minimax-m2.7-highspeed" | "o4-mini" | "gpt-5.4" | "o3-mini" | "gemini-3-flash-preview" | "mimo-v2-omni" | "qwen-coder-plus" | "minimax-m2.1" | "gpt-5.5" | "qwen3-max" | "kimi-k2.6" | "mistral-large-2512" | "qwen3-coder-plus" | "glm-4.7" | "gpt-5.2-chat-latest" | "gpt-5.1" | "gpt-5-nano" | "gpt-oss-120b" | "ministral-3b-2512" | "gpt-4o-mini" | "qwen3-coder-next" | "grok-4-fast-reasoning" | "gpt-5.1-codex-mini" | "llama-4-maverick-17b-instruct" | "llama-3.2-3b-instruct" | "qwen3-235b-a22b-thinking-2507" | "mistral-large-latest" | "qwen3-4b-fp8" | "qwen3.7-max" | "qwen-vl-plus" | "gpt-oss-20b" | "llama-4-scout" | "sonar-reasoning-pro" | "gemini-2.5-pro" | "glm-4.5v" | "gpt-4.1" | "claude-sonnet-4-5-20250929" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "qwen3-vl-plus" | "glm-4.6v-flashx" | "gpt-5.4-nano" | "claude-3-5-haiku" | "claude-opus-4-1-20250805" | "qwen3-vl-8b-instruct" | "qwen-max" | "qwen-omni-turbo" | "gemini-3.1-pro-preview" | "qwen3-coder-480b-a35b-instruct" | "glm-4.6v" | "gemini-3.1-flash-lite" | "gpt-5.3-codex" | "gemini-2.5-flash-lite" | "qwen3-next-80b-a3b-thinking" | "gemini-2.5-flash" | "qwen3-coder-flash" | "claude-3-7-sonnet-20250219" | "mistral-small-2506" | "gpt-5.5-pro" | "qwen-turbo" | "qwq-plus" | "qwen3-vl-flash" | "gemini-2.0-flash" | "gpt-3.5-turbo" | "glm-4.7-flash" | "grok-4-20-reasoning" | "gemini-3.5-flash" | "claude-3-5-sonnet-20241022" | "gemma-2-27b-it-together" | "claude-opus-4-5-20251101" | "custom" | "hermes-2-pro-llama-3-8b" | "gpt-5.2-codex" | "claude-3-opus" | "llama-3.1-nemotron-ultra-253b" | "qwen3.6-35b-a3b" | "minimax-m2.7" | "qwen3-max-2026-01-23" | "deepseek-v4-flash" | "llama-3-70b-instruct" | "qwen-plus-latest" | "qwen3-30b-a3b-thinking-2507" | "claude-opus-4-8" | "llama-3-8b-instruct" | "devstral-small-2507" | "glm-5" | "devstral-2512" | "glm-4.5" | "qwen3-235b-a22b-instruct-2507" | "gpt-5.1-codex" | "grok-4-3" | "claude-sonnet-4-20250514" | "glm-4.5-x" | "pixtral-large-latest" | "qwen3.6-max-preview" | "qwen-vl-max" | "codestral-2508" | "minimax-m2" | "minimax-m2.5" | "llama-3.1-8b-instruct" | "seed-1-6-250915" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro" | "gpt-4-turbo" | "minimax-m2.5-highspeed" | "mimo-v2.5" | "claude-3-7-sonnet" | "claude-opus-4-6" | "llama-3.3-70b-instruct" | "qwen25-coder-7b" | "mimo-v2-flash" | "qwen3-30b-a3b-fp8" | "kimi-k2" | "gemma-3-1b-it" | "o1" | "deepseek-v4-pro" | "kimi-k2.5" | "seed-1-6-250615" | "glm-4.5-airx" | "deepseek-v3.1" | "llama-4-scout-17b-instruct" | "claude-opus-4-7" | "minimax-text-01" | "gpt-4" | "glm-4.5-air" | "grok-4-1-fast-reasoning" | "qwen3-vl-235b-a22b-thinking" | "glm-5.1" | "grok-4-20-non-reasoning" | "minimax-m2.1-lightning" | "gpt-4o-search-preview" | "mimo-v2.5-pro" | "auto" | "gpt-4.1-nano" | "qwen-plus" | "seed-1-6-flash-250715";
|
|
3
|
-
export type ModelName="Kimi K2 Thinking Turbo" | "Gemini Pro Latest" | "Llama 3.1 70B Instruct" | "Grok 4.20 (Reasoning)" | "GPT-5 Pro" | "GLM-4.5-Flash" | "Qwen3 30B A3B Instruct (2507)" | "DeepSeek R1 (0528)" | "Claude Sonnet 4.6" | "GPT-5 Mini" | "Qwen3.5 397B-A17B" | "Qwen3-Next 80B-A3B Instruct" | "Sonar" | "Qwen2.5-VL 72B Instruct" | "Gemma 3 27B" | "GLM-4.7-FlashX" | "GPT-4o" | "Qwen3 VL 30B A3B Instruct" | "GPT-5.2" | "GLM-4.6V Flash" | "GPT-5 Chat (latest)" | "Ministral 14B" | "o3" | "GLM-4.6" | "GPT-5.3 Chat (latest)" | "Qwen3 32B" | "Qwen3-Coder 30B-A3B Instruct" | "Kimi K2 Thinking" | "Qwen3 VL 30B A3B Thinking" | "Claude Haiku 4.5" | "Ministral 8B" | "GLM-4 32B (0414-128k)" | "Qwen3 235B A22B FP8" | "Qwen2.5 VL 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "GPT-5" | "Qwen3 32B FP8" | "Gemini 3.1 Flash Lite Preview" | "Grok 4 (0709)" | "Qwen Flash" | "Claude Haiku 4.5 (latest)" | "Gemini 2.0 Flash-Lite" | "Sonar Pro" | "GPT-5.4 Pro" | "Qwen Max Latest" | "GPT-4.1 mini" | "Grok 4.20 (Non-Reasoning)" | "DeepSeek V3.2" | "Seed 1.8 (251228)" | "GPT-5.2 Pro" | "GPT-4o Mini Search Preview" | "Claude Opus 4" | "MiniMax-M2.7-highspeed" | "o4-mini" | "GPT-5.4" | "o3-mini" | "Gemini 3 Flash Preview" | "MiMo-V2-Omni" | "Qwen Coder Plus" | "MiniMax-M2.1" | "GPT-5.5" | "Qwen3 Max" | "Kimi K2.6" | "Mistral Large 3" | "Qwen3 Coder Plus" | "GLM-4.7" | "GPT-5.2 Chat" | "GPT-5.1" | "GPT-5 Nano" | "GPT OSS 120B" | "Ministral 3B" | "GPT-4o mini" | "Qwen3 Coder Next" | "Grok 4 Fast Reasoning" | "GPT-5.1 Codex mini" | "Llama 4 Maverick 17B Instruct" | "Llama 3.2 3B Instruct" | "Qwen3 235B A22B Thinking (2507)" | "Mistral Large (latest)" | "Qwen3 4B FP8" | "Qwen3.7 Max" | "Qwen-VL Plus" | "GPT OSS 20B" | "Llama 4 Scout" | "Sonar Reasoning Pro" | "Gemini 2.5 Pro" | "GLM-4.5V" | "GPT-4.1" | "Claude Sonnet 4.5" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "Qwen3-VL Plus" | "GLM-4.6V FlashX" | "GPT-5.4 nano" | "Claude 3.5 Haiku" | "Claude Opus 4.1" | "Qwen3 VL 8B Instruct" | "Qwen Max" | "Qwen-Omni Turbo" | "Gemini 3.1 Pro Preview" | "Qwen3-Coder 480B-A35B Instruct" | "GLM-4.6V" | "Gemini 3.1 Flash Lite" | "GPT-5.3 Codex" | "Gemini 2.5 Flash-Lite" | "Qwen3-Next 80B-A3B (Thinking)" | "Gemini 2.5 Flash" | "Qwen3 Coder Flash" | "Claude Sonnet 3.7" | "Mistral Small 3.2" | "GPT-5.5 Pro" | "Qwen Turbo" | "QwQ Plus" | "Qwen3 VL Flash" | "Gemini 2.0 Flash" | "GPT-3.5-turbo" | "GLM-4.7-Flash" | "Gemini 3.5 Flash" | "Claude Sonnet 3.5 v2" | "Gemma 2 27B IT" | "Claude Opus 4.5" | "Custom Model" | "Hermes 2 Pro Llama 3 8B" | "GPT-5.2 Codex" | "Claude 3 Opus" | "Llama 3.1 Nemotron Ultra 253B" | "Qwen3.6 35B-A3B" | "MiniMax-M2.7" | "Qwen3 Max (2026-01-23)" | "DeepSeek V4 Flash" | "Llama 3 70B Instruct" | "Qwen Plus Latest" | "Qwen3 30B A3B Thinking (2507)" | "Claude Opus 4.8" | "Llama 3 8B Instruct" | "Devstral Small" | "GLM-5" | "Devstral 2" | "GLM-4.5" | "Qwen3 235B A22B Instruct (2507)" | "GPT-5.1 Codex" | "Grok 4.3" | "Claude Sonnet 4" | "GLM-4.5 X" | "Pixtral Large (latest)" | "Qwen3.6 Max Preview" | "Qwen-VL Max" | "Codestral" | "MiniMax-M2" | "MiniMax-M2.5" | "Llama 3.1 8B Instruct" | "Seed 1.6 (250915)" | "Claude Sonnet 4.5 (latest)" | "GPT-5.4 mini" | "MiMo-V2-Pro" | "GPT-4 Turbo" | "MiniMax-M2.5-highspeed" | "MiMo-V2.5" | "Claude 3.7 Sonnet" | "Claude Opus 4.6" | "Llama-3.3-70B-Instruct" | "Qwen2.5 Coder 7B" | "MiMo-V2-Flash" | "Qwen3 30B A3B FP8" | "Kimi K2" | "Gemma 3 1B IT" | "o1" | "DeepSeek V4 Pro" | "Kimi K2.5" | "Seed 1.6 (250615)" | "GLM-4.5 AirX" | "DeepSeek V3.1" | "Llama 4 Scout 17B Instruct" | "Claude Opus 4.7" | "MiniMax Text 01" | "GPT-4" | "GLM-4.5-Air" | "Grok 4.1 Fast Reasoning" | "Qwen3 VL 235B A22B Thinking" | "GLM-5.1" | "MiniMax M2.1 Lightning" | "GPT-4o Search Preview" | "MiMo-V2.5-Pro" | "Auto Route" | "GPT-4.1 nano" | "Qwen Plus" | "Seed 1.6 Flash (250715)";
|
|
2
|
+
export type ModelId="kimi-k2-thinking-turbo" | "gemini-pro-latest" | "llama-3.1-70b-instruct" | "grok-4-20-beta-0309-reasoning" | "gpt-5-pro" | "glm-4.5-flash" | "qwen3-30b-a3b-instruct-2507" | "deepseek-r1-0528" | "claude-sonnet-4-6" | "gpt-5-mini" | "qwen35-397b-a17b" | "qwen3-next-80b-a3b-instruct" | "sonar" | "qwen2-5-vl-72b-instruct" | "gemma-3-27b" | "glm-4.7-flashx" | "gpt-4o" | "qwen3-vl-30b-a3b-instruct" | "gpt-5.2" | "glm-4.6v-flash" | "gpt-5-chat-latest" | "ministral-14b-2512" | "o3" | "glm-4.6" | "gpt-5.3-chat-latest" | "qwen3-32b" | "qwen3-coder-30b-a3b-instruct" | "kimi-k2-thinking" | "qwen3-vl-30b-a3b-thinking" | "claude-haiku-4-5-20251001" | "ministral-8b-2512" | "glm-4-32b-0414-128k" | "qwen3-235b-a22b-fp8" | "qwen2-5-vl-32b-instruct" | "qwen3-vl-235b-a22b-instruct" | "gpt-5" | "qwen3-32b-fp8" | "gemini-3.1-flash-lite-preview" | "grok-4-0709" | "qwen-flash" | "claude-haiku-4-5" | "gemini-2.0-flash-lite" | "minimax-m3" | "sonar-pro" | "gpt-5.4-pro" | "qwen-max-latest" | "gpt-4.1-mini" | "grok-4-20-beta-0309-non-reasoning" | "deepseek-v3.2" | "seed-1-8-251228" | "gpt-5.2-pro" | "gpt-4o-mini-search-preview" | "claude-opus-4-20250514" | "minimax-m2.7-highspeed" | "o4-mini" | "gpt-5.4" | "o3-mini" | "gemini-3-flash-preview" | "mimo-v2-omni" | "qwen-coder-plus" | "minimax-m2.1" | "gpt-5.5" | "qwen3-max" | "kimi-k2.6" | "mistral-large-2512" | "qwen3-coder-plus" | "glm-4.7" | "gpt-5.2-chat-latest" | "gpt-5.1" | "gpt-5-nano" | "gpt-oss-120b" | "ministral-3b-2512" | "gpt-4o-mini" | "qwen3-coder-next" | "grok-4-fast-reasoning" | "gpt-5.1-codex-mini" | "llama-4-maverick-17b-instruct" | "llama-3.2-3b-instruct" | "qwen3-235b-a22b-thinking-2507" | "mistral-large-latest" | "qwen3-4b-fp8" | "qwen3.7-max" | "qwen-vl-plus" | "gpt-oss-20b" | "llama-4-scout" | "sonar-reasoning-pro" | "gemini-2.5-pro" | "glm-4.5v" | "gpt-4.1" | "claude-sonnet-4-5-20250929" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "qwen3-vl-plus" | "glm-4.6v-flashx" | "gpt-5.4-nano" | "claude-3-5-haiku" | "claude-opus-4-1-20250805" | "qwen3-vl-8b-instruct" | "qwen-max" | "qwen-omni-turbo" | "gemini-3.1-pro-preview" | "qwen3-coder-480b-a35b-instruct" | "glm-4.6v" | "gemini-3.1-flash-lite" | "gpt-5.3-codex" | "gemini-2.5-flash-lite" | "qwen3-next-80b-a3b-thinking" | "gemini-2.5-flash" | "qwen3-coder-flash" | "claude-3-7-sonnet-20250219" | "mistral-small-2506" | "gpt-5.5-pro" | "qwen-turbo" | "qwq-plus" | "qwen3-vl-flash" | "gemini-2.0-flash" | "gpt-3.5-turbo" | "glm-4.7-flash" | "grok-4-20-reasoning" | "gemini-3.5-flash" | "claude-3-5-sonnet-20241022" | "gemma-2-27b-it-together" | "claude-opus-4-5-20251101" | "custom" | "hermes-2-pro-llama-3-8b" | "gpt-5.2-codex" | "claude-3-opus" | "llama-3.1-nemotron-ultra-253b" | "qwen3.6-35b-a3b" | "minimax-m2.7" | "qwen3-max-2026-01-23" | "deepseek-v4-flash" | "llama-3-70b-instruct" | "qwen-plus-latest" | "qwen3-30b-a3b-thinking-2507" | "claude-opus-4-8" | "llama-3-8b-instruct" | "devstral-small-2507" | "glm-5" | "devstral-2512" | "glm-4.5" | "qwen3-235b-a22b-instruct-2507" | "gpt-5.1-codex" | "grok-4-3" | "claude-sonnet-4-20250514" | "glm-4.5-x" | "pixtral-large-latest" | "qwen3.6-max-preview" | "qwen-vl-max" | "codestral-2508" | "minimax-m2" | "minimax-m2.5" | "llama-3.1-8b-instruct" | "seed-1-6-250915" | "claude-sonnet-4-5" | "gpt-5.4-mini" | "mimo-v2-pro" | "gpt-4-turbo" | "qwen3.7-plus" | "minimax-m2.5-highspeed" | "mimo-v2.5" | "claude-3-7-sonnet" | "claude-opus-4-6" | "llama-3.3-70b-instruct" | "qwen25-coder-7b" | "mimo-v2-flash" | "qwen3-30b-a3b-fp8" | "kimi-k2" | "gemma-3-1b-it" | "o1" | "deepseek-v4-pro" | "kimi-k2.5" | "seed-1-6-250615" | "glm-4.5-airx" | "deepseek-v3.1" | "llama-4-scout-17b-instruct" | "claude-opus-4-7" | "minimax-text-01" | "gpt-4" | "glm-4.5-air" | "grok-4-1-fast-reasoning" | "qwen3-vl-235b-a22b-thinking" | "glm-5.1" | "grok-4-20-non-reasoning" | "minimax-m2.1-lightning" | "gpt-4o-search-preview" | "mimo-v2.5-pro" | "auto" | "gpt-4.1-nano" | "qwen-plus" | "seed-1-6-flash-250715";
|
|
3
|
+
export type ModelName="Kimi K2 Thinking Turbo" | "Gemini Pro Latest" | "Llama 3.1 70B Instruct" | "Grok 4.20 (Reasoning)" | "GPT-5 Pro" | "GLM-4.5-Flash" | "Qwen3 30B A3B Instruct (2507)" | "DeepSeek R1 (0528)" | "Claude Sonnet 4.6" | "GPT-5 Mini" | "Qwen3.5 397B-A17B" | "Qwen3-Next 80B-A3B Instruct" | "Sonar" | "Qwen2.5-VL 72B Instruct" | "Gemma 3 27B" | "GLM-4.7-FlashX" | "GPT-4o" | "Qwen3 VL 30B A3B Instruct" | "GPT-5.2" | "GLM-4.6V Flash" | "GPT-5 Chat (latest)" | "Ministral 14B" | "o3" | "GLM-4.6" | "GPT-5.3 Chat (latest)" | "Qwen3 32B" | "Qwen3-Coder 30B-A3B Instruct" | "Kimi K2 Thinking" | "Qwen3 VL 30B A3B Thinking" | "Claude Haiku 4.5" | "Ministral 8B" | "GLM-4 32B (0414-128k)" | "Qwen3 235B A22B FP8" | "Qwen2.5 VL 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "GPT-5" | "Qwen3 32B FP8" | "Gemini 3.1 Flash Lite Preview" | "Grok 4 (0709)" | "Qwen Flash" | "Claude Haiku 4.5 (latest)" | "Gemini 2.0 Flash-Lite" | "MiniMax-M3" | "Sonar Pro" | "GPT-5.4 Pro" | "Qwen Max Latest" | "GPT-4.1 mini" | "Grok 4.20 (Non-Reasoning)" | "DeepSeek V3.2" | "Seed 1.8 (251228)" | "GPT-5.2 Pro" | "GPT-4o Mini Search Preview" | "Claude Opus 4" | "MiniMax-M2.7-highspeed" | "o4-mini" | "GPT-5.4" | "o3-mini" | "Gemini 3 Flash Preview" | "MiMo-V2-Omni" | "Qwen Coder Plus" | "MiniMax-M2.1" | "GPT-5.5" | "Qwen3 Max" | "Kimi K2.6" | "Mistral Large 3" | "Qwen3 Coder Plus" | "GLM-4.7" | "GPT-5.2 Chat" | "GPT-5.1" | "GPT-5 Nano" | "GPT OSS 120B" | "Ministral 3B" | "GPT-4o mini" | "Qwen3 Coder Next" | "Grok 4 Fast Reasoning" | "GPT-5.1 Codex mini" | "Llama 4 Maverick 17B Instruct" | "Llama 3.2 3B Instruct" | "Qwen3 235B A22B Thinking (2507)" | "Mistral Large (latest)" | "Qwen3 4B FP8" | "Qwen3.7 Max" | "Qwen-VL Plus" | "GPT OSS 20B" | "Llama 4 Scout" | "Sonar Reasoning Pro" | "Gemini 2.5 Pro" | "GLM-4.5V" | "GPT-4.1" | "Claude Sonnet 4.5" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "Qwen3-VL Plus" | "GLM-4.6V FlashX" | "GPT-5.4 nano" | "Claude 3.5 Haiku" | "Claude Opus 4.1" | "Qwen3 VL 8B Instruct" | "Qwen Max" | "Qwen-Omni Turbo" | "Gemini 3.1 Pro Preview" | "Qwen3-Coder 480B-A35B Instruct" | "GLM-4.6V" | "Gemini 3.1 Flash Lite" | "GPT-5.3 Codex" | "Gemini 2.5 Flash-Lite" | "Qwen3-Next 80B-A3B (Thinking)" | "Gemini 2.5 Flash" | "Qwen3 Coder Flash" | "Claude Sonnet 3.7" | "Mistral Small 3.2" | "GPT-5.5 Pro" | "Qwen Turbo" | "QwQ Plus" | "Qwen3 VL Flash" | "Gemini 2.0 Flash" | "GPT-3.5-turbo" | "GLM-4.7-Flash" | "Gemini 3.5 Flash" | "Claude Sonnet 3.5 v2" | "Gemma 2 27B IT" | "Claude Opus 4.5" | "Custom Model" | "Hermes 2 Pro Llama 3 8B" | "GPT-5.2 Codex" | "Claude 3 Opus" | "Llama 3.1 Nemotron Ultra 253B" | "Qwen3.6 35B-A3B" | "MiniMax-M2.7" | "Qwen3 Max (2026-01-23)" | "DeepSeek V4 Flash" | "Llama 3 70B Instruct" | "Qwen Plus Latest" | "Qwen3 30B A3B Thinking (2507)" | "Claude Opus 4.8" | "Llama 3 8B Instruct" | "Devstral Small" | "GLM-5" | "Devstral 2" | "GLM-4.5" | "Qwen3 235B A22B Instruct (2507)" | "GPT-5.1 Codex" | "Grok 4.3" | "Claude Sonnet 4" | "GLM-4.5 X" | "Pixtral Large (latest)" | "Qwen3.6 Max Preview" | "Qwen-VL Max" | "Codestral" | "MiniMax-M2" | "MiniMax-M2.5" | "Llama 3.1 8B Instruct" | "Seed 1.6 (250915)" | "Claude Sonnet 4.5 (latest)" | "GPT-5.4 mini" | "MiMo-V2-Pro" | "GPT-4 Turbo" | "Qwen3.7 Plus" | "MiniMax-M2.5-highspeed" | "MiMo-V2.5" | "Claude 3.7 Sonnet" | "Claude Opus 4.6" | "Llama-3.3-70B-Instruct" | "Qwen2.5 Coder 7B" | "MiMo-V2-Flash" | "Qwen3 30B A3B FP8" | "Kimi K2" | "Gemma 3 1B IT" | "o1" | "DeepSeek V4 Pro" | "Kimi K2.5" | "Seed 1.6 (250615)" | "GLM-4.5 AirX" | "DeepSeek V3.1" | "Llama 4 Scout 17B Instruct" | "Claude Opus 4.7" | "MiniMax Text 01" | "GPT-4" | "GLM-4.5-Air" | "Grok 4.1 Fast Reasoning" | "Qwen3 VL 235B A22B Thinking" | "GLM-5.1" | "MiniMax M2.1 Lightning" | "GPT-4o Search Preview" | "MiMo-V2.5-Pro" | "Auto Route" | "GPT-4.1 nano" | "Qwen Plus" | "Seed 1.6 Flash (250715)";
|
|
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.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4-32b" | "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" | "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-4-405b" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-2603" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "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-2512" | "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.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-chat" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-v4-pro" | "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-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "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/qwen3.7-plus" | "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-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-a" | "cohere/command-r7b-12-2024" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.5" | "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.3-70b-instruct:free" | "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-3.3-70b-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" | "
|
|
3
|
-
export type ModelName="KAT-Coder-Pro V2" | "GLM 4.5 Air (free)" | "GLM-4.6" | "GLM-4.7" | "GLM 4 32B " | "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" | "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 4 405B" | "Mistral Small 3" | "Mistral Medium 3.1" | "Ministral 3 14B 2512" | "Mistral Large 2407" | "Mistral Small 4" | "Ministral 3 8B 2512" | "Mistral Large" | "Mistral Small 3.1 24B" | "Mistral Nemo" | "Mistral Large 3" | "Ministral 3 3B 2512" | "Saba" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Mistral Medium 3.5" | "Mixtral 8x22B Instruct" | "Devstral 2" | "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.1 70B Hanami x1" | "R1 0528" | "DeepSeek V3.2" | "R1" | "DeepSeek V3.1" | "DeepSeek V3 0324" | "R1 Distill Llama 70B" | "DeepSeek Chat" | "DeepSeek V3.1 Terminus" | "DeepSeek V4 Flash" | "DeepSeek V3.2 Exp" | "DeepSeek V4 Pro" | "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 Sonnet 4.6" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Claude 3.5 Haiku" | "Claude 3 Haiku" | "Claude Opus 4.6 (Fast)" | "Claude Sonnet 4.5 (latest)" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.7 (Fast)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.8" | "Claude Opus 4" | "MiMo-V2.5" | "MiMo-V2-Flash" | "MiMo-V2.5-Pro" | "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
|
|
2
|
+
export type ModelId="kwaipilot/kat-coder-pro-v2" | "z-ai/glm-4.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4-32b" | "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" | "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-4-405b" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-2603" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "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-2512" | "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.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-chat" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-v4-pro" | "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-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "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/qwen3.7-plus" | "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-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-a" | "cohere/command-r7b-12-2024" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.5" | "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.3-70b-instruct:free" | "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-3.3-70b-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" | "x-ai/grok-4.20-multi-agent" | "x-ai/grok-build-0.1" | "x-ai/grok-4.20" | "x-ai/grok-4.3" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-3-ultra-550b-a55b:free" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3.5-content-safety:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "nvidia/nemotron-3-ultra-550b-a55b" | "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/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.5-flash-image" | "google/gemma-4-31b-it:free" | "google/lyria-3-clip-preview" | "google/gemini-2.5-pro-preview" | "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-preview-05-06" | "google/gemma-3n-e4b-it" | "google/gemini-2.5-pro" | "google/gemini-3.1-pro-preview" | "google/gemma-3-27b-it" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash" | "google/gemma-3-12b-it" | "google/gemma-4-26b-a4b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemma-3-4b-it" | "google/gemini-3.5-flash" | "google/lyria-3-pro-preview" | "google/gemma-2-27b-it" | "google/gemini-3-pro-image-preview" | "google/gemini-3.1-flash-image-preview" | "openai/gpt-4o-2024-08-06" | "openai/gpt-5-pro" | "openai/gpt-5-mini" | "openai/o3-mini-high" | "openai/o4-mini-high" | "openai/gpt-5-chat" | "openai/gpt-4o" | "openai/gpt-5.2" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5-codex" | "openai/o3" | "openai/gpt-5-image" | "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/gpt-4o-mini-search-preview" | "openai/o4-mini" | "openai/gpt-5.4" | "openai/gpt-5.4-image-2" | "openai/o3-mini" | "openai/gpt-5.5" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-oss-20b:free" | "openai/gpt-5.1" | "openai/gpt-5-nano" | "openai/gpt-oss-120b" | "openai/gpt-4o-mini" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/o1-pro" | "openai/gpt-chat-latest" | "openai/gpt-oss-20b" | "openai/gpt-4-turbo-preview" | "openai/o3-deep-research" | "openai/gpt-audio" | "openai/gpt-5-image-mini" | "openai/gpt-4.1" | "openai/gpt-5.4-nano" | "openai/gpt-audio-mini" | "openai/gpt-oss-120b:free" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/o4-mini-deep-research" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-4o-2024-05-13" | "openai/gpt-5.1-chat" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-5.4-mini" | "openai/gpt-4-turbo" | "openai/o1" | "openai/gpt-4" | "openai/gpt-5.3-chat" | "openai/gpt-4o-search-preview" | "openai/gpt-4.1-nano" | "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.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5" | "minimax/minimax-m2-her" | "allenai/olmo-3-32b-think";
|
|
3
|
+
export type ModelName="KAT-Coder-Pro V2" | "GLM 4.5 Air (free)" | "GLM-4.6" | "GLM-4.7" | "GLM 4 32B " | "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" | "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 4 405B" | "Mistral Small 3" | "Mistral Medium 3.1" | "Ministral 3 14B 2512" | "Mistral Large 2407" | "Mistral Small 4" | "Ministral 3 8B 2512" | "Mistral Large" | "Mistral Small 3.1 24B" | "Mistral Nemo" | "Mistral Large 3" | "Ministral 3 3B 2512" | "Saba" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Mistral Medium 3.5" | "Mixtral 8x22B Instruct" | "Devstral 2" | "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.1 70B Hanami x1" | "R1 0528" | "DeepSeek V3.2" | "DeepSeek-R1" | "DeepSeek V3.1" | "DeepSeek V3 0324" | "R1 Distill Llama 70B" | "DeepSeek Chat" | "DeepSeek V3.1 Terminus" | "DeepSeek V4 Flash" | "DeepSeek V3.2 Exp" | "DeepSeek V4 Pro" | "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 Sonnet 4.6" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Claude 3.5 Haiku" | "Claude 3 Haiku" | "Claude Opus 4.6 (Fast)" | "Claude Sonnet 4.5 (latest)" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.7 (Fast)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.8" | "Claude Opus 4" | "MiMo-V2.5" | "MiMo-V2-Flash" | "MiMo-V2.5-Pro" | "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" | "Qwen3.7 Plus" | "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 R+" | "Command R" | "Command A" | "Command R7B" | "Free Models Router" | "Owl Alpha" | "Kimi K2 Thinking" | "Kimi K2.6" | "Kimi K2.6 (free)" | "Kimi K2 0905" | "Kimi K2 0711" | "Kimi K2.5" | "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.3 70B Instruct (free)" | "Llama 3.2 1B Instruct" | "Llama 3 70B Instruct" | "Llama 3 8B Instruct" | "Llama 3.1 8B Instruct" | "Llama-3.3-70B-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 " | "Grok 4.20 Multi-Agent" | "Grok Build 0.1" | "Grok 4.20" | "Grok 4.3" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Nemotron 3 Nano 30B A3B" | "Nemotron 3 Ultra (free)" | "Nemotron Nano 9B v2" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3.5 Content Safety (free)" | "Nemotron 3 Nano Omni (free)" | "Nemotron 3 Ultra 550B A55B" | "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 120B A12B" | "Switchpoint Router" | "Trinity Mini" | "Trinity Large Thinking" | "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" | "Nano Banana" | "Gemma 4 31B (free)" | "Lyria 3 Clip Preview" | "Gemini 2.5 Pro Preview 06-05" | "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 Preview 05-06" | "Gemma 3n 4B" | "Gemini 2.5 Pro" | "Gemini 3.1 Pro Preview" | "Gemma 3 27B" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemma 3 12B" | "Gemma 4 26B A4B IT" | "Gemini 2.5 Flash Lite Preview 09-2025" | "Gemma 3 4B" | "Gemini 3.5 Flash" | "Lyria 3 Pro Preview" | "Gemma 2 27B" | "Nano Banana Pro" | "Nano Banana 2" | "GPT-4o (2024-08-06)" | "GPT-5 Pro" | "GPT-5 Mini" | "o3 Mini High" | "o4 Mini High" | "GPT-5 Chat" | "GPT-4o" | "GPT-5.2" | "GPT-4o-mini (2024-07-18)" | "GPT-5-Codex" | "o3" | "GPT-5 Image" | "GPT-4o (2024-11-20)" | "GPT-5" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT-5.2 Pro" | "o3-pro" | "GPT-4o-mini Search Preview" | "o4-mini" | "GPT-5.4" | "GPT-5.4 Image 2" | "o3-mini" | "GPT-5.5" | "GPT-3.5 Turbo 16k" | "gpt-oss-20b (free)" | "GPT-5.1" | "GPT-5 Nano" | "gpt-oss-120b" | "GPT-4o mini" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex mini" | "o1-pro" | "GPT Chat Latest" | "gpt-oss-20b" | "GPT-4 Turbo Preview" | "o3-deep-research" | "GPT Audio" | "GPT-5 Image Mini" | "GPT-4.1" | "GPT-5.4 nano" | "GPT Audio Mini" | "gpt-oss-120b (free)" | "GPT-5.3 Codex" | "GPT-5.5 Pro" | "o4-mini-deep-research" | "GPT-3.5-turbo" | "GPT-5.2 Chat" | "GPT-3.5 Turbo Instruct" | "GPT-5.2 Codex" | "GPT-5.1 Codex" | "GPT-4o (2024-05-13)" | "GPT-5.1 Chat" | "gpt-oss-safeguard-20b" | "GPT-3.5 Turbo (older v0613)" | "GPT-5.4 mini" | "GPT-4 Turbo" | "o1" | "GPT-4" | "GPT-5.3 Chat" | "GPT-4o Search Preview" | "GPT-4.1 nano" | "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.1" | "MiniMax-M2.7" | "MiniMax-M2" | "MiniMax-M2.5" | "MiniMax M2-her" | "Olmo 3 32B Think";
|
|
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.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4-32b" | "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" | "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-4-405b" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-2603" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "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-2512" | "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.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-chat" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-v4-pro" | "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-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "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/qwen3.7-plus" | "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-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-a" | "cohere/command-r7b-12-2024" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.5" | "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.3-70b-instruct:free" | "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-3.3-70b-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" | "
|
|
3
|
-
export type ModelName="KAT-Coder-Pro V2" | "GLM 4.5 Air (free)" | "GLM-4.6" | "GLM-4.7" | "GLM 4 32B " | "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" | "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 4 405B" | "Mistral Small 3" | "Mistral Medium 3.1" | "Ministral 3 14B 2512" | "Mistral Large 2407" | "Mistral Small 4" | "Ministral 3 8B 2512" | "Mistral Large" | "Mistral Small 3.1 24B" | "Mistral Nemo" | "Mistral Large 3" | "Ministral 3 3B 2512" | "Saba" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Mistral Medium 3.5" | "Mixtral 8x22B Instruct" | "Devstral 2" | "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.1 70B Hanami x1" | "R1 0528" | "DeepSeek V3.2" | "R1" | "DeepSeek V3.1" | "DeepSeek V3 0324" | "R1 Distill Llama 70B" | "DeepSeek Chat" | "DeepSeek V3.1 Terminus" | "DeepSeek V4 Flash" | "DeepSeek V3.2 Exp" | "DeepSeek V4 Pro" | "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 Sonnet 4.6" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Claude 3.5 Haiku" | "Claude 3 Haiku" | "Claude Opus 4.6 (Fast)" | "Claude Sonnet 4.5 (latest)" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.7 (Fast)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.8" | "Claude Opus 4" | "MiMo-V2.5" | "MiMo-V2-Flash" | "MiMo-V2.5-Pro" | "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
|
|
2
|
+
export type ModelId="kwaipilot/kat-coder-pro-v2" | "z-ai/glm-4.5-air:free" | "z-ai/glm-4.6" | "z-ai/glm-4.7" | "z-ai/glm-4-32b" | "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" | "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-4-405b" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3.1" | "mistralai/ministral-14b-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-2603" | "mistralai/ministral-8b-2512" | "mistralai/mistral-large" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/mistral-nemo" | "mistralai/mistral-large-2512" | "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-2512" | "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.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-chat" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-v4-pro" | "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-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3-haiku" | "anthropic/claude-opus-4.6-fast" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.7-fast" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "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/qwen3.7-plus" | "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-r-plus-08-2024" | "cohere/command-r-08-2024" | "cohere/command-a" | "cohere/command-r7b-12-2024" | "openrouter/free" | "openrouter/owl-alpha" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2.6:free" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.5" | "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.3-70b-instruct:free" | "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-3.3-70b-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" | "x-ai/grok-4.20-multi-agent" | "x-ai/grok-build-0.1" | "x-ai/grok-4.20" | "x-ai/grok-4.3" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-3-ultra-550b-a55b:free" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3.5-content-safety:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "nvidia/nemotron-3-ultra-550b-a55b" | "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/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.5-flash-image" | "google/gemma-4-31b-it:free" | "google/lyria-3-clip-preview" | "google/gemini-2.5-pro-preview" | "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-preview-05-06" | "google/gemma-3n-e4b-it" | "google/gemini-2.5-pro" | "google/gemini-3.1-pro-preview" | "google/gemma-3-27b-it" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash" | "google/gemma-3-12b-it" | "google/gemma-4-26b-a4b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemma-3-4b-it" | "google/gemini-3.5-flash" | "google/lyria-3-pro-preview" | "google/gemma-2-27b-it" | "google/gemini-3-pro-image-preview" | "google/gemini-3.1-flash-image-preview" | "openai/gpt-4o-2024-08-06" | "openai/gpt-5-pro" | "openai/gpt-5-mini" | "openai/o3-mini-high" | "openai/o4-mini-high" | "openai/gpt-5-chat" | "openai/gpt-4o" | "openai/gpt-5.2" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5-codex" | "openai/o3" | "openai/gpt-5-image" | "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/gpt-4o-mini-search-preview" | "openai/o4-mini" | "openai/gpt-5.4" | "openai/gpt-5.4-image-2" | "openai/o3-mini" | "openai/gpt-5.5" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-oss-20b:free" | "openai/gpt-5.1" | "openai/gpt-5-nano" | "openai/gpt-oss-120b" | "openai/gpt-4o-mini" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/o1-pro" | "openai/gpt-chat-latest" | "openai/gpt-oss-20b" | "openai/gpt-4-turbo-preview" | "openai/o3-deep-research" | "openai/gpt-audio" | "openai/gpt-5-image-mini" | "openai/gpt-4.1" | "openai/gpt-5.4-nano" | "openai/gpt-audio-mini" | "openai/gpt-oss-120b:free" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/o4-mini-deep-research" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-4o-2024-05-13" | "openai/gpt-5.1-chat" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-5.4-mini" | "openai/gpt-4-turbo" | "openai/o1" | "openai/gpt-4" | "openai/gpt-5.3-chat" | "openai/gpt-4o-search-preview" | "openai/gpt-4.1-nano" | "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.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5" | "minimax/minimax-m2-her" | "allenai/olmo-3-32b-think";
|
|
3
|
+
export type ModelName="KAT-Coder-Pro V2" | "GLM 4.5 Air (free)" | "GLM-4.6" | "GLM-4.7" | "GLM 4 32B " | "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" | "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 4 405B" | "Mistral Small 3" | "Mistral Medium 3.1" | "Ministral 3 14B 2512" | "Mistral Large 2407" | "Mistral Small 4" | "Ministral 3 8B 2512" | "Mistral Large" | "Mistral Small 3.1 24B" | "Mistral Nemo" | "Mistral Large 3" | "Ministral 3 3B 2512" | "Saba" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Mistral Medium 3.5" | "Mixtral 8x22B Instruct" | "Devstral 2" | "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.1 70B Hanami x1" | "R1 0528" | "DeepSeek V3.2" | "DeepSeek-R1" | "DeepSeek V3.1" | "DeepSeek V3 0324" | "R1 Distill Llama 70B" | "DeepSeek Chat" | "DeepSeek V3.1 Terminus" | "DeepSeek V4 Flash" | "DeepSeek V3.2 Exp" | "DeepSeek V4 Pro" | "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 Sonnet 4.6" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.7" | "Claude 3.5 Haiku" | "Claude 3 Haiku" | "Claude Opus 4.6 (Fast)" | "Claude Sonnet 4.5 (latest)" | "Claude Opus 4.6" | "Claude Haiku 4.5 (latest)" | "Claude Opus 4.7 (Fast)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.8" | "Claude Opus 4" | "MiMo-V2.5" | "MiMo-V2-Flash" | "MiMo-V2.5-Pro" | "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" | "Qwen3.7 Plus" | "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 R+" | "Command R" | "Command A" | "Command R7B" | "Free Models Router" | "Owl Alpha" | "Kimi K2 Thinking" | "Kimi K2.6" | "Kimi K2.6 (free)" | "Kimi K2 0905" | "Kimi K2 0711" | "Kimi K2.5" | "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.3 70B Instruct (free)" | "Llama 3.2 1B Instruct" | "Llama 3 70B Instruct" | "Llama 3 8B Instruct" | "Llama 3.1 8B Instruct" | "Llama-3.3-70B-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 " | "Grok 4.20 Multi-Agent" | "Grok Build 0.1" | "Grok 4.20" | "Grok 4.3" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Nemotron 3 Nano 30B A3B" | "Nemotron 3 Ultra (free)" | "Nemotron Nano 9B v2" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3.5 Content Safety (free)" | "Nemotron 3 Nano Omni (free)" | "Nemotron 3 Ultra 550B A55B" | "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 120B A12B" | "Switchpoint Router" | "Trinity Mini" | "Trinity Large Thinking" | "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" | "Nano Banana" | "Gemma 4 31B (free)" | "Lyria 3 Clip Preview" | "Gemini 2.5 Pro Preview 06-05" | "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 Preview 05-06" | "Gemma 3n 4B" | "Gemini 2.5 Pro" | "Gemini 3.1 Pro Preview" | "Gemma 3 27B" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Flash" | "Gemma 3 12B" | "Gemma 4 26B A4B IT" | "Gemini 2.5 Flash Lite Preview 09-2025" | "Gemma 3 4B" | "Gemini 3.5 Flash" | "Lyria 3 Pro Preview" | "Gemma 2 27B" | "Nano Banana Pro" | "Nano Banana 2" | "GPT-4o (2024-08-06)" | "GPT-5 Pro" | "GPT-5 Mini" | "o3 Mini High" | "o4 Mini High" | "GPT-5 Chat" | "GPT-4o" | "GPT-5.2" | "GPT-4o-mini (2024-07-18)" | "GPT-5-Codex" | "o3" | "GPT-5 Image" | "GPT-4o (2024-11-20)" | "GPT-5" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT-5.2 Pro" | "o3-pro" | "GPT-4o-mini Search Preview" | "o4-mini" | "GPT-5.4" | "GPT-5.4 Image 2" | "o3-mini" | "GPT-5.5" | "GPT-3.5 Turbo 16k" | "gpt-oss-20b (free)" | "GPT-5.1" | "GPT-5 Nano" | "gpt-oss-120b" | "GPT-4o mini" | "GPT-5.1 Codex Max" | "GPT-5.1 Codex mini" | "o1-pro" | "GPT Chat Latest" | "gpt-oss-20b" | "GPT-4 Turbo Preview" | "o3-deep-research" | "GPT Audio" | "GPT-5 Image Mini" | "GPT-4.1" | "GPT-5.4 nano" | "GPT Audio Mini" | "gpt-oss-120b (free)" | "GPT-5.3 Codex" | "GPT-5.5 Pro" | "o4-mini-deep-research" | "GPT-3.5-turbo" | "GPT-5.2 Chat" | "GPT-3.5 Turbo Instruct" | "GPT-5.2 Codex" | "GPT-5.1 Codex" | "GPT-4o (2024-05-13)" | "GPT-5.1 Chat" | "gpt-oss-safeguard-20b" | "GPT-3.5 Turbo (older v0613)" | "GPT-5.4 mini" | "GPT-4 Turbo" | "o1" | "GPT-4" | "GPT-5.3 Chat" | "GPT-4o Search Preview" | "GPT-4.1 nano" | "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.1" | "MiniMax-M2.7" | "MiniMax-M2" | "MiniMax-M2.5" | "MiniMax M2-her" | "Olmo 3 32B Think";
|
|
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" | "prime-intellect/intellect-3" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-v3.2-thinking" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v3" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-v4-pro" | "deepseek/deepseek-v3.1" | "deepseek/deepseek-r1" | "inception/mercury-edit-2" | "inception/mercury-2" | "interfaze/interfaze-beta" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.8" | "anthropic/claude-3.5-sonnet-20240620" | "anthropic/claude-opus-4" | "anthropic/claude-opus-4.1" | "anthropic/claude-3-opus" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-3-haiku" | "anthropic/claude-3.5-sonnet" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3.7-sonnet" | "anthropic/claude-sonnet-4" | "alibaba/qwen-3-14b" | "alibaba/qwen3-next-80b-a3b-instruct" | "alibaba/qwen3-max-preview" | "alibaba/qwen3-vl-thinking" | "alibaba/qwen3-vl-235b-a22b-instruct" | "alibaba/qwen3.6-27b" | "alibaba/qwen3.5-plus" | "alibaba/qwen3-max" | "alibaba/qwen3-coder-plus" | "alibaba/qwen3-coder-next" | "alibaba/qwen3.5-flash" | "alibaba/qwen3.7-max" | "alibaba/qwen3.6-plus" | "alibaba/qwen3-next-80b-a3b-thinking" | "alibaba/
|
|
3
|
-
export type ModelName="Kat Coder Pro V2" | "INTELLECT 3" | "DeepSeek V3.2" | "DeepSeek V3.2 Thinking" | "DeepSeek V3.1 Terminus" | "DeepSeek V4 Flash" | "DeepSeek V3 0324" | "DeepSeek V3.2 Exp" | "DeepSeek V4 Pro" | "DeepSeek-V3.1" | "DeepSeek-R1" | "Mercury Edit 2" | "Mercury 2" | "Interfaze Beta" | "Claude Sonnet 4.6" | "Claude Opus 4.5" | "Claude Opus 4.7" | "Claude Opus 4.6" | "Claude Haiku 4.5" | "Claude Opus 4.8" | "Claude 3.5 Sonnet (2024-06-20)" | "Claude Opus 4" | "Claude Opus 4.1" | "Claude Opus 3" | "Claude Sonnet 4.5" | "Claude Haiku 3" | "Claude Sonnet 3.5 v2" | "Claude Haiku 3.5" | "Claude Sonnet 3.7" | "Claude Sonnet 4" | "Qwen3-14B" | "Qwen3 Next 80B A3B Instruct" | "Qwen3 Max Preview" | "Qwen3 VL Thinking" | "Qwen3 VL 235B A22B Instruct" | "Qwen 3.6 27B" | "Qwen 3.5 Plus" | "Qwen3 Max" | "Qwen3 Coder Plus" | "Qwen3 Coder Next" | "Qwen 3.5 Flash" | "Qwen 3.7 Max" | "Qwen 3.6 Plus" | "Qwen3 Next 80B A3B Thinking" | "Qwen3
|
|
2
|
+
export type ModelId="kwaipilot/kat-coder-pro-v2" | "kwaipilot/kat-coder-pro-v1" | "prime-intellect/intellect-3" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-v3.2-thinking" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-v3" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-v4-pro" | "deepseek/deepseek-v3.1" | "deepseek/deepseek-r1" | "inception/mercury-coder-small" | "inception/mercury-edit-2" | "inception/mercury-2" | "interfaze/interfaze-beta" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.7" | "anthropic/claude-opus-4.6" | "anthropic/claude-haiku-4.5" | "anthropic/claude-opus-4.8" | "anthropic/claude-3.5-sonnet-20240620" | "anthropic/claude-opus-4" | "anthropic/claude-opus-4.1" | "anthropic/claude-3-opus" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-3-haiku" | "anthropic/claude-3.5-sonnet" | "anthropic/claude-3.5-haiku" | "anthropic/claude-3.7-sonnet" | "anthropic/claude-sonnet-4" | "alibaba/qwen-3-14b" | "alibaba/qwen3-next-80b-a3b-instruct" | "alibaba/qwen3-max-preview" | "alibaba/qwen3-vl-thinking" | "alibaba/qwen3-vl-235b-a22b-instruct" | "alibaba/qwen3.6-27b" | "alibaba/qwen3.5-plus" | "alibaba/qwen3-max" | "alibaba/qwen3-coder-plus" | "alibaba/qwen3-coder-next" | "alibaba/qwen3.5-flash" | "alibaba/qwen3.7-max" | "alibaba/qwen3.6-plus" | "alibaba/qwen3-next-80b-a3b-thinking" | "alibaba/qwen-3-235b" | "alibaba/qwen3-coder-30b-a3b" | "alibaba/qwen3-coder" | "alibaba/qwen3.7-plus" | "alibaba/qwen-3-32b" | "alibaba/qwen3-235b-a22b-thinking" | "alibaba/qwen3-max-thinking" | "alibaba/qwen-3.6-max-preview" | "alibaba/qwen-3-30b" | "alibaba/qwen3-vl-instruct" | "xiaomi/mimo-v2-pro" | "xiaomi/mimo-v2.5" | "xiaomi/mimo-v2-flash" | "xiaomi/mimo-v2.5-pro" | "mistral/mistral-large-3" | "mistral/devstral-small-2" | "mistral/mistral-nemo" | "mistral/mistral-medium-3.5" | "mistral/ministral-14b" | "mistral/mistral-medium" | "mistral/devstral-small" | "mistral/devstral-2" | "mistral/mixtral-8x22b-instruct" | "mistral/ministral-8b" | "mistral/pixtral-large" | "mistral/pixtral-12b" | "mistral/magistral-small" | "mistral/codestral" | "mistral/mistral-small" | "mistral/magistral-medium" | "mistral/ministral-3b" | "xai/grok-4.20-multi-agent" | "xai/grok-4.20-reasoning" | "xai/grok-4.1-fast-non-reasoning" | "xai/grok-build-0.1" | "xai/grok-4.1-fast-reasoning" | "xai/grok-4-fast-reasoning" | "xai/grok-4.20-non-reasoning-beta" | "xai/grok-4.3" | "xai/grok-4.20-reasoning-beta" | "xai/grok-4.20-multi-agent-beta" | "xai/grok-4.20-non-reasoning" | "cohere/command-a" | "moonshotai/kimi-k2-thinking-turbo" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2-turbo" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2.5" | "moonshotai/kimi-k2" | "perplexity/sonar-reasoning" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-nano-9b-v2" | "nvidia/nemotron-3-ultra-550b-a55b" | "nvidia/nemotron-nano-12b-v2-vl" | "nvidia/nemotron-3-super-120b-a12b" | "arcee-ai/trinity-large-preview" | "arcee-ai/trinity-mini" | "arcee-ai/trinity-large-thinking" | "meta/llama-3.1-8b" | "meta/llama-3.1-70b" | "meta/llama-3.2-3b" | "meta/llama-3.2-90b" | "meta/llama-3.2-11b" | "meta/llama-3.2-1b" | "meta/llama-3.3-70b" | "meta/llama-4-scout" | "meta/llama-4-maverick" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "amazon/nova-2-lite" | "amazon/nova-micro" | "amazon/nova-pro" | "amazon/nova-lite" | "zai/glm-4.7-flashx" | "zai/glm-4.6" | "zai/glm-4.7" | "zai/glm-4.5v" | "zai/glm-4.6v" | "zai/glm-4.7-flash" | "zai/glm-5v-turbo" | "zai/glm-5" | "zai/glm-5-turbo" | "zai/glm-4.5" | "zai/glm-4.5-air" | "zai/glm-5.1" | "meituan/longcat-flash-thinking" | "morph/morph-v3-large" | "morph/morph-v3-fast" | "vercel/v0-1.5-md" | "vercel/v0-1.0-md" | "google/gemini-2.5-flash-image-preview" | "google/gemini-2.5-flash-image" | "google/gemini-3.1-flash-image" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-3-flash" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-preview-09-2025" | "google/gemma-4-26b-a4b-it" | "google/gemini-2.5-flash-lite-preview-09-2025" | "google/gemini-3.5-flash" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image" | "google/gemini-3.1-flash-image-preview" | "google/gemini-2.0-flash" | "google/gemini-2.5-flash" | "google/gemini-2.5-pro" | "google/gemini-2.0-flash-lite" | "openai/gpt-5-pro" | "openai/gpt-5-chat" | "openai/gpt-5.2" | "openai/gpt-5.4-pro" | "openai/gpt-5.2-pro" | "openai/o3-pro" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.4" | "openai/gpt-5.5" | "openai/gpt-oss-120b" | "openai/gpt-5.1-codex-max" | "openai/gpt-5.1-codex-mini" | "openai/gpt-oss-20b" | "openai/o3-deep-research" | "openai/gpt-5.4-nano" | "openai/gpt-5.3-codex" | "openai/gpt-5.5-pro" | "openai/gpt-3.5-turbo" | "openai/gpt-5.2-chat" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-5.1-instant" | "openai/gpt-5.2-codex" | "openai/gpt-5.1-codex" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-5.4-mini" | "openai/gpt-5.1-thinking" | "openai/codex-mini" | "openai/gpt-5.3-chat" | "openai/gpt-4.1-nano" | "openai/o1" | "openai/gpt-4-turbo" | "openai/gpt-4.1" | "openai/gpt-4o-mini" | "openai/gpt-5-nano" | "openai/o3-mini" | "openai/o4-mini" | "openai/gpt-4.1-mini" | "openai/gpt-5" | "openai/o3" | "openai/gpt-5-codex" | "openai/gpt-4o" | "openai/gpt-5-mini" | "bytedance/seed-1.6" | "bytedance/seed-1.8" | "minimax/minimax-m3" | "minimax/minimax-m2.7-highspeed" | "minimax/minimax-m2.1" | "minimax/minimax-m2.7" | "minimax/minimax-m2" | "minimax/minimax-m2.5" | "minimax/minimax-m2.5-highspeed" | "minimax/minimax-m2.1-lightning";
|
|
3
|
+
export type ModelName="Kat Coder Pro V2" | "KAT-Coder-Pro V1" | "INTELLECT 3" | "DeepSeek V3.2" | "DeepSeek V3.2 Thinking" | "DeepSeek V3.1 Terminus" | "DeepSeek V4 Flash" | "DeepSeek V3 0324" | "DeepSeek V3.2 Exp" | "DeepSeek V4 Pro" | "DeepSeek-V3.1" | "DeepSeek-R1" | "Mercury Coder Small Beta" | "Mercury Edit 2" | "Mercury 2" | "Interfaze Beta" | "Claude Sonnet 4.6" | "Claude Opus 4.5" | "Claude Opus 4.7" | "Claude Opus 4.6" | "Claude Haiku 4.5" | "Claude Opus 4.8" | "Claude 3.5 Sonnet (2024-06-20)" | "Claude Opus 4" | "Claude Opus 4.1" | "Claude Opus 3" | "Claude Sonnet 4.5" | "Claude Haiku 3" | "Claude Sonnet 3.5 v2" | "Claude Haiku 3.5" | "Claude Sonnet 3.7" | "Claude Sonnet 4" | "Qwen3-14B" | "Qwen3 Next 80B A3B Instruct" | "Qwen3 Max Preview" | "Qwen3 VL Thinking" | "Qwen3 VL 235B A22B Instruct" | "Qwen 3.6 27B" | "Qwen 3.5 Plus" | "Qwen3 Max" | "Qwen3 Coder Plus" | "Qwen3 Coder Next" | "Qwen 3.5 Flash" | "Qwen 3.7 Max" | "Qwen 3.6 Plus" | "Qwen3 Next 80B A3B Thinking" | "Qwen3 235B A22B Instruct 2507" | "Qwen 3 Coder 30B A3B Instruct" | "Qwen3 Coder 480B A35B Instruct" | "Qwen 3.7 Plus" | "Qwen 3.32B" | "Qwen3 235B A22B Thinking 2507" | "Qwen 3 Max Thinking" | "Qwen 3.6 Max Preview" | "Qwen3-30B-A3B" | "Qwen3 VL Instruct" | "MiMo V2 Pro" | "MiMo M2.5" | "MiMo V2 Flash" | "MiMo V2.5 Pro" | "Mistral Large 3" | "Devstral Small 2" | "Mistral Nemo" | "Mistral Medium Latest" | "Ministral 14B" | "Mistral Medium 3.1" | "Devstral Small 1.1" | "Devstral 2" | "Mixtral 8x22B" | "Ministral 8B (latest)" | "Pixtral Large (latest)" | "Pixtral 12B" | "Magistral Small" | "Codestral (latest)" | "Mistral Small (latest)" | "Magistral Medium (latest)" | "Ministral 3B (latest)" | "Grok 4.20 Multi-Agent" | "Grok 4.20 Reasoning" | "Grok 4.1 Fast Non-Reasoning" | "Grok Build 0.1" | "Grok 4.1 Fast Reasoning" | "Grok 4 Fast Reasoning" | "Grok 4.20 Beta Non-Reasoning" | "Grok 4.3" | "Grok 4.20 Beta Reasoning" | "Grok 4.20 Multi Agent Beta" | "Grok 4.20 Non-Reasoning" | "Command A" | "Kimi K2 Thinking Turbo" | "Kimi K2 Thinking" | "Kimi K2.6" | "Kimi K2 Turbo" | "Kimi K2 0905" | "Kimi K2.5" | "Kimi K2 Instruct" | "Sonar Reasoning" | "Nemotron 3 Nano 30B A3B" | "Nvidia Nemotron Nano 9B V2" | "Nemotron 3 Ultra" | "Nvidia Nemotron Nano 12B V2 VL" | "NVIDIA Nemotron 3 Super 120B A12B" | "Trinity Large Preview" | "Trinity Mini" | "Trinity Large Thinking" | "Llama 3.1 8B Instruct" | "Llama 3.1 70B Instruct" | "Llama 3.2 3B Instruct" | "Llama 3.2 90B Vision Instruct" | "Llama 3.2 11B Vision Instruct" | "Llama 3.2 1B Instruct" | "Llama-3.3-70B-Instruct" | "Llama-4-Scout-17B-16E-Instruct-FP8" | "Llama-4-Maverick-17B-128E-Instruct-FP8" | "Step 3.7 Flash" | "StepFun 3.5 Flash" | "Nova 2 Lite" | "Nova Micro" | "Nova Pro" | "Nova Lite" | "GLM 4.7 FlashX" | "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" | "LongCat Flash Thinking" | "Morph v3 Large" | "Morph v3 Fast" | "v0-1.5-md" | "v0-1.0-md" | "Nano Banana Preview (Gemini 2.5 Flash Image Preview)" | "Nano Banana (Gemini 2.5 Flash Image)" | "Gemini 3.1 Flash Image (Nano Banana 2)" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 3 Flash" | "Gemini 3.1 Pro Preview" | "Gemini 3.1 Flash Lite" | "Gemini 2.5 Flash Lite" | "Gemini 2.5 Flash Preview 09-25" | "Gemma 4 26B A4B IT" | "Gemini 2.5 Flash Lite Preview 09-25" | "Gemini 3.5 Flash" | "Gemini 3 Pro Preview" | "Nano Banana Pro (Gemini 3 Pro Image)" | "Gemini 3.1 Flash Image Preview (Nano Banana 2)" | "Gemini 2.0 Flash" | "Gemini 2.5 Flash" | "Gemini 2.5 Pro" | "Gemini 2.0 Flash-Lite" | "GPT-5 pro" | "GPT-5 Chat" | "GPT-5.2" | "GPT 5.4 Pro" | "GPT 5.2 " | "o3 Pro" | "GPT 4o Mini Search Preview" | "GPT 5.4" | "GPT 5.5" | "GPT OSS 120B" | "GPT 5.1 Codex Max" | "GPT-5.1 Codex mini" | "GPT OSS 20B" | "o3-deep-research" | "GPT 5.4 Nano" | "GPT 5.3 Codex" | "GPT 5.5 Pro" | "GPT-3.5 Turbo" | "GPT-5.2 Chat" | "GPT-3.5 Turbo Instruct" | "GPT-5.1 Instant" | "GPT-5.2-Codex" | "GPT-5.1-Codex" | "gpt-oss-safeguard-20b" | "GPT 5.4 Mini" | "GPT 5.1 Thinking" | "Codex Mini" | "GPT-5.3 Chat" | "GPT-4.1 nano" | "o1" | "GPT-4 Turbo" | "GPT-4.1" | "GPT-4o mini" | "GPT-5 Nano" | "o3-mini" | "o4-mini" | "GPT-4.1 mini" | "GPT-5" | "o3" | "GPT-5-Codex" | "GPT-4o" | "GPT-5 Mini" | "Seed 1.6" | "Seed 1.8" | "MiniMax M3" | "MiniMax M2.7 High Speed" | "MiniMax M2.1" | "Minimax M2.7" | "MiniMax M2" | "MiniMax M2.5" | "MiniMax M2.5 High Speed" | "MiniMax M2.1 Lightning";
|
|
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;
|