ai-model-prices 2026.7.21 → 2026.7.22

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.
Files changed (41) hide show
  1. package/README.md +3 -1
  2. package/dist/adapters/aki-io.d.mts +6 -0
  3. package/dist/adapters/aki-io.d.ts +6 -0
  4. package/dist/adapters/aki-io.js +7 -0
  5. package/dist/adapters/aki-io.mjs +5 -0
  6. package/dist/adapters/cline-pass.d.mts +6 -0
  7. package/dist/adapters/cline-pass.d.ts +6 -0
  8. package/dist/adapters/cline-pass.js +7 -0
  9. package/dist/adapters/cline-pass.mjs +5 -0
  10. package/dist/adapters/google.d.mts +2 -2
  11. package/dist/adapters/google.d.ts +2 -2
  12. package/dist/adapters/inferx.d.mts +2 -2
  13. package/dist/adapters/inferx.d.ts +2 -2
  14. package/dist/adapters/llmgateway.d.mts +2 -2
  15. package/dist/adapters/llmgateway.d.ts +2 -2
  16. package/dist/adapters/opencode.d.mts +2 -2
  17. package/dist/adapters/opencode.d.ts +2 -2
  18. package/dist/adapters/openrouter.d.mts +2 -2
  19. package/dist/adapters/openrouter.d.ts +2 -2
  20. package/dist/adapters/venice.d.mts +2 -2
  21. package/dist/adapters/venice.d.ts +2 -2
  22. package/dist/adapters/vercel.d.mts +2 -2
  23. package/dist/adapters/vercel.d.ts +2 -2
  24. package/dist/adapters/wandb.d.mts +2 -2
  25. package/dist/adapters/wandb.d.ts +2 -2
  26. package/dist/index.d.mts +11 -9
  27. package/dist/index.d.ts +11 -9
  28. package/dist/index.js +1 -1
  29. package/dist/index.mjs +1 -1
  30. package/dist/providers/_manifest.js +1 -1
  31. package/dist/providers/aki-io.js +1 -0
  32. package/dist/providers/cline-pass.js +1 -0
  33. package/dist/providers/google.js +1 -1
  34. package/dist/providers/inferx.js +1 -1
  35. package/dist/providers/llmgateway.js +1 -1
  36. package/dist/providers/opencode.js +1 -1
  37. package/dist/providers/openrouter.js +1 -1
  38. package/dist/providers/venice.js +1 -1
  39. package/dist/providers/vercel.js +1 -1
  40. package/dist/providers/wandb.js +1 -1
  41. package/package.json +21 -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
- **157 providers · 5297 models · Updated 2026-07-21**
9
+ **159 providers · 5329 models · Updated 2026-07-22**
10
10
  <!-- STATS:END -->
11
11
 
12
12
  ## Installation
@@ -185,6 +185,7 @@ filterModels({
185
185
  | Merge Gateway | `merge-gateway` |
186
186
  | Azure Cognitive Services | `azure-cognitive-services` |
187
187
  | UnoRouter | `unorouter` |
188
+ | ClinePass | `cline-pass` |
188
189
  | Cerebras | `cerebras` |
189
190
  | Kenari | `kenari` |
190
191
  | Auriko | `auriko` |
@@ -236,6 +237,7 @@ filterModels({
236
237
  | GMI Cloud | `gmicloud` |
237
238
  | Xiaomi Token Plan (China) | `xiaomi-token-plan-cn` |
238
239
  | Anthropic | `anthropic` |
240
+ | AKI.IO | `aki-io` |
239
241
  | Kilo Gateway | `kilo` |
240
242
  | Scaleway | `scaleway` |
241
243
  | Tencent TokenHub | `tencent-tokenhub` |
@@ -0,0 +1,6 @@
1
+ import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
2
+ export type ModelId="minimax-m2.5-230b" | "gemma4-26b" | "gpt-oss-120b" | "qwen3.6-35b" | "mistral4-119b" | "kimi-k2.7-code-1100b";
3
+ export type ModelName="MiniMax-M2.5" | "Gemma 4 26B A4B IT" | "GPT OSS 120B" | "Qwen3.6 35B-A3B" | "Mistral Small 4" | "Kimi K2.7 Code";
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="minimax-m2.5-230b" | "gemma4-26b" | "gpt-oss-120b" | "qwen3.6-35b" | "mistral4-119b" | "kimi-k2.7-code-1100b";
3
+ export type ModelName="MiniMax-M2.5" | "Gemma 4 26B A4B IT" | "GPT OSS 120B" | "Qwen3.6 35B-A3B" | "Mistral Small 4" | "Kimi K2.7 Code";
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="aki-io";
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;
@@ -0,0 +1,5 @@
1
+ import{getModelsByProvider as _gm,getModel as _gmod,getPrice as _gp}from"../index.mjs";
2
+ const pid="aki-io";
3
+ export const getModels=()=>_gm(pid);
4
+ export const getModel=id=>_gmod(pid,id);
5
+ export const getPrice=(id,tokens)=>_gp(pid,id,tokens);
@@ -0,0 +1,6 @@
1
+ import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
2
+ export type ModelId="cline-pass/mimo-v2.5-pro" | "cline-pass/kimi-k2.7-code" | "cline-pass/mimo-v2.5" | "cline-pass/deepseek-v4-flash" | "cline-pass/kimi-k2.6" | "cline-pass/qwen3.7-plus" | "cline-pass/deepseek-v4-pro" | "cline-pass/qwen3.7-max" | "cline-pass/glm-5.2" | "cline-pass/minimax-m3";
3
+ export type ModelName="MiMo-V2.5-Pro" | "Kimi K2.7 Code" | "MiMo-V2.5" | "DeepSeek V4 Flash" | "Kimi K2.6" | "Qwen3.7 Plus" | "DeepSeek V4 Pro" | "Qwen3.7 Max" | "GLM-5.2" | "MiniMax-M3";
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="cline-pass/mimo-v2.5-pro" | "cline-pass/kimi-k2.7-code" | "cline-pass/mimo-v2.5" | "cline-pass/deepseek-v4-flash" | "cline-pass/kimi-k2.6" | "cline-pass/qwen3.7-plus" | "cline-pass/deepseek-v4-pro" | "cline-pass/qwen3.7-max" | "cline-pass/glm-5.2" | "cline-pass/minimax-m3";
3
+ export type ModelName="MiMo-V2.5-Pro" | "Kimi K2.7 Code" | "MiMo-V2.5" | "DeepSeek V4 Flash" | "Kimi K2.6" | "Qwen3.7 Plus" | "DeepSeek V4 Pro" | "Qwen3.7 Max" | "GLM-5.2" | "MiniMax-M3";
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="cline-pass";
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;
@@ -0,0 +1,5 @@
1
+ import{getModelsByProvider as _gm,getModel as _gmod,getPrice as _gp}from"../index.mjs";
2
+ const pid="cline-pass";
3
+ export const getModels=()=>_gm(pid);
4
+ export const getModel=id=>_gmod(pid,id);
5
+ export const getPrice=(id,tokens)=>_gp(pid,id,tokens);
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
2
- export type ModelId="gemini-2.5-flash-image" | "gemini-2.5-flash-preview-tts" | "gemini-3.1-flash-lite" | "gemini-3.5-flash" | "gemini-2.0-flash" | "gemini-3-pro-preview" | "gemini-3.1-flash-lite-preview" | "gemini-3-pro-image-preview" | "gemini-embedding-001" | "gemini-2.0-flash-lite" | "gemini-2.5-pro-preview-tts" | "gemini-2.5-flash-lite" | "gemini-2.5-pro" | "gemini-omni-flash-preview" | "gemini-3.1-flash-image-preview" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-flash-latest" | "gemini-2.5-flash" | "gemini-flash-lite-latest" | "gemini-3.1-pro-preview";
3
- export type ModelName="Nano Banana" | "Gemini 2.5 Flash Preview TTS" | "Gemini 3.1 Flash Lite" | "Gemini 3.5 Flash" | "Gemini 2.0 Flash" | "Gemini 3 Pro Preview" | "Gemini 3.1 Flash Lite Preview" | "Nano Banana Pro" | "Gemini Embedding 001" | "Gemini 2.0 Flash-Lite" | "Gemini 2.5 Pro Preview TTS" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemini Omni Flash Preview" | "Nano Banana 2" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini Flash Latest" | "Gemini 2.5 Flash" | "Gemini Flash-Lite Latest" | "Gemini 3.1 Pro Preview";
2
+ export type ModelId="gemini-2.5-flash-image" | "gemini-2.5-flash-preview-tts" | "gemini-3.1-flash-lite" | "gemini-3.5-flash" | "gemini-2.0-flash" | "gemini-3.6-flash" | "gemini-3-pro-preview" | "gemini-3.1-flash-lite-preview" | "gemini-3-pro-image-preview" | "gemini-3.5-flash-lite" | "gemini-embedding-001" | "gemini-2.0-flash-lite" | "gemini-2.5-pro-preview-tts" | "gemini-2.5-flash-lite" | "gemini-2.5-pro" | "gemini-omni-flash-preview" | "gemini-3.1-flash-image-preview" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-flash-latest" | "gemini-2.5-flash" | "gemini-flash-lite-latest" | "gemini-3.1-pro-preview";
3
+ export type ModelName="Nano Banana" | "Gemini 2.5 Flash Preview TTS" | "Gemini 3.1 Flash Lite" | "Gemini 3.5 Flash" | "Gemini 2.0 Flash" | "Gemini 3.6 Flash" | "Gemini 3 Pro Preview" | "Gemini 3.1 Flash Lite Preview" | "Nano Banana Pro" | "Gemini 3.5 Flash Lite" | "Gemini Embedding 001" | "Gemini 2.0 Flash-Lite" | "Gemini 2.5 Pro Preview TTS" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemini Omni Flash Preview" | "Nano Banana 2" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini Flash Latest" | "Gemini 2.5 Flash" | "Gemini Flash-Lite Latest" | "Gemini 3.1 Pro Preview";
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-image" | "gemini-2.5-flash-preview-tts" | "gemini-3.1-flash-lite" | "gemini-3.5-flash" | "gemini-2.0-flash" | "gemini-3-pro-preview" | "gemini-3.1-flash-lite-preview" | "gemini-3-pro-image-preview" | "gemini-embedding-001" | "gemini-2.0-flash-lite" | "gemini-2.5-pro-preview-tts" | "gemini-2.5-flash-lite" | "gemini-2.5-pro" | "gemini-omni-flash-preview" | "gemini-3.1-flash-image-preview" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-flash-latest" | "gemini-2.5-flash" | "gemini-flash-lite-latest" | "gemini-3.1-pro-preview";
3
- export type ModelName="Nano Banana" | "Gemini 2.5 Flash Preview TTS" | "Gemini 3.1 Flash Lite" | "Gemini 3.5 Flash" | "Gemini 2.0 Flash" | "Gemini 3 Pro Preview" | "Gemini 3.1 Flash Lite Preview" | "Nano Banana Pro" | "Gemini Embedding 001" | "Gemini 2.0 Flash-Lite" | "Gemini 2.5 Pro Preview TTS" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemini Omni Flash Preview" | "Nano Banana 2" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini Flash Latest" | "Gemini 2.5 Flash" | "Gemini Flash-Lite Latest" | "Gemini 3.1 Pro Preview";
2
+ export type ModelId="gemini-2.5-flash-image" | "gemini-2.5-flash-preview-tts" | "gemini-3.1-flash-lite" | "gemini-3.5-flash" | "gemini-2.0-flash" | "gemini-3.6-flash" | "gemini-3-pro-preview" | "gemini-3.1-flash-lite-preview" | "gemini-3-pro-image-preview" | "gemini-3.5-flash-lite" | "gemini-embedding-001" | "gemini-2.0-flash-lite" | "gemini-2.5-pro-preview-tts" | "gemini-2.5-flash-lite" | "gemini-2.5-pro" | "gemini-omni-flash-preview" | "gemini-3.1-flash-image-preview" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-flash-latest" | "gemini-2.5-flash" | "gemini-flash-lite-latest" | "gemini-3.1-pro-preview";
3
+ export type ModelName="Nano Banana" | "Gemini 2.5 Flash Preview TTS" | "Gemini 3.1 Flash Lite" | "Gemini 3.5 Flash" | "Gemini 2.0 Flash" | "Gemini 3.6 Flash" | "Gemini 3 Pro Preview" | "Gemini 3.1 Flash Lite Preview" | "Nano Banana Pro" | "Gemini 3.5 Flash Lite" | "Gemini Embedding 001" | "Gemini 2.0 Flash-Lite" | "Gemini 2.5 Pro Preview TTS" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemini Omni Flash Preview" | "Nano Banana 2" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemini Flash Latest" | "Gemini 2.5 Flash" | "Gemini Flash-Lite Latest" | "Gemini 3.1 Pro Preview";
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="qwen/qwen3.6-27b-fp8" | "qwen/qwen3.5-122b-a10b-nvfp4" | "qwen/qwen3.6-35b-a3b-fp8" | "qwen/qwen3-coder-next-fp8" | "qwen/qwen3-coder-next-fp8-1m" | "google/gemma-4-31b-it-fp8";
3
- export type ModelName="Qwen3.6 27B FP8" | "Qwen3.5 122B A10B NVFP4" | "Qwen3.6 35B A3B FP8" | "Qwen3 Coder Next FP8" | "Qwen3 Coder Next FP8 1M" | "Gemma 4 31B IT FP8";
2
+ export type ModelId="qwen3-coder-next-fp8" | "qwen3-coder-next-fp8-1m" | "qwen/qwen3.6-27b-fp8" | "qwen/qwen3.5-122b-a10b-nvfp4" | "qwen/qwen3.6-35b-a3b-fp8" | "google/gemma-4-31b-it-fp8";
3
+ export type ModelName="Qwen3 Coder Next FP8" | "Qwen3 Coder Next FP8 1M" | "Qwen3.6 27B FP8" | "Qwen3.5 122B A10B NVFP4" | "Qwen3.6 35B A3B FP8" | "Gemma 4 31B IT FP8";
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="qwen/qwen3.6-27b-fp8" | "qwen/qwen3.5-122b-a10b-nvfp4" | "qwen/qwen3.6-35b-a3b-fp8" | "qwen/qwen3-coder-next-fp8" | "qwen/qwen3-coder-next-fp8-1m" | "google/gemma-4-31b-it-fp8";
3
- export type ModelName="Qwen3.6 27B FP8" | "Qwen3.5 122B A10B NVFP4" | "Qwen3.6 35B A3B FP8" | "Qwen3 Coder Next FP8" | "Qwen3 Coder Next FP8 1M" | "Gemma 4 31B IT FP8";
2
+ export type ModelId="qwen3-coder-next-fp8" | "qwen3-coder-next-fp8-1m" | "qwen/qwen3.6-27b-fp8" | "qwen/qwen3.5-122b-a10b-nvfp4" | "qwen/qwen3.6-35b-a3b-fp8" | "google/gemma-4-31b-it-fp8";
3
+ export type ModelName="Qwen3 Coder Next FP8" | "Qwen3 Coder Next FP8 1M" | "Qwen3.6 27B FP8" | "Qwen3.5 122B A10B NVFP4" | "Qwen3.6 35B A3B FP8" | "Gemma 4 31B IT FP8";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
2
- export type ModelId="claude-opus-4-8" | "gemini-pro-latest" | "qwen-max-latest" | "deepseek-v3.2" | "ministral-8b-2512" | "qwen3.6-35b-a3b" | "grok-4" | "mimo-v2.5-pro" | "gpt-5.5-pro" | "glm-4.6v-flashx" | "qwen3-coder-next" | "glm-4.7" | "qwen3-vl-30b-a3b-instruct" | "qwen35-397b-a17b" | "qwen3-coder-flash" | "o3" | "gemini-3.1-flash-lite" | "gpt-5.4" | "llama-4-scout-17b-instruct" | "gpt-5.4-pro" | "mistral-small-2506" | "qwen3-235b-a22b-instruct-2507" | "glm-4-32b-0414-128k" | "gemini-3.5-flash" | "gpt-4.1-mini" | "gemma-4-26b-a4b-it" | "gpt-5.3-chat-latest" | "o1" | "gpt-5-mini" | "claude-sonnet-4-6" | "claude-haiku-4-5-free" | "grok-4-20-reasoning" | "llama-3-70b-instruct" | "gpt-5.4-mini" | "gpt-5.6-terra" | "minimax-m2" | "qwen3-coder-480b-a35b-instruct" | "kimi-k2.7-code" | "glm-4.5" | "qwen2-5-vl-72b-instruct" | "gpt-5.3-codex" | "claude-opus-4-1-20250805" | "o3-mini" | "kimi-k2.7-code-highspeed" | "mimo-v2.5" | "minimax-m2.1" | "qwen3-vl-235b-a22b-thinking" | "qwen3-32b" | "glm-4.5-x" | "gpt-5.1-codex" | "llama-3.1-nemotron-ultra-253b" | "kimi-k3" | "gpt-4" | "qwen3-235b-a22b-fp8" | "claude-haiku-4-5" | "gpt-5.4-nano" | "minimax-text-01" | "muse-spark-1.1" | "glm-4.7-flashx" | "gemma-4-31b-it" | "gpt-4.1" | "grok-4-1-fast-non-reasoning" | "qwen3-vl-plus" | "seed-1-6-250615" | "qwen3.6-max-preview" | "sonar-reasoning-pro" | "grok-4-3" | "qwen3-coder-plus" | "qwen3.5-9b" | "kimi-k2-thinking" | "qwen3-next-80b-a3b-thinking" | "glm-4.5-air" | "gpt-3.5-turbo" | "gpt-4.1-nano" | "llama-3.3-70b-instruct" | "deepseek-v4-flash" | "gpt-5.2-codex" | "claude-opus-4-5-20251101" | "gpt-oss-120b" | "seed-1-6-flash-250715" | "ministral-3b-2512" | "gpt-5.1-codex-mini" | "qwen-max" | "qwen3-vl-235b-a22b-instruct" | "gpt-5.2-chat-latest" | "gpt-5" | "auto" | "grok-build-0-1" | "claude-sonnet-4-5-20250929" | "qwen3-30b-a3b-instruct-2507" | "grok-4-20-non-reasoning" | "gpt-5-chat-latest" | "glm-4.5-airx" | "glm-4.6v" | "qwen-plus" | "qwen3-max" | "llama-4-maverick-17b-instruct" | "qwen-omni-turbo" | "custom" | "gpt-4o-mini" | "gpt-5.1" | "mistral-large-2512" | "kimi-k2" | "glm-4.5v" | "kimi-k2.6" | "qwen3-coder-30b-a3b-instruct" | "qwen3.7-plus" | "qwen3-235b-a22b-thinking-2507" | "minimax-m2.5" | "glm-4.7-flash" | "fugu-ultra" | "deepseek-v4-pro" | "mistral-large-latest" | "qwen2-5-vl-32b-instruct" | "ministral-14b-2512" | "gemini-2.5-flash-lite" | "claude-fable-5" | "grok-4-20-beta-0309-reasoning" | "codestral-2508" | "qwen3-vl-flash" | "claude-sonnet-5" | "minimax-m2.7-highspeed" | "qwen3.7-max" | "qwen-flash" | "claude-haiku-4-5-20251001" | "seed-1-8-251228" | "sonar-pro" | "gemini-2.5-pro" | "sonar" | "devstral-2512" | "qwen3.6-flash" | "llama-3.2-3b-instruct" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "minimax-m2.1-lightning" | "gpt-5-nano" | "o4-mini" | "gpt-4-turbo" | "gpt-oss-20b" | "glm-5.2" | "gpt-5.2" | "gpt-4o" | "gpt-5.6-luna" | "claude-opus-4-7" | "gemini-3-flash-preview" | "nemotron-3-ultra-550b" | "kimi-k2.5" | "gpt-4o-search-preview" | "llama-3.1-70b-instruct" | "seed-1-6-250915" | "qwen-plus-latest" | "claude-opus-4-6" | "minimax-m3" | "gpt-5-pro" | "claude-3-opus" | "qwen3-next-80b-a3b-instruct" | "minimax-m2.5-highspeed" | "qwen-coder-plus" | "grok-4-1-fast-reasoning" | "gemini-2.5-flash" | "gpt-5.2-pro" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "grok-4-20-beta-0309-non-reasoning" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "grok-4-5" | "gpt-4o-mini-search-preview" | "gemini-3.1-pro-preview" | "glm-4.6";
3
- export type ModelName="Claude Opus 4.8" | "Gemini Pro Latest" | "Qwen Max Latest" | "DeepSeek V3.2" | "Ministral 8B" | "Qwen3.6 35B-A3B" | "Grok 4" | "MiMo-V2.5-Pro" | "GPT-5.5 Pro" | "GLM-4.6V FlashX" | "Qwen3 Coder Next" | "GLM-4.7" | "Qwen3 VL 30B A3B Instruct" | "Qwen3.5 397B-A17B" | "Qwen3 Coder Flash" | "o3" | "Gemini 3.1 Flash Lite" | "GPT-5.4" | "Llama 4 Scout 17B Instruct" | "GPT-5.4 Pro" | "Mistral Small 3.2" | "Qwen3 235B A22B Instruct (2507)" | "GLM-4 32B (0414-128k)" | "Gemini 3.5 Flash" | "GPT-4.1 mini" | "Gemma 4 26B A4B IT" | "GPT-5.3 Chat (latest)" | "o1" | "GPT-5 Mini" | "Claude Sonnet 4.6" | "Claude Haiku 4.5 (latest)" | "Grok 4.20 (Reasoning)" | "Llama 3 70B Instruct" | "GPT-5.4 mini" | "GPT-5.6 Terra" | "MiniMax-M2" | "Qwen3-Coder 480B-A35B Instruct" | "Kimi K2.7 Code" | "GLM-4.5" | "Qwen2.5-VL 72B Instruct" | "GPT-5.3 Codex" | "Claude Opus 4.1" | "o3-mini" | "Kimi K2.7 Code Highspeed" | "MiMo-V2.5" | "MiniMax-M2.1" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "GLM-4.5 X" | "GPT-5.1 Codex" | "Llama 3.1 Nemotron Ultra 253B" | "Kimi K3" | "GPT-4" | "Qwen3 235B A22B FP8" | "GPT-5.4 nano" | "MiniMax Text 01" | "Muse Spark 1.1" | "GLM-4.7-FlashX" | "Gemma 4 31B IT" | "GPT-4.1" | "Grok 4.1 Fast Non-Reasoning" | "Qwen3-VL Plus" | "Seed 1.6 (250615)" | "Qwen3.6 Max Preview" | "Sonar Reasoning Pro" | "Grok 4.3" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Kimi K2 Thinking" | "Qwen3-Next 80B-A3B (Thinking)" | "GLM-4.5-Air" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "Llama-3.3-70B-Instruct" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Claude Opus 4.5" | "GPT OSS 120B" | "Seed 1.6 Flash (250715)" | "Ministral 3B" | "GPT-5.1 Codex mini" | "Qwen Max" | "Qwen3 VL 235B A22B Instruct" | "GPT-5.2 Chat" | "GPT-5" | "Auto Route" | "Grok Build 0.1" | "Claude Sonnet 4.5" | "Qwen3 30B A3B Instruct (2507)" | "Grok 4.20 (Non-Reasoning)" | "GPT-5 Chat (latest)" | "GLM-4.5 AirX" | "GLM-4.6V" | "Qwen Plus" | "Qwen3 Max" | "Llama 4 Maverick 17B Instruct" | "Qwen-Omni Turbo" | "Custom Model" | "GPT-4o mini" | "GPT-5.1" | "Mistral Large 3" | "Kimi K2" | "GLM-4.5V" | "Kimi K2.6" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking (2507)" | "MiniMax-M2.5" | "GLM-4.7-Flash" | "Fugu Ultra" | "DeepSeek V4 Pro" | "Mistral Large (latest)" | "Qwen2.5 VL 32B Instruct" | "Ministral 14B" | "Gemini 2.5 Flash-Lite" | "Claude Fable 5" | "Codestral" | "Qwen3 VL Flash" | "Claude Sonnet 5" | "MiniMax-M2.7-highspeed" | "Qwen3.7 Max" | "Qwen Flash" | "Claude Haiku 4.5" | "Seed 1.8 (251228)" | "Sonar Pro" | "Gemini 2.5 Pro" | "Sonar" | "Devstral 2" | "Qwen3.6 Flash" | "Llama 3.2 3B Instruct" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "MiniMax M2.1 Lightning" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GLM-5.2" | "GPT-5.2" | "GPT-4o" | "GPT-5.6 Luna" | "Claude Opus 4.7" | "Gemini 3 Flash Preview" | "Nemotron 3 Ultra 550B A55B" | "Kimi K2.5" | "GPT-4o Search Preview" | "Llama 3.1 70B Instruct" | "Seed 1.6 (250915)" | "Qwen Plus Latest" | "Claude Opus 4.6" | "MiniMax-M3" | "GPT-5 Pro" | "Claude 3 Opus" | "Qwen3-Next 80B-A3B Instruct" | "MiniMax-M2.5-highspeed" | "Qwen Coder Plus" | "Grok 4.1 Fast Reasoning" | "Gemini 2.5 Flash" | "GPT-5.2 Pro" | "Claude Sonnet 4.5 (latest)" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "Grok 4.5" | "GPT-4o Mini Search Preview" | "Gemini 3.1 Pro Preview" | "GLM-4.6";
2
+ export type ModelId="claude-opus-4-8" | "gemini-pro-latest" | "qwen-max-latest" | "deepseek-v3.2" | "ministral-8b-2512" | "qwen3.6-35b-a3b" | "grok-4" | "mimo-v2.5-pro" | "gpt-5.5-pro" | "glm-4.6v-flashx" | "qwen3-coder-next" | "glm-4.7" | "qwen3-vl-30b-a3b-instruct" | "qwen35-397b-a17b" | "qwen3-coder-flash" | "o3" | "gemini-3.1-flash-lite" | "gpt-5.4" | "llama-4-scout-17b-instruct" | "gpt-5.4-pro" | "mistral-small-2506" | "qwen3-235b-a22b-instruct-2507" | "glm-4-32b-0414-128k" | "gemini-3.5-flash" | "gpt-4.1-mini" | "gemma-4-26b-a4b-it" | "gpt-5.3-chat-latest" | "o1" | "gpt-5-mini" | "claude-sonnet-4-6" | "claude-haiku-4-5-free" | "grok-4-20-reasoning" | "llama-3-70b-instruct" | "gpt-5.4-mini" | "gpt-5.6-terra" | "minimax-m2" | "qwen3-coder-480b-a35b-instruct" | "gemini-3.6-flash" | "kimi-k2.7-code" | "glm-4.5" | "qwen2-5-vl-72b-instruct" | "gpt-5.3-codex" | "claude-opus-4-1-20250805" | "o3-mini" | "kimi-k2.7-code-highspeed" | "mimo-v2.5" | "minimax-m2.1" | "qwen3-vl-235b-a22b-thinking" | "qwen3-32b" | "glm-4.5-x" | "gpt-5.1-codex" | "llama-3.1-nemotron-ultra-253b" | "kimi-k3" | "gpt-4" | "qwen3-235b-a22b-fp8" | "claude-haiku-4-5" | "gpt-5.4-nano" | "minimax-text-01" | "muse-spark-1.1" | "glm-4.7-flashx" | "gemma-4-31b-it" | "gpt-4.1" | "grok-4-1-fast-non-reasoning" | "qwen3-vl-plus" | "seed-1-6-250615" | "qwen3.6-max-preview" | "sonar-reasoning-pro" | "grok-4-3" | "qwen3-coder-plus" | "qwen3.5-9b" | "kimi-k2-thinking" | "qwen3-next-80b-a3b-thinking" | "glm-4.5-air" | "gpt-3.5-turbo" | "gpt-4.1-nano" | "llama-3.3-70b-instruct" | "deepseek-v4-flash" | "gpt-5.2-codex" | "gemini-3.5-flash-lite" | "claude-opus-4-5-20251101" | "gpt-oss-120b" | "seed-1-6-flash-250715" | "ministral-3b-2512" | "gpt-5.1-codex-mini" | "qwen-max" | "qwen3-vl-235b-a22b-instruct" | "gpt-5.2-chat-latest" | "gpt-5" | "auto" | "grok-build-0-1" | "claude-sonnet-4-5-20250929" | "qwen3-30b-a3b-instruct-2507" | "grok-4-20-non-reasoning" | "gpt-5-chat-latest" | "glm-4.5-airx" | "glm-4.6v" | "qwen-plus" | "qwen3-max" | "llama-4-maverick-17b-instruct" | "qwen-omni-turbo" | "custom" | "gpt-4o-mini" | "gpt-5.1" | "mistral-large-2512" | "kimi-k2" | "glm-4.5v" | "kimi-k2.6" | "qwen3-coder-30b-a3b-instruct" | "qwen3.7-plus" | "qwen3-235b-a22b-thinking-2507" | "minimax-m2.5" | "glm-4.7-flash" | "fugu-ultra" | "deepseek-v4-pro" | "mistral-large-latest" | "qwen2-5-vl-32b-instruct" | "ministral-14b-2512" | "gemini-2.5-flash-lite" | "claude-fable-5" | "grok-4-20-beta-0309-reasoning" | "codestral-2508" | "qwen3-vl-flash" | "claude-sonnet-5" | "minimax-m2.7-highspeed" | "qwen3.7-max" | "qwen-flash" | "claude-haiku-4-5-20251001" | "seed-1-8-251228" | "sonar-pro" | "gemini-2.5-pro" | "sonar" | "devstral-2512" | "qwen3.6-flash" | "llama-3.2-3b-instruct" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "minimax-m2.1-lightning" | "gpt-5-nano" | "o4-mini" | "gpt-4-turbo" | "gpt-oss-20b" | "glm-5.2" | "gpt-5.2" | "gpt-4o" | "gpt-5.6-luna" | "claude-opus-4-7" | "gemini-3-flash-preview" | "nemotron-3-ultra-550b" | "kimi-k2.5" | "gpt-4o-search-preview" | "llama-3.1-70b-instruct" | "seed-1-6-250915" | "qwen-plus-latest" | "claude-opus-4-6" | "minimax-m3" | "gpt-5-pro" | "claude-3-opus" | "qwen3-next-80b-a3b-instruct" | "minimax-m2.5-highspeed" | "qwen-coder-plus" | "grok-4-1-fast-reasoning" | "gemini-2.5-flash" | "gpt-5.2-pro" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "grok-4-20-beta-0309-non-reasoning" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "grok-4-5" | "gpt-4o-mini-search-preview" | "gemini-3.1-pro-preview" | "glm-4.6";
3
+ export type ModelName="Claude Opus 4.8" | "Gemini Pro Latest" | "Qwen Max Latest" | "DeepSeek V3.2" | "Ministral 8B" | "Qwen3.6 35B-A3B" | "Grok 4" | "MiMo-V2.5-Pro" | "GPT-5.5 Pro" | "GLM-4.6V FlashX" | "Qwen3 Coder Next" | "GLM-4.7" | "Qwen3 VL 30B A3B Instruct" | "Qwen3.5 397B-A17B" | "Qwen3 Coder Flash" | "o3" | "Gemini 3.1 Flash Lite" | "GPT-5.4" | "Llama 4 Scout 17B Instruct" | "GPT-5.4 Pro" | "Mistral Small 3.2" | "Qwen3 235B A22B Instruct (2507)" | "GLM-4 32B (0414-128k)" | "Gemini 3.5 Flash" | "GPT-4.1 mini" | "Gemma 4 26B A4B IT" | "GPT-5.3 Chat (latest)" | "o1" | "GPT-5 Mini" | "Claude Sonnet 4.6" | "Claude Haiku 4.5 (latest)" | "Grok 4.20 (Reasoning)" | "Llama 3 70B Instruct" | "GPT-5.4 mini" | "GPT-5.6 Terra" | "MiniMax-M2" | "Qwen3-Coder 480B-A35B Instruct" | "Gemini 3.6 Flash" | "Kimi K2.7 Code" | "GLM-4.5" | "Qwen2.5-VL 72B Instruct" | "GPT-5.3 Codex" | "Claude Opus 4.1" | "o3-mini" | "Kimi K2.7 Code Highspeed" | "MiMo-V2.5" | "MiniMax-M2.1" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "GLM-4.5 X" | "GPT-5.1 Codex" | "Llama 3.1 Nemotron Ultra 253B" | "Kimi K3" | "GPT-4" | "Qwen3 235B A22B FP8" | "GPT-5.4 nano" | "MiniMax Text 01" | "Muse Spark 1.1" | "GLM-4.7-FlashX" | "Gemma 4 31B IT" | "GPT-4.1" | "Grok 4.1 Fast Non-Reasoning" | "Qwen3-VL Plus" | "Seed 1.6 (250615)" | "Qwen3.6 Max Preview" | "Sonar Reasoning Pro" | "Grok 4.3" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Kimi K2 Thinking" | "Qwen3-Next 80B-A3B (Thinking)" | "GLM-4.5-Air" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "Llama-3.3-70B-Instruct" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Gemini 3.5 Flash Lite" | "Claude Opus 4.5" | "GPT OSS 120B" | "Seed 1.6 Flash (250715)" | "Ministral 3B" | "GPT-5.1 Codex mini" | "Qwen Max" | "Qwen3 VL 235B A22B Instruct" | "GPT-5.2 Chat" | "GPT-5" | "Auto Route" | "Grok Build 0.1" | "Claude Sonnet 4.5" | "Qwen3 30B A3B Instruct (2507)" | "Grok 4.20 (Non-Reasoning)" | "GPT-5 Chat (latest)" | "GLM-4.5 AirX" | "GLM-4.6V" | "Qwen Plus" | "Qwen3 Max" | "Llama 4 Maverick 17B Instruct" | "Qwen-Omni Turbo" | "Custom Model" | "GPT-4o mini" | "GPT-5.1" | "Mistral Large 3" | "Kimi K2" | "GLM-4.5V" | "Kimi K2.6" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking (2507)" | "MiniMax-M2.5" | "GLM-4.7-Flash" | "Fugu Ultra" | "DeepSeek V4 Pro" | "Mistral Large (latest)" | "Qwen2.5 VL 32B Instruct" | "Ministral 14B" | "Gemini 2.5 Flash-Lite" | "Claude Fable 5" | "Codestral" | "Qwen3 VL Flash" | "Claude Sonnet 5" | "MiniMax-M2.7-highspeed" | "Qwen3.7 Max" | "Qwen Flash" | "Claude Haiku 4.5" | "Seed 1.8 (251228)" | "Sonar Pro" | "Gemini 2.5 Pro" | "Sonar" | "Devstral 2" | "Qwen3.6 Flash" | "Llama 3.2 3B Instruct" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "MiniMax M2.1 Lightning" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GLM-5.2" | "GPT-5.2" | "GPT-4o" | "GPT-5.6 Luna" | "Claude Opus 4.7" | "Gemini 3 Flash Preview" | "Nemotron 3 Ultra 550B A55B" | "Kimi K2.5" | "GPT-4o Search Preview" | "Llama 3.1 70B Instruct" | "Seed 1.6 (250915)" | "Qwen Plus Latest" | "Claude Opus 4.6" | "MiniMax-M3" | "GPT-5 Pro" | "Claude 3 Opus" | "Qwen3-Next 80B-A3B Instruct" | "MiniMax-M2.5-highspeed" | "Qwen Coder Plus" | "Grok 4.1 Fast Reasoning" | "Gemini 2.5 Flash" | "GPT-5.2 Pro" | "Claude Sonnet 4.5 (latest)" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "Grok 4.5" | "GPT-4o Mini Search Preview" | "Gemini 3.1 Pro Preview" | "GLM-4.6";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
2
- export type ModelId="claude-opus-4-8" | "gemini-pro-latest" | "qwen-max-latest" | "deepseek-v3.2" | "ministral-8b-2512" | "qwen3.6-35b-a3b" | "grok-4" | "mimo-v2.5-pro" | "gpt-5.5-pro" | "glm-4.6v-flashx" | "qwen3-coder-next" | "glm-4.7" | "qwen3-vl-30b-a3b-instruct" | "qwen35-397b-a17b" | "qwen3-coder-flash" | "o3" | "gemini-3.1-flash-lite" | "gpt-5.4" | "llama-4-scout-17b-instruct" | "gpt-5.4-pro" | "mistral-small-2506" | "qwen3-235b-a22b-instruct-2507" | "glm-4-32b-0414-128k" | "gemini-3.5-flash" | "gpt-4.1-mini" | "gemma-4-26b-a4b-it" | "gpt-5.3-chat-latest" | "o1" | "gpt-5-mini" | "claude-sonnet-4-6" | "claude-haiku-4-5-free" | "grok-4-20-reasoning" | "llama-3-70b-instruct" | "gpt-5.4-mini" | "gpt-5.6-terra" | "minimax-m2" | "qwen3-coder-480b-a35b-instruct" | "kimi-k2.7-code" | "glm-4.5" | "qwen2-5-vl-72b-instruct" | "gpt-5.3-codex" | "claude-opus-4-1-20250805" | "o3-mini" | "kimi-k2.7-code-highspeed" | "mimo-v2.5" | "minimax-m2.1" | "qwen3-vl-235b-a22b-thinking" | "qwen3-32b" | "glm-4.5-x" | "gpt-5.1-codex" | "llama-3.1-nemotron-ultra-253b" | "kimi-k3" | "gpt-4" | "qwen3-235b-a22b-fp8" | "claude-haiku-4-5" | "gpt-5.4-nano" | "minimax-text-01" | "muse-spark-1.1" | "glm-4.7-flashx" | "gemma-4-31b-it" | "gpt-4.1" | "grok-4-1-fast-non-reasoning" | "qwen3-vl-plus" | "seed-1-6-250615" | "qwen3.6-max-preview" | "sonar-reasoning-pro" | "grok-4-3" | "qwen3-coder-plus" | "qwen3.5-9b" | "kimi-k2-thinking" | "qwen3-next-80b-a3b-thinking" | "glm-4.5-air" | "gpt-3.5-turbo" | "gpt-4.1-nano" | "llama-3.3-70b-instruct" | "deepseek-v4-flash" | "gpt-5.2-codex" | "claude-opus-4-5-20251101" | "gpt-oss-120b" | "seed-1-6-flash-250715" | "ministral-3b-2512" | "gpt-5.1-codex-mini" | "qwen-max" | "qwen3-vl-235b-a22b-instruct" | "gpt-5.2-chat-latest" | "gpt-5" | "auto" | "grok-build-0-1" | "claude-sonnet-4-5-20250929" | "qwen3-30b-a3b-instruct-2507" | "grok-4-20-non-reasoning" | "gpt-5-chat-latest" | "glm-4.5-airx" | "glm-4.6v" | "qwen-plus" | "qwen3-max" | "llama-4-maverick-17b-instruct" | "qwen-omni-turbo" | "custom" | "gpt-4o-mini" | "gpt-5.1" | "mistral-large-2512" | "kimi-k2" | "glm-4.5v" | "kimi-k2.6" | "qwen3-coder-30b-a3b-instruct" | "qwen3.7-plus" | "qwen3-235b-a22b-thinking-2507" | "minimax-m2.5" | "glm-4.7-flash" | "fugu-ultra" | "deepseek-v4-pro" | "mistral-large-latest" | "qwen2-5-vl-32b-instruct" | "ministral-14b-2512" | "gemini-2.5-flash-lite" | "claude-fable-5" | "grok-4-20-beta-0309-reasoning" | "codestral-2508" | "qwen3-vl-flash" | "claude-sonnet-5" | "minimax-m2.7-highspeed" | "qwen3.7-max" | "qwen-flash" | "claude-haiku-4-5-20251001" | "seed-1-8-251228" | "sonar-pro" | "gemini-2.5-pro" | "sonar" | "devstral-2512" | "qwen3.6-flash" | "llama-3.2-3b-instruct" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "minimax-m2.1-lightning" | "gpt-5-nano" | "o4-mini" | "gpt-4-turbo" | "gpt-oss-20b" | "glm-5.2" | "gpt-5.2" | "gpt-4o" | "gpt-5.6-luna" | "claude-opus-4-7" | "gemini-3-flash-preview" | "nemotron-3-ultra-550b" | "kimi-k2.5" | "gpt-4o-search-preview" | "llama-3.1-70b-instruct" | "seed-1-6-250915" | "qwen-plus-latest" | "claude-opus-4-6" | "minimax-m3" | "gpt-5-pro" | "claude-3-opus" | "qwen3-next-80b-a3b-instruct" | "minimax-m2.5-highspeed" | "qwen-coder-plus" | "grok-4-1-fast-reasoning" | "gemini-2.5-flash" | "gpt-5.2-pro" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "grok-4-20-beta-0309-non-reasoning" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "grok-4-5" | "gpt-4o-mini-search-preview" | "gemini-3.1-pro-preview" | "glm-4.6";
3
- export type ModelName="Claude Opus 4.8" | "Gemini Pro Latest" | "Qwen Max Latest" | "DeepSeek V3.2" | "Ministral 8B" | "Qwen3.6 35B-A3B" | "Grok 4" | "MiMo-V2.5-Pro" | "GPT-5.5 Pro" | "GLM-4.6V FlashX" | "Qwen3 Coder Next" | "GLM-4.7" | "Qwen3 VL 30B A3B Instruct" | "Qwen3.5 397B-A17B" | "Qwen3 Coder Flash" | "o3" | "Gemini 3.1 Flash Lite" | "GPT-5.4" | "Llama 4 Scout 17B Instruct" | "GPT-5.4 Pro" | "Mistral Small 3.2" | "Qwen3 235B A22B Instruct (2507)" | "GLM-4 32B (0414-128k)" | "Gemini 3.5 Flash" | "GPT-4.1 mini" | "Gemma 4 26B A4B IT" | "GPT-5.3 Chat (latest)" | "o1" | "GPT-5 Mini" | "Claude Sonnet 4.6" | "Claude Haiku 4.5 (latest)" | "Grok 4.20 (Reasoning)" | "Llama 3 70B Instruct" | "GPT-5.4 mini" | "GPT-5.6 Terra" | "MiniMax-M2" | "Qwen3-Coder 480B-A35B Instruct" | "Kimi K2.7 Code" | "GLM-4.5" | "Qwen2.5-VL 72B Instruct" | "GPT-5.3 Codex" | "Claude Opus 4.1" | "o3-mini" | "Kimi K2.7 Code Highspeed" | "MiMo-V2.5" | "MiniMax-M2.1" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "GLM-4.5 X" | "GPT-5.1 Codex" | "Llama 3.1 Nemotron Ultra 253B" | "Kimi K3" | "GPT-4" | "Qwen3 235B A22B FP8" | "GPT-5.4 nano" | "MiniMax Text 01" | "Muse Spark 1.1" | "GLM-4.7-FlashX" | "Gemma 4 31B IT" | "GPT-4.1" | "Grok 4.1 Fast Non-Reasoning" | "Qwen3-VL Plus" | "Seed 1.6 (250615)" | "Qwen3.6 Max Preview" | "Sonar Reasoning Pro" | "Grok 4.3" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Kimi K2 Thinking" | "Qwen3-Next 80B-A3B (Thinking)" | "GLM-4.5-Air" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "Llama-3.3-70B-Instruct" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Claude Opus 4.5" | "GPT OSS 120B" | "Seed 1.6 Flash (250715)" | "Ministral 3B" | "GPT-5.1 Codex mini" | "Qwen Max" | "Qwen3 VL 235B A22B Instruct" | "GPT-5.2 Chat" | "GPT-5" | "Auto Route" | "Grok Build 0.1" | "Claude Sonnet 4.5" | "Qwen3 30B A3B Instruct (2507)" | "Grok 4.20 (Non-Reasoning)" | "GPT-5 Chat (latest)" | "GLM-4.5 AirX" | "GLM-4.6V" | "Qwen Plus" | "Qwen3 Max" | "Llama 4 Maverick 17B Instruct" | "Qwen-Omni Turbo" | "Custom Model" | "GPT-4o mini" | "GPT-5.1" | "Mistral Large 3" | "Kimi K2" | "GLM-4.5V" | "Kimi K2.6" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking (2507)" | "MiniMax-M2.5" | "GLM-4.7-Flash" | "Fugu Ultra" | "DeepSeek V4 Pro" | "Mistral Large (latest)" | "Qwen2.5 VL 32B Instruct" | "Ministral 14B" | "Gemini 2.5 Flash-Lite" | "Claude Fable 5" | "Codestral" | "Qwen3 VL Flash" | "Claude Sonnet 5" | "MiniMax-M2.7-highspeed" | "Qwen3.7 Max" | "Qwen Flash" | "Claude Haiku 4.5" | "Seed 1.8 (251228)" | "Sonar Pro" | "Gemini 2.5 Pro" | "Sonar" | "Devstral 2" | "Qwen3.6 Flash" | "Llama 3.2 3B Instruct" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "MiniMax M2.1 Lightning" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GLM-5.2" | "GPT-5.2" | "GPT-4o" | "GPT-5.6 Luna" | "Claude Opus 4.7" | "Gemini 3 Flash Preview" | "Nemotron 3 Ultra 550B A55B" | "Kimi K2.5" | "GPT-4o Search Preview" | "Llama 3.1 70B Instruct" | "Seed 1.6 (250915)" | "Qwen Plus Latest" | "Claude Opus 4.6" | "MiniMax-M3" | "GPT-5 Pro" | "Claude 3 Opus" | "Qwen3-Next 80B-A3B Instruct" | "MiniMax-M2.5-highspeed" | "Qwen Coder Plus" | "Grok 4.1 Fast Reasoning" | "Gemini 2.5 Flash" | "GPT-5.2 Pro" | "Claude Sonnet 4.5 (latest)" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "Grok 4.5" | "GPT-4o Mini Search Preview" | "Gemini 3.1 Pro Preview" | "GLM-4.6";
2
+ export type ModelId="claude-opus-4-8" | "gemini-pro-latest" | "qwen-max-latest" | "deepseek-v3.2" | "ministral-8b-2512" | "qwen3.6-35b-a3b" | "grok-4" | "mimo-v2.5-pro" | "gpt-5.5-pro" | "glm-4.6v-flashx" | "qwen3-coder-next" | "glm-4.7" | "qwen3-vl-30b-a3b-instruct" | "qwen35-397b-a17b" | "qwen3-coder-flash" | "o3" | "gemini-3.1-flash-lite" | "gpt-5.4" | "llama-4-scout-17b-instruct" | "gpt-5.4-pro" | "mistral-small-2506" | "qwen3-235b-a22b-instruct-2507" | "glm-4-32b-0414-128k" | "gemini-3.5-flash" | "gpt-4.1-mini" | "gemma-4-26b-a4b-it" | "gpt-5.3-chat-latest" | "o1" | "gpt-5-mini" | "claude-sonnet-4-6" | "claude-haiku-4-5-free" | "grok-4-20-reasoning" | "llama-3-70b-instruct" | "gpt-5.4-mini" | "gpt-5.6-terra" | "minimax-m2" | "qwen3-coder-480b-a35b-instruct" | "gemini-3.6-flash" | "kimi-k2.7-code" | "glm-4.5" | "qwen2-5-vl-72b-instruct" | "gpt-5.3-codex" | "claude-opus-4-1-20250805" | "o3-mini" | "kimi-k2.7-code-highspeed" | "mimo-v2.5" | "minimax-m2.1" | "qwen3-vl-235b-a22b-thinking" | "qwen3-32b" | "glm-4.5-x" | "gpt-5.1-codex" | "llama-3.1-nemotron-ultra-253b" | "kimi-k3" | "gpt-4" | "qwen3-235b-a22b-fp8" | "claude-haiku-4-5" | "gpt-5.4-nano" | "minimax-text-01" | "muse-spark-1.1" | "glm-4.7-flashx" | "gemma-4-31b-it" | "gpt-4.1" | "grok-4-1-fast-non-reasoning" | "qwen3-vl-plus" | "seed-1-6-250615" | "qwen3.6-max-preview" | "sonar-reasoning-pro" | "grok-4-3" | "qwen3-coder-plus" | "qwen3.5-9b" | "kimi-k2-thinking" | "qwen3-next-80b-a3b-thinking" | "glm-4.5-air" | "gpt-3.5-turbo" | "gpt-4.1-nano" | "llama-3.3-70b-instruct" | "deepseek-v4-flash" | "gpt-5.2-codex" | "gemini-3.5-flash-lite" | "claude-opus-4-5-20251101" | "gpt-oss-120b" | "seed-1-6-flash-250715" | "ministral-3b-2512" | "gpt-5.1-codex-mini" | "qwen-max" | "qwen3-vl-235b-a22b-instruct" | "gpt-5.2-chat-latest" | "gpt-5" | "auto" | "grok-build-0-1" | "claude-sonnet-4-5-20250929" | "qwen3-30b-a3b-instruct-2507" | "grok-4-20-non-reasoning" | "gpt-5-chat-latest" | "glm-4.5-airx" | "glm-4.6v" | "qwen-plus" | "qwen3-max" | "llama-4-maverick-17b-instruct" | "qwen-omni-turbo" | "custom" | "gpt-4o-mini" | "gpt-5.1" | "mistral-large-2512" | "kimi-k2" | "glm-4.5v" | "kimi-k2.6" | "qwen3-coder-30b-a3b-instruct" | "qwen3.7-plus" | "qwen3-235b-a22b-thinking-2507" | "minimax-m2.5" | "glm-4.7-flash" | "fugu-ultra" | "deepseek-v4-pro" | "mistral-large-latest" | "qwen2-5-vl-32b-instruct" | "ministral-14b-2512" | "gemini-2.5-flash-lite" | "claude-fable-5" | "grok-4-20-beta-0309-reasoning" | "codestral-2508" | "qwen3-vl-flash" | "claude-sonnet-5" | "minimax-m2.7-highspeed" | "qwen3.7-max" | "qwen-flash" | "claude-haiku-4-5-20251001" | "seed-1-8-251228" | "sonar-pro" | "gemini-2.5-pro" | "sonar" | "devstral-2512" | "qwen3.6-flash" | "llama-3.2-3b-instruct" | "qwen3.6-plus" | "llama-3.2-11b-instruct" | "minimax-m2.1-lightning" | "gpt-5-nano" | "o4-mini" | "gpt-4-turbo" | "gpt-oss-20b" | "glm-5.2" | "gpt-5.2" | "gpt-4o" | "gpt-5.6-luna" | "claude-opus-4-7" | "gemini-3-flash-preview" | "nemotron-3-ultra-550b" | "kimi-k2.5" | "gpt-4o-search-preview" | "llama-3.1-70b-instruct" | "seed-1-6-250915" | "qwen-plus-latest" | "claude-opus-4-6" | "minimax-m3" | "gpt-5-pro" | "claude-3-opus" | "qwen3-next-80b-a3b-instruct" | "minimax-m2.5-highspeed" | "qwen-coder-plus" | "grok-4-1-fast-reasoning" | "gemini-2.5-flash" | "gpt-5.2-pro" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "grok-4-20-beta-0309-non-reasoning" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "grok-4-5" | "gpt-4o-mini-search-preview" | "gemini-3.1-pro-preview" | "glm-4.6";
3
+ export type ModelName="Claude Opus 4.8" | "Gemini Pro Latest" | "Qwen Max Latest" | "DeepSeek V3.2" | "Ministral 8B" | "Qwen3.6 35B-A3B" | "Grok 4" | "MiMo-V2.5-Pro" | "GPT-5.5 Pro" | "GLM-4.6V FlashX" | "Qwen3 Coder Next" | "GLM-4.7" | "Qwen3 VL 30B A3B Instruct" | "Qwen3.5 397B-A17B" | "Qwen3 Coder Flash" | "o3" | "Gemini 3.1 Flash Lite" | "GPT-5.4" | "Llama 4 Scout 17B Instruct" | "GPT-5.4 Pro" | "Mistral Small 3.2" | "Qwen3 235B A22B Instruct (2507)" | "GLM-4 32B (0414-128k)" | "Gemini 3.5 Flash" | "GPT-4.1 mini" | "Gemma 4 26B A4B IT" | "GPT-5.3 Chat (latest)" | "o1" | "GPT-5 Mini" | "Claude Sonnet 4.6" | "Claude Haiku 4.5 (latest)" | "Grok 4.20 (Reasoning)" | "Llama 3 70B Instruct" | "GPT-5.4 mini" | "GPT-5.6 Terra" | "MiniMax-M2" | "Qwen3-Coder 480B-A35B Instruct" | "Gemini 3.6 Flash" | "Kimi K2.7 Code" | "GLM-4.5" | "Qwen2.5-VL 72B Instruct" | "GPT-5.3 Codex" | "Claude Opus 4.1" | "o3-mini" | "Kimi K2.7 Code Highspeed" | "MiMo-V2.5" | "MiniMax-M2.1" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "GLM-4.5 X" | "GPT-5.1 Codex" | "Llama 3.1 Nemotron Ultra 253B" | "Kimi K3" | "GPT-4" | "Qwen3 235B A22B FP8" | "GPT-5.4 nano" | "MiniMax Text 01" | "Muse Spark 1.1" | "GLM-4.7-FlashX" | "Gemma 4 31B IT" | "GPT-4.1" | "Grok 4.1 Fast Non-Reasoning" | "Qwen3-VL Plus" | "Seed 1.6 (250615)" | "Qwen3.6 Max Preview" | "Sonar Reasoning Pro" | "Grok 4.3" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Kimi K2 Thinking" | "Qwen3-Next 80B-A3B (Thinking)" | "GLM-4.5-Air" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "Llama-3.3-70B-Instruct" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Gemini 3.5 Flash Lite" | "Claude Opus 4.5" | "GPT OSS 120B" | "Seed 1.6 Flash (250715)" | "Ministral 3B" | "GPT-5.1 Codex mini" | "Qwen Max" | "Qwen3 VL 235B A22B Instruct" | "GPT-5.2 Chat" | "GPT-5" | "Auto Route" | "Grok Build 0.1" | "Claude Sonnet 4.5" | "Qwen3 30B A3B Instruct (2507)" | "Grok 4.20 (Non-Reasoning)" | "GPT-5 Chat (latest)" | "GLM-4.5 AirX" | "GLM-4.6V" | "Qwen Plus" | "Qwen3 Max" | "Llama 4 Maverick 17B Instruct" | "Qwen-Omni Turbo" | "Custom Model" | "GPT-4o mini" | "GPT-5.1" | "Mistral Large 3" | "Kimi K2" | "GLM-4.5V" | "Kimi K2.6" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking (2507)" | "MiniMax-M2.5" | "GLM-4.7-Flash" | "Fugu Ultra" | "DeepSeek V4 Pro" | "Mistral Large (latest)" | "Qwen2.5 VL 32B Instruct" | "Ministral 14B" | "Gemini 2.5 Flash-Lite" | "Claude Fable 5" | "Codestral" | "Qwen3 VL Flash" | "Claude Sonnet 5" | "MiniMax-M2.7-highspeed" | "Qwen3.7 Max" | "Qwen Flash" | "Claude Haiku 4.5" | "Seed 1.8 (251228)" | "Sonar Pro" | "Gemini 2.5 Pro" | "Sonar" | "Devstral 2" | "Qwen3.6 Flash" | "Llama 3.2 3B Instruct" | "Qwen3.6 Plus" | "Llama 3.2 11B Instruct" | "MiniMax M2.1 Lightning" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GLM-5.2" | "GPT-5.2" | "GPT-4o" | "GPT-5.6 Luna" | "Claude Opus 4.7" | "Gemini 3 Flash Preview" | "Nemotron 3 Ultra 550B A55B" | "Kimi K2.5" | "GPT-4o Search Preview" | "Llama 3.1 70B Instruct" | "Seed 1.6 (250915)" | "Qwen Plus Latest" | "Claude Opus 4.6" | "MiniMax-M3" | "GPT-5 Pro" | "Claude 3 Opus" | "Qwen3-Next 80B-A3B Instruct" | "MiniMax-M2.5-highspeed" | "Qwen Coder Plus" | "Grok 4.1 Fast Reasoning" | "Gemini 2.5 Flash" | "GPT-5.2 Pro" | "Claude Sonnet 4.5 (latest)" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "Grok 4.5" | "GPT-4o Mini Search Preview" | "Gemini 3.1 Pro Preview" | "GLM-4.6";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
2
- export type ModelId="claude-opus-4-8" | "gpt-5-codex" | "minimax-m2.5-free" | "gpt-5.5-pro" | "claude-opus-4-1" | "glm-4.7" | "hy3-free" | "gpt-5.4" | "mimo-v2-pro-free" | "gpt-5.4-pro" | "north-mini-code-free" | "big-pickle" | "gemini-3.1-pro" | "gemini-3.5-flash" | "claude-sonnet-4" | "mimo-v2.5-free" | "qwen3.6-plus-free" | "glm-4.7-free" | "claude-sonnet-4-6" | "gpt-5.3-codex-spark" | "gpt-5.4-mini" | "gpt-5.6-terra" | "kimi-k2.7-code" | "gpt-5.3-codex" | "gpt-5.1-codex-max" | "gemini-3-flash" | "minimax-m2.1" | "gpt-5.1-codex" | "grok-build-0.1" | "mimo-v2-flash-free" | "claude-haiku-4-5" | "ling-2.6-flash-free" | "gpt-5.4-nano" | "kimi-k2-thinking" | "minimax-m2.1-free" | "trinity-large-preview-free" | "deepseek-v4-flash" | "gpt-5.2-codex" | "qwen3.5-plus" | "gpt-5.1-codex-mini" | "hy3-preview-free" | "kimi-k2.5-free" | "gpt-5" | "qwen3-coder" | "grok-4.5" | "minimax-m3-free" | "nemotron-3-ultra-free" | "gpt-5.1" | "glm-5-free" | "kimi-k2" | "claude-3-5-haiku" | "kimi-k2.6" | "minimax-m2.5" | "ring-2.6-1t-free" | "deepseek-v4-pro" | "claude-fable-5" | "claude-sonnet-5" | "claude-opus-4-5" | "qwen3.6-plus" | "gpt-5-nano" | "glm-5.2" | "gpt-5.2" | "deepseek-v4-flash-free" | "gpt-5.6-luna" | "gemini-3-pro" | "claude-opus-4-7" | "kimi-k2.5" | "claude-opus-4-6" | "minimax-m3" | "nemotron-3-super-free" | "grok-code" | "mimo-v2-omni-free" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "glm-4.6";
3
- export type ModelName="Claude Opus 4.8" | "GPT-5 Codex" | "MiniMax-M2.5 Free" | "GPT-5.5 Pro" | "Claude Opus 4.1" | "GLM-4.7" | "Hy3 Free" | "GPT-5.4" | "MiMo V2 Pro Free" | "GPT-5.4 Pro" | "North Mini Code Free" | "Big Pickle" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "Claude Sonnet 4" | "MiMo V2.5 Free" | "Qwen3.6 Plus Free" | "GLM-4.7 Free" | "Claude Sonnet 4.6" | "GPT-5.3 Codex Spark" | "GPT-5.4 Mini" | "GPT-5.6 Terra" | "Kimi K2.7 Code" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "Gemini 3 Flash" | "MiniMax-M2.1" | "GPT-5.1 Codex" | "Grok Build 0.1" | "MiMo V2 Flash Free" | "Claude Haiku 4.5" | "Ling 2.6 Flash Free" | "GPT-5.4 Nano" | "Kimi K2 Thinking" | "MiniMax-M2.1 Free" | "Trinity Large Preview" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Qwen3.5 Plus" | "GPT-5.1 Codex Mini" | "Hy3 preview Free" | "Kimi K2.5 Free" | "GPT-5" | "Qwen3 Coder" | "Grok 4.5" | "MiniMax-M3 Free" | "Nemotron 3 Ultra Free" | "GPT-5.1" | "GLM-5 Free" | "Kimi K2" | "Claude Haiku 3.5" | "Kimi K2.6" | "MiniMax-M2.5" | "Ring 2.6 1T Free" | "DeepSeek V4 Pro" | "Claude Fable 5" | "Claude Sonnet 5" | "Claude Opus 4.5" | "Qwen3.6 Plus" | "GPT-5 Nano" | "GLM-5.2" | "GPT-5.2" | "DeepSeek V4 Flash Free" | "GPT-5.6 Luna" | "Gemini 3 Pro" | "Claude Opus 4.7" | "Kimi K2.5" | "Claude Opus 4.6" | "MiniMax-M3" | "Nemotron 3 Super Free" | "Grok Code Fast 1" | "MiMo V2 Omni Free" | "Claude Sonnet 4.5" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "GLM-4.6";
2
+ export type ModelId="claude-opus-4-8" | "gpt-5-codex" | "minimax-m2.5-free" | "gpt-5.5-pro" | "claude-opus-4-1" | "glm-4.7" | "hy3-free" | "gpt-5.4" | "mimo-v2-pro-free" | "gpt-5.4-pro" | "north-mini-code-free" | "big-pickle" | "gemini-3.1-pro" | "gemini-3.5-flash" | "claude-sonnet-4" | "mimo-v2.5-free" | "qwen3.6-plus-free" | "glm-4.7-free" | "claude-sonnet-4-6" | "gpt-5.3-codex-spark" | "gpt-5.4-mini" | "gpt-5.6-terra" | "gemini-3.6-flash" | "kimi-k2.7-code" | "gpt-5.3-codex" | "gpt-5.1-codex-max" | "gemini-3-flash" | "minimax-m2.1" | "gpt-5.1-codex" | "grok-build-0.1" | "mimo-v2-flash-free" | "claude-haiku-4-5" | "ling-2.6-flash-free" | "gpt-5.4-nano" | "kimi-k2-thinking" | "minimax-m2.1-free" | "trinity-large-preview-free" | "deepseek-v4-flash" | "gpt-5.2-codex" | "gemini-3.5-flash-lite" | "qwen3.5-plus" | "gpt-5.1-codex-mini" | "hy3-preview-free" | "kimi-k2.5-free" | "gpt-5" | "qwen3-coder" | "grok-4.5" | "minimax-m3-free" | "nemotron-3-ultra-free" | "gpt-5.1" | "glm-5-free" | "kimi-k2" | "claude-3-5-haiku" | "kimi-k2.6" | "minimax-m2.5" | "ring-2.6-1t-free" | "deepseek-v4-pro" | "claude-fable-5" | "claude-sonnet-5" | "claude-opus-4-5" | "qwen3.6-plus" | "gpt-5-nano" | "glm-5.2" | "gpt-5.2" | "deepseek-v4-flash-free" | "gpt-5.6-luna" | "gemini-3-pro" | "claude-opus-4-7" | "kimi-k2.5" | "claude-opus-4-6" | "minimax-m3" | "laguna-s-2.1-free" | "nemotron-3-super-free" | "grok-code" | "mimo-v2-omni-free" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "glm-4.6";
3
+ export type ModelName="Claude Opus 4.8" | "GPT-5 Codex" | "MiniMax-M2.5 Free" | "GPT-5.5 Pro" | "Claude Opus 4.1" | "GLM-4.7" | "Hy3 Free" | "GPT-5.4" | "MiMo V2 Pro Free" | "GPT-5.4 Pro" | "North Mini Code Free" | "Big Pickle" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "Claude Sonnet 4" | "MiMo V2.5 Free" | "Qwen3.6 Plus Free" | "GLM-4.7 Free" | "Claude Sonnet 4.6" | "GPT-5.3 Codex Spark" | "GPT-5.4 Mini" | "GPT-5.6 Terra" | "Gemini 3.6 Flash" | "Kimi K2.7 Code" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "Gemini 3 Flash" | "MiniMax-M2.1" | "GPT-5.1 Codex" | "Grok Build 0.1" | "MiMo V2 Flash Free" | "Claude Haiku 4.5" | "Ling 2.6 Flash Free" | "GPT-5.4 Nano" | "Kimi K2 Thinking" | "MiniMax-M2.1 Free" | "Trinity Large Preview" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Gemini 3.5 Flash Lite" | "Qwen3.5 Plus" | "GPT-5.1 Codex Mini" | "Hy3 preview Free" | "Kimi K2.5 Free" | "GPT-5" | "Qwen3 Coder" | "Grok 4.5" | "MiniMax-M3 Free" | "Nemotron 3 Ultra Free" | "GPT-5.1" | "GLM-5 Free" | "Kimi K2" | "Claude Haiku 3.5" | "Kimi K2.6" | "MiniMax-M2.5" | "Ring 2.6 1T Free" | "DeepSeek V4 Pro" | "Claude Fable 5" | "Claude Sonnet 5" | "Claude Opus 4.5" | "Qwen3.6 Plus" | "GPT-5 Nano" | "GLM-5.2" | "GPT-5.2" | "DeepSeek V4 Flash Free" | "GPT-5.6 Luna" | "Gemini 3 Pro" | "Claude Opus 4.7" | "Kimi K2.5" | "Claude Opus 4.6" | "MiniMax-M3" | "Laguna S 2.1 Free" | "Nemotron 3 Super Free" | "Grok Code Fast 1" | "MiMo V2 Omni Free" | "Claude Sonnet 4.5" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "GLM-4.6";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
2
- export type ModelId="claude-opus-4-8" | "gpt-5-codex" | "minimax-m2.5-free" | "gpt-5.5-pro" | "claude-opus-4-1" | "glm-4.7" | "hy3-free" | "gpt-5.4" | "mimo-v2-pro-free" | "gpt-5.4-pro" | "north-mini-code-free" | "big-pickle" | "gemini-3.1-pro" | "gemini-3.5-flash" | "claude-sonnet-4" | "mimo-v2.5-free" | "qwen3.6-plus-free" | "glm-4.7-free" | "claude-sonnet-4-6" | "gpt-5.3-codex-spark" | "gpt-5.4-mini" | "gpt-5.6-terra" | "kimi-k2.7-code" | "gpt-5.3-codex" | "gpt-5.1-codex-max" | "gemini-3-flash" | "minimax-m2.1" | "gpt-5.1-codex" | "grok-build-0.1" | "mimo-v2-flash-free" | "claude-haiku-4-5" | "ling-2.6-flash-free" | "gpt-5.4-nano" | "kimi-k2-thinking" | "minimax-m2.1-free" | "trinity-large-preview-free" | "deepseek-v4-flash" | "gpt-5.2-codex" | "qwen3.5-plus" | "gpt-5.1-codex-mini" | "hy3-preview-free" | "kimi-k2.5-free" | "gpt-5" | "qwen3-coder" | "grok-4.5" | "minimax-m3-free" | "nemotron-3-ultra-free" | "gpt-5.1" | "glm-5-free" | "kimi-k2" | "claude-3-5-haiku" | "kimi-k2.6" | "minimax-m2.5" | "ring-2.6-1t-free" | "deepseek-v4-pro" | "claude-fable-5" | "claude-sonnet-5" | "claude-opus-4-5" | "qwen3.6-plus" | "gpt-5-nano" | "glm-5.2" | "gpt-5.2" | "deepseek-v4-flash-free" | "gpt-5.6-luna" | "gemini-3-pro" | "claude-opus-4-7" | "kimi-k2.5" | "claude-opus-4-6" | "minimax-m3" | "nemotron-3-super-free" | "grok-code" | "mimo-v2-omni-free" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "glm-4.6";
3
- export type ModelName="Claude Opus 4.8" | "GPT-5 Codex" | "MiniMax-M2.5 Free" | "GPT-5.5 Pro" | "Claude Opus 4.1" | "GLM-4.7" | "Hy3 Free" | "GPT-5.4" | "MiMo V2 Pro Free" | "GPT-5.4 Pro" | "North Mini Code Free" | "Big Pickle" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "Claude Sonnet 4" | "MiMo V2.5 Free" | "Qwen3.6 Plus Free" | "GLM-4.7 Free" | "Claude Sonnet 4.6" | "GPT-5.3 Codex Spark" | "GPT-5.4 Mini" | "GPT-5.6 Terra" | "Kimi K2.7 Code" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "Gemini 3 Flash" | "MiniMax-M2.1" | "GPT-5.1 Codex" | "Grok Build 0.1" | "MiMo V2 Flash Free" | "Claude Haiku 4.5" | "Ling 2.6 Flash Free" | "GPT-5.4 Nano" | "Kimi K2 Thinking" | "MiniMax-M2.1 Free" | "Trinity Large Preview" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Qwen3.5 Plus" | "GPT-5.1 Codex Mini" | "Hy3 preview Free" | "Kimi K2.5 Free" | "GPT-5" | "Qwen3 Coder" | "Grok 4.5" | "MiniMax-M3 Free" | "Nemotron 3 Ultra Free" | "GPT-5.1" | "GLM-5 Free" | "Kimi K2" | "Claude Haiku 3.5" | "Kimi K2.6" | "MiniMax-M2.5" | "Ring 2.6 1T Free" | "DeepSeek V4 Pro" | "Claude Fable 5" | "Claude Sonnet 5" | "Claude Opus 4.5" | "Qwen3.6 Plus" | "GPT-5 Nano" | "GLM-5.2" | "GPT-5.2" | "DeepSeek V4 Flash Free" | "GPT-5.6 Luna" | "Gemini 3 Pro" | "Claude Opus 4.7" | "Kimi K2.5" | "Claude Opus 4.6" | "MiniMax-M3" | "Nemotron 3 Super Free" | "Grok Code Fast 1" | "MiMo V2 Omni Free" | "Claude Sonnet 4.5" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "GLM-4.6";
2
+ export type ModelId="claude-opus-4-8" | "gpt-5-codex" | "minimax-m2.5-free" | "gpt-5.5-pro" | "claude-opus-4-1" | "glm-4.7" | "hy3-free" | "gpt-5.4" | "mimo-v2-pro-free" | "gpt-5.4-pro" | "north-mini-code-free" | "big-pickle" | "gemini-3.1-pro" | "gemini-3.5-flash" | "claude-sonnet-4" | "mimo-v2.5-free" | "qwen3.6-plus-free" | "glm-4.7-free" | "claude-sonnet-4-6" | "gpt-5.3-codex-spark" | "gpt-5.4-mini" | "gpt-5.6-terra" | "gemini-3.6-flash" | "kimi-k2.7-code" | "gpt-5.3-codex" | "gpt-5.1-codex-max" | "gemini-3-flash" | "minimax-m2.1" | "gpt-5.1-codex" | "grok-build-0.1" | "mimo-v2-flash-free" | "claude-haiku-4-5" | "ling-2.6-flash-free" | "gpt-5.4-nano" | "kimi-k2-thinking" | "minimax-m2.1-free" | "trinity-large-preview-free" | "deepseek-v4-flash" | "gpt-5.2-codex" | "gemini-3.5-flash-lite" | "qwen3.5-plus" | "gpt-5.1-codex-mini" | "hy3-preview-free" | "kimi-k2.5-free" | "gpt-5" | "qwen3-coder" | "grok-4.5" | "minimax-m3-free" | "nemotron-3-ultra-free" | "gpt-5.1" | "glm-5-free" | "kimi-k2" | "claude-3-5-haiku" | "kimi-k2.6" | "minimax-m2.5" | "ring-2.6-1t-free" | "deepseek-v4-pro" | "claude-fable-5" | "claude-sonnet-5" | "claude-opus-4-5" | "qwen3.6-plus" | "gpt-5-nano" | "glm-5.2" | "gpt-5.2" | "deepseek-v4-flash-free" | "gpt-5.6-luna" | "gemini-3-pro" | "claude-opus-4-7" | "kimi-k2.5" | "claude-opus-4-6" | "minimax-m3" | "laguna-s-2.1-free" | "nemotron-3-super-free" | "grok-code" | "mimo-v2-omni-free" | "claude-sonnet-4-5" | "glm-5" | "gpt-5.6-sol" | "gpt-5.5" | "glm-5.1" | "minimax-m2.7" | "glm-4.6";
3
+ export type ModelName="Claude Opus 4.8" | "GPT-5 Codex" | "MiniMax-M2.5 Free" | "GPT-5.5 Pro" | "Claude Opus 4.1" | "GLM-4.7" | "Hy3 Free" | "GPT-5.4" | "MiMo V2 Pro Free" | "GPT-5.4 Pro" | "North Mini Code Free" | "Big Pickle" | "Gemini 3.1 Pro Preview" | "Gemini 3.5 Flash" | "Claude Sonnet 4" | "MiMo V2.5 Free" | "Qwen3.6 Plus Free" | "GLM-4.7 Free" | "Claude Sonnet 4.6" | "GPT-5.3 Codex Spark" | "GPT-5.4 Mini" | "GPT-5.6 Terra" | "Gemini 3.6 Flash" | "Kimi K2.7 Code" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "Gemini 3 Flash" | "MiniMax-M2.1" | "GPT-5.1 Codex" | "Grok Build 0.1" | "MiMo V2 Flash Free" | "Claude Haiku 4.5" | "Ling 2.6 Flash Free" | "GPT-5.4 Nano" | "Kimi K2 Thinking" | "MiniMax-M2.1 Free" | "Trinity Large Preview" | "DeepSeek V4 Flash" | "GPT-5.2 Codex" | "Gemini 3.5 Flash Lite" | "Qwen3.5 Plus" | "GPT-5.1 Codex Mini" | "Hy3 preview Free" | "Kimi K2.5 Free" | "GPT-5" | "Qwen3 Coder" | "Grok 4.5" | "MiniMax-M3 Free" | "Nemotron 3 Ultra Free" | "GPT-5.1" | "GLM-5 Free" | "Kimi K2" | "Claude Haiku 3.5" | "Kimi K2.6" | "MiniMax-M2.5" | "Ring 2.6 1T Free" | "DeepSeek V4 Pro" | "Claude Fable 5" | "Claude Sonnet 5" | "Claude Opus 4.5" | "Qwen3.6 Plus" | "GPT-5 Nano" | "GLM-5.2" | "GPT-5.2" | "DeepSeek V4 Flash Free" | "GPT-5.6 Luna" | "Gemini 3 Pro" | "Claude Opus 4.7" | "Kimi K2.5" | "Claude Opus 4.6" | "MiniMax-M3" | "Laguna S 2.1 Free" | "Nemotron 3 Super Free" | "Grok Code Fast 1" | "MiMo V2 Omni Free" | "Claude Sonnet 4.5" | "GLM-5" | "GPT-5.6 Sol" | "GPT-5.5" | "GLM-5.1" | "MiniMax-M2.7" | "GLM-4.6";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.mjs';
2
- export type ModelId="ibm-granite/granite-4.0-h-micro" | "ibm-granite/granite-4.1-8b" | "z-ai/glm-4.7" | "z-ai/glm-4.5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5-air" | "z-ai/glm-4.6v" | "z-ai/glm-4.5v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5.2" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5.1" | "z-ai/glm-4.6" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-4-405b" | "nousresearch/hermes-3-llama-3.1-405b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition" | "cohere/command-r-08-2024" | "cohere/command-r-plus-08-2024" | "cohere/command-a" | "cohere/north-mini-code:free" | "cohere/command-r7b-12-2024" | "arcee-ai/virtuoso-large" | "arcee-ai/trinity-large-thinking" | "xiaomi/mimo-v2.5-pro" | "xiaomi/mimo-v2.5" | "morph/morph-v3-large" | "morph/morph-v3-fast" | "bytedance/ui-tars-1.5-7b" | "meta/muse-spark-1.1" | "mancer/weaver" | "kwaipilot/kat-coder-pro-v2.5" | "kwaipilot/kat-coder-air-v2.5" | "kwaipilot/kat-coder-pro-v2" | "baidu/ernie-4.5-vl-424b-a47b" | "upstage/solar-pro-3" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "~x-ai/grok-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "nvidia/nemotron-3-ultra-550b-a55b" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/nemotron-3.5-content-safety:free" | "nvidia/nemotron-3-super-120b-a12b" | "nvidia/nemotron-3-ultra-550b-a55b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "perceptron/perceptron-mk1" | "thedrummer/cydonia-24b-v4.1" | "thedrummer/unslopnemo-12b" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "~moonshotai/kimi-latest" | "inception/mercury-2" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-opus-latest" | "~anthropic/claude-fable-latest" | "~anthropic/claude-sonnet-latest" | "anthracite-org/magnum-v4-72b" | "meta-llama/llama-4-maverick" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3.3-70b-instruct" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-3.1-70b-instruct" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "ai21/jamba-large-1.7" | "aion-labs/aion-2.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-3.0" | "aion-labs/aion-3.0-mini" | "gryphe/mythomax-l2-13b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3.1-euryale-70b" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nex-agi/nex-n2-mini" | "nex-agi/nex-n2-pro" | "deepcogito/cogito-v2.1-671b" | "thinkingmachines/inkling" | "perplexity/sonar-pro-search" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-deep-research" | "perplexity/sonar-pro" | "perplexity/sonar" | "sakana/fugu-ultra" | "meituan/longcat-2.0" | "tencent/hunyuan-a13b-instruct" | "tencent/hy3" | "tencent/hy3-preview" | "tencent/hy3:free" | "anthropic/claude-opus-4.6" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4.7" | "anthropic/claude-haiku-4.5" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-fable-5" | "anthropic/claude-3-haiku" | "anthropic/claude-sonnet-5" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.7-fast" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-8b-2512" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mixtral-8x22b-instruct" | "mistralai/mistral-large-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/mistral-large" | "mistralai/ministral-14b-2512" | "mistralai/codestral-2508" | "mistralai/devstral-2512" | "mistralai/mistral-medium-3-5" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-medium-3.1" | "x-ai/grok-4.20" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "x-ai/grok-4.5" | "x-ai/grok-4.20-multi-agent" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "inclusionai/ling-2.6-flash" | "moonshotai/kimi-k2.7-code" | "moonshotai/kimi-k3" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2.5" | "openrouter/free" | "relace/relace-search" | "relace/relace-apply-3" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "minimax/minimax-m2-her" | "minimax/minimax-m1" | "minimax/minimax-m2" | "minimax/minimax-m2.1" | "minimax/minimax-01" | "minimax/minimax-m2.5" | "minimax/minimax-m3" | "minimax/minimax-m2.7" | "allenai/olmo-3-32b-think" | "writer/palmyra-x5" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-coder-next" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-8b" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen3-32b" | "qwen/qwen3-max-thinking" | "qwen/qwen3.6-27b" | "qwen/qwen3.6-max-preview" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-coder-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-30b-a3b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-coder" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-235b-a22b" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen-plus" | "qwen/qwen3-max" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3.7-plus" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen3.7-max" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-plus" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-14b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen3.5-27b" | "qwen/qwen-plus-2025-07-28:thinking" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-chat" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1" | "deepseek/deepseek-v4-pro" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-0528" | "undi95/remm-slerp-l2-13b" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "amazon/nova-pro-v1" | "google/gemini-3.1-flash-lite-image" | "google/gemini-2.5-flash-image" | "google/gemini-3-pro-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite" | "google/lyria-3-pro-preview" | "google/gemini-3.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.1-flash-image" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-2.5-pro-preview" | "google/gemma-3-12b-it" | "google/gemini-3-pro-image-preview" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3-27b-it" | "google/lyria-3-clip-preview" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-pro" | "google/gemini-3.1-flash-image-preview" | "google/gemma-3-4b-it" | "google/gemma-3n-e4b-it" | "google/gemini-3-flash-preview" | "google/gemini-3.1-pro-preview-customtools" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-2.5-flash" | "google/gemma-2-27b-it" | "google/gemini-3.1-pro-preview" | "openai/gpt-5-codex" | "openai/gpt-5.5-pro" | "openai/o3" | "openai/gpt-5.4" | "openai/o4-mini-deep-research" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-20b:free" | "openai/o1" | "openai/gpt-5-mini" | "openai/gpt-5.4-mini" | "openai/o1-pro" | "openai/gpt-5.6-terra" | "openai/gpt-5.3-codex" | "openai/gpt-5.1-codex-max" | "openai/o3-mini" | "openai/gpt-5.4-image-2" | "openai/gpt-5.6-luna-pro" | "openai/gpt-5.2-chat" | "openai/gpt-5.1-codex" | "openai/gpt-4" | "openai/gpt-5.4-nano" | "openai/gpt-4.1" | "openai/gpt-4o-2024-05-13" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5-image" | "openai/o3-mini-high" | "openai/gpt-3.5-turbo" | "openai/gpt-4.1-nano" | "openai/gpt-5.2-codex" | "openai/gpt-oss-120b" | "openai/gpt-5.1-codex-mini" | "openai/gpt-5" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-4o-mini" | "openai/gpt-5.1" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-5.6-terra-pro" | "openai/gpt-4-turbo-preview" | "openai/o3-deep-research" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5.3-chat" | "openai/o4-mini-high" | "openai/gpt-4o-2024-08-06" | "openai/gpt-audio" | "openai/gpt-5-chat" | "openai/gpt-5-image-mini" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-chat-latest" | "openai/gpt-5-nano" | "openai/o4-mini" | "openai/gpt-4-turbo" | "openai/gpt-oss-20b" | "openai/gpt-5.2" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-4o" | "openai/gpt-5.6-luna" | "openai/gpt-4o-search-preview" | "openai/gpt-5-pro" | "openai/gpt-5.2-pro" | "openai/gpt-5.6-sol" | "openai/o3-pro" | "openai/gpt-5.5" | "openai/gpt-5.6-sol-pro" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.1-chat" | "poolside/laguna-xs-2.1:free" | "poolside/laguna-m.1" | "poolside/laguna-xs-2.1" | "poolside/laguna-m.1:free" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-2.0-lite" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6";
3
- export type ModelName="Granite 4.0 Micro" | "Granite 4.1 8B" | "GLM-4.7" | "GLM-4.5" | "GLM-5-Turbo" | "GLM-4.5-Air" | "GLM-4.6V" | "GLM-4.5V" | "GLM-4.7-Flash" | "GLM-5.2" | "GLM-5V-Turbo" | "GLM-5" | "GLM-5.1" | "GLM-4.6" | "WizardLM-2 8x22B" | "Phi 4" | "Hermes 4 70B" | "Hermes 3 70B Instruct" | "Hermes 4 405B" | "Hermes 3 405B Instruct" | "Uncensored" | "Command R" | "Command R+" | "Command A" | "North Mini Code (free)" | "Command R7B" | "Virtuoso Large" | "Trinity Large Thinking" | "MiMo-V2.5-Pro" | "MiMo-V2.5" | "Morph V3 Large" | "Morph V3 Fast" | "UI-TARS 7B " | "Muse Spark 1.1" | "Weaver (alpha)" | "KAT-Coder-Pro V2.5" | "KAT-Coder-Air V2.5" | "KAT-Coder-Pro V2" | "ERNIE 4.5 VL 424B A47B " | "Solar Pro 3" | "Step 3.7 Flash" | "Step 3.5 Flash" | "Grok Latest" | "Google Gemini Pro Latest" | "Google Gemini Flash Latest" | "Nemotron 3 Ultra 550B A55B" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3 Nano 30B A3B" | "Nemotron 3 Super (free)" | "Nemotron Nano 12B 2 VL (free)" | "Nemotron Nano 9B V2 (free)" | "Nemotron 3.5 Content Safety (free)" | "Nemotron 3 Super 120B A12B" | "Nemotron 3 Ultra (free)" | "Nemotron 3 Nano Omni (free)" | "Perceptron Mk1" | "Cydonia 24B V4.1" | "UnslopNemo 12B" | "Rocinante 12B" | "Skyfall 36B V2" | "MoonshotAI Kimi Latest" | "Mercury 2" | "Anthropic Claude Haiku Latest" | "Claude Opus Latest" | "Claude Fable Latest" | "Anthropic Claude Sonnet Latest" | "Magnum v4 72B" | "Llama 4 Maverick" | "Llama 3.1 8B Instruct" | "Llama 3.2 1B Instruct" | "Llama-3.3-70B-Instruct" | "Llama Guard 4 12B" | "Llama 4 Scout" | "Llama 3.2 3B Instruct" | "Llama 3.1 70B Instruct" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Jamba Large 1.7" | "Aion-2.0" | "Aion-RP 1.0 (8B)" | "Aion-3.0" | "Aion-3.0-Mini" | "MythoMax 13B" | "Llama 3 8B Lunaris" | "Llama 3.3 Euryale 70B" | "Llama 3.1 Euryale 70B v2.2" | "Reka Edge" | "Reka Flash 3" | "Nex-N2-Mini" | "Nex-N2-Pro" | "Cogito v2.1 671B" | "Inkling" | "Sonar Pro Search" | "Sonar Reasoning Pro" | "Sonar Deep Research" | "Sonar Pro" | "Sonar" | "Fugu Ultra" | "LongCat 2.0" | "Hunyuan A13B Instruct" | "Hy3" | "Hy3 preview" | "Hy3 (free)" | "Claude Opus 4.6" | "Claude Sonnet 4" | "Claude Opus 4.8 (Fast)" | "Claude Opus 4.8" | "Claude Opus 4.7" | "Claude Haiku 4.5 (latest)" | "Claude Sonnet 4.6" | "Claude Opus 4" | "Claude Sonnet 4.5 (latest)" | "Claude Fable 5" | "Claude 3 Haiku" | "Claude Sonnet 5" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.7 (Fast)" | "Mistral Small 3.1 24B" | "Ministral 3 8B 2512" | "Mistral Small 3" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Ministral 3 3B 2512" | "Saba" | "Mixtral 8x22B Instruct" | "Mistral Large 3" | "Mistral Large 2407" | "Mistral Small 3.2 24B" | "Mistral Large" | "Ministral 3 14B 2512" | "Codestral 2508" | "Devstral 2" | "Mistral Medium 3.5" | "Mistral Small 4" | "Mistral Nemo" | "Mistral Medium 3.1" | "Grok 4.20" | "Grok Build 0.1" | "Grok 4.3" | "Grok 4.5" | "Grok 4.20 Multi-Agent" | "Ling-2.6-1T" | "Ring-2.6-1T" | "Ling-2.6-flash" | "Kimi K2.7 Code" | "Kimi K3" | "Kimi K2 Thinking" | "Kimi K2 0711" | "Kimi K2.6" | "Kimi K2 0905" | "Kimi K2.5" | "Free Models Router" | "Relace Search" | "Relace Apply 3" | "Inflection 3 Pi" | "Inflection 3 Productivity" | "MiniMax M2-her" | "MiniMax M1" | "MiniMax-M2" | "MiniMax-M2.1" | "MiniMax-01" | "MiniMax-M2.5" | "MiniMax-M3" | "MiniMax-M2.7" | "Olmo 3 32B Think" | "Palmyra X5" | "Qwen3 235B A22B Instruct 2507" | "Qwen3.6 35B-A3B" | "Qwen3 Coder Next" | "Qwen3 VL 30B A3B Instruct" | "Qwen3 Coder Flash" | "Qwen3.5 122B-A10B" | "Qwen3 8B" | "Qwen3 VL 32B Instruct" | "Qwen3.5-Flash" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "Qwen3 Max Thinking" | "Qwen3.6 27B" | "Qwen3.6 Max Preview" | "Qwen2.5 VL 72B Instruct" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Qwen3 30B A3B" | "Qwen3 VL 8B Instruct" | "Qwen3-Next 80B-A3B (Thinking)" | "Qwen2.5 Coder 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "Qwen Plus 0728" | "Qwen3 Coder 480B A35B" | "Qwen3 30B A3B Instruct 2507" | "Qwen3 235B-A22B" | "Qwen2.5 72B Instruct" | "Qwen3.5 Plus 2026-04-20" | "Qwen Plus" | "Qwen3 Max" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking 2507" | "Qwen3.5 397B-A17B" | "Qwen3.7 Max" | "Qwen3.5 Plus 2026-02-15" | "Qwen3.5 35B-A3B" | "Qwen3.6 Flash" | "Qwen3.6 Plus" | "Qwen3 VL 30B A3B Thinking" | "Qwen3 VL 8B Thinking" | "Qwen3 14B" | "Qwen2.5 7B Instruct" | "Qwen3 30B A3B Thinking 2507" | "Qwen3-Next 80B-A3B Instruct" | "Qwen3.5 27B" | "Qwen Plus 0728 (thinking)" | "DeepSeek V3.2" | "DeepSeek V3.1 Terminus" | "DeepSeek V3.1" | "DeepSeek V4 Flash" | "DeepSeek Chat" | "DeepSeek V3 0324" | "DeepSeek-R1" | "DeepSeek V4 Pro" | "R1 Distill Llama 70B" | "DeepSeek V3.2 Exp" | "R1 0528" | "ReMM SLERP 13B" | "Nova Lite 1.0" | "Nova Micro 1.0" | "Nova Premier 1.0" | "Nova 2 Lite" | "Nova Pro 1.0" | "Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)" | "Nano Banana" | "Nano Banana Pro" | "Gemma 4 31B (free)" | "Gemini 3.1 Flash Lite" | "Lyria 3 Pro Preview" | "Gemini 3.5 Flash" | "Gemma 4 26B A4B IT" | "Nano Banana 2" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 2.5 Pro Preview 06-05" | "Gemma 3 12B" | "Gemini 2.5 Pro Preview 05-06" | "Gemma 3 27B" | "Lyria 3 Clip Preview" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemma 3 4B" | "Gemma 3n 4B" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemma 4 26B A4B (free)" | "Gemini 2.5 Flash" | "Gemma 2 27B" | "Gemini 3.1 Pro Preview" | "GPT-5-Codex" | "GPT-5.5 Pro" | "o3" | "GPT-5.4" | "o4-mini-deep-research" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT Audio Mini" | "gpt-oss-20b (free)" | "o1" | "GPT-5 Mini" | "GPT-5.4 mini" | "o1-pro" | "GPT-5.6 Terra" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "o3-mini" | "GPT-5.4 Image 2" | "GPT-5.6 Luna Pro" | "GPT-5.2 Chat" | "GPT-5.1 Codex" | "GPT-4" | "GPT-5.4 nano" | "GPT-4.1" | "GPT-4o (2024-05-13)" | "GPT-4o (2024-11-20)" | "GPT-5 Image" | "o3 Mini High" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "GPT-5.2 Codex" | "GPT OSS 120B" | "GPT-5.1 Codex mini" | "GPT-5" | "GPT-3.5 Turbo Instruct" | "GPT-4o mini" | "GPT-5.1" | "GPT-3.5 Turbo 16k" | "GPT-5.6 Terra Pro" | "GPT-4 Turbo Preview" | "o3-deep-research" | "GPT-4o-mini (2024-07-18)" | "GPT-5.3 Chat" | "o4 Mini High" | "GPT-4o (2024-08-06)" | "GPT Audio" | "GPT-5 Chat" | "GPT-5 Image Mini" | "gpt-oss-safeguard-20b" | "GPT Chat Latest" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GPT-5.2" | "GPT-3.5 Turbo (older v0613)" | "GPT-4o" | "GPT-5.6 Luna" | "GPT-4o Search Preview" | "GPT-5 Pro" | "GPT-5.2 Pro" | "GPT-5.6 Sol" | "o3-pro" | "GPT-5.5" | "GPT-5.6 Sol Pro" | "GPT-4o-mini Search Preview" | "GPT-5.1 Chat" | "Laguna XS 2.1 (free)" | "Laguna M.1" | "Laguna XS 2.1" | "Laguna M.1 (free)" | "Seed-2.0-Mini" | "Seed-2.0-Lite" | "Seed 1.6 Flash" | "Seed 1.6";
2
+ export type ModelId="ibm-granite/granite-4.0-h-micro" | "ibm-granite/granite-4.1-8b" | "z-ai/glm-4.7" | "z-ai/glm-4.5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5-air" | "z-ai/glm-4.6v" | "z-ai/glm-4.5v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5.2" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5.1" | "z-ai/glm-4.6" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-4-405b" | "nousresearch/hermes-3-llama-3.1-405b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition" | "cohere/command-r-08-2024" | "cohere/command-r-plus-08-2024" | "cohere/command-a" | "cohere/north-mini-code:free" | "cohere/command-r7b-12-2024" | "arcee-ai/virtuoso-large" | "arcee-ai/trinity-large-thinking" | "xiaomi/mimo-v2.5-pro" | "xiaomi/mimo-v2.5" | "morph/morph-v3-large" | "morph/morph-v3-fast" | "bytedance/ui-tars-1.5-7b" | "meta/muse-spark-1.1" | "mancer/weaver" | "kwaipilot/kat-coder-pro-v2.5" | "kwaipilot/kat-coder-air-v2.5" | "kwaipilot/kat-coder-pro-v2" | "baidu/ernie-4.5-vl-424b-a47b" | "upstage/solar-pro-3" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "~x-ai/grok-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "nvidia/nemotron-3-ultra-550b-a55b" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/nemotron-3.5-content-safety:free" | "nvidia/nemotron-3-super-120b-a12b" | "nvidia/nemotron-3-ultra-550b-a55b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "perceptron/perceptron-mk1" | "thedrummer/cydonia-24b-v4.1" | "thedrummer/unslopnemo-12b" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "~moonshotai/kimi-latest" | "inception/mercury-2" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-opus-latest" | "~anthropic/claude-fable-latest" | "~anthropic/claude-sonnet-latest" | "anthracite-org/magnum-v4-72b" | "meta-llama/llama-4-maverick" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3.3-70b-instruct" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-3.1-70b-instruct" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "ai21/jamba-large-1.7" | "aion-labs/aion-2.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-3.0" | "aion-labs/aion-3.0-mini" | "gryphe/mythomax-l2-13b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3.1-euryale-70b" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nex-agi/nex-n2-mini" | "nex-agi/nex-n2-pro" | "deepcogito/cogito-v2.1-671b" | "thinkingmachines/inkling" | "perplexity/sonar-pro-search" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-deep-research" | "perplexity/sonar-pro" | "perplexity/sonar" | "sakana/fugu-ultra" | "meituan/longcat-2.0" | "tencent/hunyuan-a13b-instruct" | "tencent/hy3" | "tencent/hy3-preview" | "anthropic/claude-opus-4.6" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4.7" | "anthropic/claude-haiku-4.5" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-fable-5" | "anthropic/claude-3-haiku" | "anthropic/claude-sonnet-5" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.7-fast" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-8b-2512" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mixtral-8x22b-instruct" | "mistralai/mistral-large-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/mistral-large" | "mistralai/ministral-14b-2512" | "mistralai/codestral-2508" | "mistralai/devstral-2512" | "mistralai/mistral-medium-3-5" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-medium-3.1" | "x-ai/grok-4.20" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "x-ai/grok-4.5" | "x-ai/grok-4.20-multi-agent" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "inclusionai/ling-2.6-flash" | "moonshotai/kimi-k2.7-code" | "moonshotai/kimi-k3" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2.5" | "openrouter/free" | "relace/relace-search" | "relace/relace-apply-3" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "minimax/minimax-m2-her" | "minimax/minimax-m1" | "minimax/minimax-m2" | "minimax/minimax-m2.1" | "minimax/minimax-01" | "minimax/minimax-m2.5" | "minimax/minimax-m3" | "minimax/minimax-m2.7" | "allenai/olmo-3-32b-think" | "writer/palmyra-x5" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-coder-next" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-8b" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen3-32b" | "qwen/qwen3-max-thinking" | "qwen/qwen3.6-27b" | "qwen/qwen3.6-max-preview" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-coder-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-30b-a3b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-coder" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-235b-a22b" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen-plus" | "qwen/qwen3-max" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3.7-plus" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen3.7-max" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-plus" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-14b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen3.5-27b" | "qwen/qwen-plus-2025-07-28:thinking" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-chat" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1" | "deepseek/deepseek-v4-pro" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-0528" | "undi95/remm-slerp-l2-13b" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "amazon/nova-pro-v1" | "google/gemini-3.1-flash-lite-image" | "google/gemini-2.5-flash-image" | "google/gemini-3-pro-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite" | "google/lyria-3-pro-preview" | "google/gemini-3.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.1-flash-image" | "google/gemini-3.6-flash" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-2.5-pro-preview" | "google/gemma-3-12b-it" | "google/gemini-3-pro-image-preview" | "google/gemini-3.5-flash-lite" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3-27b-it" | "google/lyria-3-clip-preview" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-pro" | "google/gemini-3.1-flash-image-preview" | "google/gemma-3-4b-it" | "google/gemma-3n-e4b-it" | "google/gemini-3-flash-preview" | "google/gemini-3.1-pro-preview-customtools" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-2.5-flash" | "google/gemma-2-27b-it" | "google/gemini-3.1-pro-preview" | "openai/gpt-5-codex" | "openai/gpt-5.5-pro" | "openai/o3" | "openai/gpt-5.4" | "openai/o4-mini-deep-research" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-20b:free" | "openai/o1" | "openai/gpt-5-mini" | "openai/gpt-5.4-mini" | "openai/o1-pro" | "openai/gpt-5.6-terra" | "openai/gpt-5.3-codex" | "openai/gpt-5.1-codex-max" | "openai/o3-mini" | "openai/gpt-5.4-image-2" | "openai/gpt-5.6-luna-pro" | "openai/gpt-5.2-chat" | "openai/gpt-5.1-codex" | "openai/gpt-4" | "openai/gpt-5.4-nano" | "openai/gpt-4.1" | "openai/gpt-4o-2024-05-13" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5-image" | "openai/o3-mini-high" | "openai/gpt-3.5-turbo" | "openai/gpt-4.1-nano" | "openai/gpt-5.2-codex" | "openai/gpt-oss-120b" | "openai/gpt-5.1-codex-mini" | "openai/gpt-5" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-4o-mini" | "openai/gpt-5.1" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-5.6-terra-pro" | "openai/gpt-4-turbo-preview" | "openai/o3-deep-research" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5.3-chat" | "openai/o4-mini-high" | "openai/gpt-4o-2024-08-06" | "openai/gpt-audio" | "openai/gpt-5-chat" | "openai/gpt-5-image-mini" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-chat-latest" | "openai/gpt-5-nano" | "openai/o4-mini" | "openai/gpt-4-turbo" | "openai/gpt-oss-20b" | "openai/gpt-5.2" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-4o" | "openai/gpt-5.6-luna" | "openai/gpt-4o-search-preview" | "openai/gpt-5-pro" | "openai/gpt-5.2-pro" | "openai/gpt-5.6-sol" | "openai/o3-pro" | "openai/gpt-5.5" | "openai/gpt-5.6-sol-pro" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.1-chat" | "poolside/laguna-xs-2.1:free" | "poolside/laguna-m.1" | "poolside/laguna-s-2.1:free" | "poolside/laguna-xs-2.1" | "poolside/laguna-s-2.1" | "poolside/laguna-m.1:free" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-2.0-lite" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6";
3
+ export type ModelName="Granite 4.0 Micro" | "Granite 4.1 8B" | "GLM-4.7" | "GLM-4.5" | "GLM-5-Turbo" | "GLM-4.5-Air" | "GLM-4.6V" | "GLM-4.5V" | "GLM-4.7-Flash" | "GLM-5.2" | "GLM-5V-Turbo" | "GLM-5" | "GLM-5.1" | "GLM-4.6" | "WizardLM-2 8x22B" | "Phi 4" | "Hermes 4 70B" | "Hermes 3 70B Instruct" | "Hermes 4 405B" | "Hermes 3 405B Instruct" | "Uncensored" | "Command R" | "Command R+" | "Command A" | "North Mini Code (free)" | "Command R7B" | "Virtuoso Large" | "Trinity Large Thinking" | "MiMo-V2.5-Pro" | "MiMo-V2.5" | "Morph V3 Large" | "Morph V3 Fast" | "UI-TARS 7B " | "Muse Spark 1.1" | "Weaver (alpha)" | "KAT-Coder-Pro V2.5" | "KAT-Coder-Air V2.5" | "KAT-Coder-Pro V2" | "ERNIE 4.5 VL 424B A47B " | "Solar Pro 3" | "Step 3.7 Flash" | "Step 3.5 Flash" | "Grok Latest" | "Google Gemini Pro Latest" | "Google Gemini Flash Latest" | "Nemotron 3 Ultra 550B A55B" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3 Nano 30B A3B" | "Nemotron 3 Super (free)" | "Nemotron Nano 12B 2 VL (free)" | "Nemotron Nano 9B V2 (free)" | "Nemotron 3.5 Content Safety (free)" | "Nemotron 3 Super 120B A12B" | "Nemotron 3 Ultra (free)" | "Nemotron 3 Nano Omni (free)" | "Perceptron Mk1" | "Cydonia 24B V4.1" | "UnslopNemo 12B" | "Rocinante 12B" | "Skyfall 36B V2" | "MoonshotAI Kimi Latest" | "Mercury 2" | "Anthropic Claude Haiku Latest" | "Claude Opus Latest" | "Claude Fable Latest" | "Anthropic Claude Sonnet Latest" | "Magnum v4 72B" | "Llama 4 Maverick" | "Llama 3.1 8B Instruct" | "Llama 3.2 1B Instruct" | "Llama-3.3-70B-Instruct" | "Llama Guard 4 12B" | "Llama 4 Scout" | "Llama 3.2 3B Instruct" | "Llama 3.1 70B Instruct" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Jamba Large 1.7" | "Aion-2.0" | "Aion-RP 1.0 (8B)" | "Aion-3.0" | "Aion-3.0-Mini" | "MythoMax 13B" | "Llama 3 8B Lunaris" | "Llama 3.3 Euryale 70B" | "Llama 3.1 Euryale 70B v2.2" | "Reka Edge" | "Reka Flash 3" | "Nex-N2-Mini" | "Nex-N2-Pro" | "Cogito v2.1 671B" | "Inkling" | "Sonar Pro Search" | "Sonar Reasoning Pro" | "Sonar Deep Research" | "Sonar Pro" | "Sonar" | "Fugu Ultra" | "LongCat 2.0" | "Hunyuan A13B Instruct" | "Hy3" | "Hy3 preview" | "Claude Opus 4.6" | "Claude Sonnet 4" | "Claude Opus 4.8 (Fast)" | "Claude Opus 4.8" | "Claude Opus 4.7" | "Claude Haiku 4.5 (latest)" | "Claude Sonnet 4.6" | "Claude Opus 4" | "Claude Sonnet 4.5 (latest)" | "Claude Fable 5" | "Claude 3 Haiku" | "Claude Sonnet 5" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.7 (Fast)" | "Mistral Small 3.1 24B" | "Ministral 3 8B 2512" | "Mistral Small 3" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Ministral 3 3B 2512" | "Saba" | "Mixtral 8x22B Instruct" | "Mistral Large 3" | "Mistral Large 2407" | "Mistral Small 3.2 24B" | "Mistral Large" | "Ministral 3 14B 2512" | "Codestral 2508" | "Devstral 2" | "Mistral Medium 3.5" | "Mistral Small 4" | "Mistral Nemo" | "Mistral Medium 3.1" | "Grok 4.20" | "Grok Build 0.1" | "Grok 4.3" | "Grok 4.5" | "Grok 4.20 Multi-Agent" | "Ling-2.6-1T" | "Ring-2.6-1T" | "Ling-2.6-flash" | "Kimi K2.7 Code" | "Kimi K3" | "Kimi K2 Thinking" | "Kimi K2 0711" | "Kimi K2.6" | "Kimi K2 0905" | "Kimi K2.5" | "Free Models Router" | "Relace Search" | "Relace Apply 3" | "Inflection 3 Pi" | "Inflection 3 Productivity" | "MiniMax M2-her" | "MiniMax M1" | "MiniMax-M2" | "MiniMax-M2.1" | "MiniMax-01" | "MiniMax-M2.5" | "MiniMax-M3" | "MiniMax-M2.7" | "Olmo 3 32B Think" | "Palmyra X5" | "Qwen3 235B A22B Instruct 2507" | "Qwen3.6 35B-A3B" | "Qwen3 Coder Next" | "Qwen3 VL 30B A3B Instruct" | "Qwen3 Coder Flash" | "Qwen3.5 122B-A10B" | "Qwen3 8B" | "Qwen3 VL 32B Instruct" | "Qwen3.5-Flash" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "Qwen3 Max Thinking" | "Qwen3.6 27B" | "Qwen3.6 Max Preview" | "Qwen2.5 VL 72B Instruct" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Qwen3 30B A3B" | "Qwen3 VL 8B Instruct" | "Qwen3-Next 80B-A3B (Thinking)" | "Qwen2.5 Coder 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "Qwen Plus 0728" | "Qwen3 Coder 480B A35B" | "Qwen3 30B A3B Instruct 2507" | "Qwen3 235B-A22B" | "Qwen2.5 72B Instruct" | "Qwen3.5 Plus 2026-04-20" | "Qwen Plus" | "Qwen3 Max" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking 2507" | "Qwen3.5 397B-A17B" | "Qwen3.7 Max" | "Qwen3.5 Plus 2026-02-15" | "Qwen3.5 35B-A3B" | "Qwen3.6 Flash" | "Qwen3.6 Plus" | "Qwen3 VL 30B A3B Thinking" | "Qwen3 VL 8B Thinking" | "Qwen3 14B" | "Qwen2.5 7B Instruct" | "Qwen3 30B A3B Thinking 2507" | "Qwen3-Next 80B-A3B Instruct" | "Qwen3.5 27B" | "Qwen Plus 0728 (thinking)" | "DeepSeek V3.2" | "DeepSeek V3.1 Terminus" | "DeepSeek V3.1" | "DeepSeek V4 Flash" | "DeepSeek Chat" | "DeepSeek V3 0324" | "DeepSeek-R1" | "DeepSeek V4 Pro" | "R1 Distill Llama 70B" | "DeepSeek V3.2 Exp" | "R1 0528" | "ReMM SLERP 13B" | "Nova Lite 1.0" | "Nova Micro 1.0" | "Nova Premier 1.0" | "Nova 2 Lite" | "Nova Pro 1.0" | "Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)" | "Nano Banana" | "Nano Banana Pro" | "Gemma 4 31B (free)" | "Gemini 3.1 Flash Lite" | "Lyria 3 Pro Preview" | "Gemini 3.5 Flash" | "Gemma 4 26B A4B IT" | "Nano Banana 2" | "Gemini 3.6 Flash" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 2.5 Pro Preview 06-05" | "Gemma 3 12B" | "Gemini 3.5 Flash Lite" | "Gemini 2.5 Pro Preview 05-06" | "Gemma 3 27B" | "Lyria 3 Clip Preview" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemma 3 4B" | "Gemma 3n 4B" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemma 4 26B A4B (free)" | "Gemini 2.5 Flash" | "Gemma 2 27B" | "Gemini 3.1 Pro Preview" | "GPT-5-Codex" | "GPT-5.5 Pro" | "o3" | "GPT-5.4" | "o4-mini-deep-research" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT Audio Mini" | "gpt-oss-20b (free)" | "o1" | "GPT-5 Mini" | "GPT-5.4 mini" | "o1-pro" | "GPT-5.6 Terra" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "o3-mini" | "GPT-5.4 Image 2" | "GPT-5.6 Luna Pro" | "GPT-5.2 Chat" | "GPT-5.1 Codex" | "GPT-4" | "GPT-5.4 nano" | "GPT-4.1" | "GPT-4o (2024-05-13)" | "GPT-4o (2024-11-20)" | "GPT-5 Image" | "o3 Mini High" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "GPT-5.2 Codex" | "GPT OSS 120B" | "GPT-5.1 Codex mini" | "GPT-5" | "GPT-3.5 Turbo Instruct" | "GPT-4o mini" | "GPT-5.1" | "GPT-3.5 Turbo 16k" | "GPT-5.6 Terra Pro" | "GPT-4 Turbo Preview" | "o3-deep-research" | "GPT-4o-mini (2024-07-18)" | "GPT-5.3 Chat" | "o4 Mini High" | "GPT-4o (2024-08-06)" | "GPT Audio" | "GPT-5 Chat" | "GPT-5 Image Mini" | "gpt-oss-safeguard-20b" | "GPT Chat Latest" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GPT-5.2" | "GPT-3.5 Turbo (older v0613)" | "GPT-4o" | "GPT-5.6 Luna" | "GPT-4o Search Preview" | "GPT-5 Pro" | "GPT-5.2 Pro" | "GPT-5.6 Sol" | "o3-pro" | "GPT-5.5" | "GPT-5.6 Sol Pro" | "GPT-4o-mini Search Preview" | "GPT-5.1 Chat" | "Laguna XS 2.1 (free)" | "Laguna M.1" | "Laguna S 2.1 (free)" | "Laguna XS 2.1" | "Laguna S 2.1" | "Laguna M.1 (free)" | "Seed-2.0-Mini" | "Seed-2.0-Lite" | "Seed 1.6 Flash" | "Seed 1.6";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;
@@ -1,6 +1,6 @@
1
1
  import type{Model,PriceBreakdown,TokenUsage}from'../index.js';
2
- export type ModelId="ibm-granite/granite-4.0-h-micro" | "ibm-granite/granite-4.1-8b" | "z-ai/glm-4.7" | "z-ai/glm-4.5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5-air" | "z-ai/glm-4.6v" | "z-ai/glm-4.5v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5.2" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5.1" | "z-ai/glm-4.6" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-4-405b" | "nousresearch/hermes-3-llama-3.1-405b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition" | "cohere/command-r-08-2024" | "cohere/command-r-plus-08-2024" | "cohere/command-a" | "cohere/north-mini-code:free" | "cohere/command-r7b-12-2024" | "arcee-ai/virtuoso-large" | "arcee-ai/trinity-large-thinking" | "xiaomi/mimo-v2.5-pro" | "xiaomi/mimo-v2.5" | "morph/morph-v3-large" | "morph/morph-v3-fast" | "bytedance/ui-tars-1.5-7b" | "meta/muse-spark-1.1" | "mancer/weaver" | "kwaipilot/kat-coder-pro-v2.5" | "kwaipilot/kat-coder-air-v2.5" | "kwaipilot/kat-coder-pro-v2" | "baidu/ernie-4.5-vl-424b-a47b" | "upstage/solar-pro-3" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "~x-ai/grok-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "nvidia/nemotron-3-ultra-550b-a55b" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/nemotron-3.5-content-safety:free" | "nvidia/nemotron-3-super-120b-a12b" | "nvidia/nemotron-3-ultra-550b-a55b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "perceptron/perceptron-mk1" | "thedrummer/cydonia-24b-v4.1" | "thedrummer/unslopnemo-12b" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "~moonshotai/kimi-latest" | "inception/mercury-2" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-opus-latest" | "~anthropic/claude-fable-latest" | "~anthropic/claude-sonnet-latest" | "anthracite-org/magnum-v4-72b" | "meta-llama/llama-4-maverick" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3.3-70b-instruct" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-3.1-70b-instruct" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "ai21/jamba-large-1.7" | "aion-labs/aion-2.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-3.0" | "aion-labs/aion-3.0-mini" | "gryphe/mythomax-l2-13b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3.1-euryale-70b" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nex-agi/nex-n2-mini" | "nex-agi/nex-n2-pro" | "deepcogito/cogito-v2.1-671b" | "thinkingmachines/inkling" | "perplexity/sonar-pro-search" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-deep-research" | "perplexity/sonar-pro" | "perplexity/sonar" | "sakana/fugu-ultra" | "meituan/longcat-2.0" | "tencent/hunyuan-a13b-instruct" | "tencent/hy3" | "tencent/hy3-preview" | "tencent/hy3:free" | "anthropic/claude-opus-4.6" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4.7" | "anthropic/claude-haiku-4.5" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-fable-5" | "anthropic/claude-3-haiku" | "anthropic/claude-sonnet-5" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.7-fast" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-8b-2512" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mixtral-8x22b-instruct" | "mistralai/mistral-large-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/mistral-large" | "mistralai/ministral-14b-2512" | "mistralai/codestral-2508" | "mistralai/devstral-2512" | "mistralai/mistral-medium-3-5" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-medium-3.1" | "x-ai/grok-4.20" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "x-ai/grok-4.5" | "x-ai/grok-4.20-multi-agent" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "inclusionai/ling-2.6-flash" | "moonshotai/kimi-k2.7-code" | "moonshotai/kimi-k3" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2.5" | "openrouter/free" | "relace/relace-search" | "relace/relace-apply-3" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "minimax/minimax-m2-her" | "minimax/minimax-m1" | "minimax/minimax-m2" | "minimax/minimax-m2.1" | "minimax/minimax-01" | "minimax/minimax-m2.5" | "minimax/minimax-m3" | "minimax/minimax-m2.7" | "allenai/olmo-3-32b-think" | "writer/palmyra-x5" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-coder-next" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-8b" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen3-32b" | "qwen/qwen3-max-thinking" | "qwen/qwen3.6-27b" | "qwen/qwen3.6-max-preview" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-coder-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-30b-a3b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-coder" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-235b-a22b" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen-plus" | "qwen/qwen3-max" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3.7-plus" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen3.7-max" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-plus" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-14b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen3.5-27b" | "qwen/qwen-plus-2025-07-28:thinking" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-chat" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1" | "deepseek/deepseek-v4-pro" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-0528" | "undi95/remm-slerp-l2-13b" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "amazon/nova-pro-v1" | "google/gemini-3.1-flash-lite-image" | "google/gemini-2.5-flash-image" | "google/gemini-3-pro-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite" | "google/lyria-3-pro-preview" | "google/gemini-3.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.1-flash-image" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-2.5-pro-preview" | "google/gemma-3-12b-it" | "google/gemini-3-pro-image-preview" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3-27b-it" | "google/lyria-3-clip-preview" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-pro" | "google/gemini-3.1-flash-image-preview" | "google/gemma-3-4b-it" | "google/gemma-3n-e4b-it" | "google/gemini-3-flash-preview" | "google/gemini-3.1-pro-preview-customtools" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-2.5-flash" | "google/gemma-2-27b-it" | "google/gemini-3.1-pro-preview" | "openai/gpt-5-codex" | "openai/gpt-5.5-pro" | "openai/o3" | "openai/gpt-5.4" | "openai/o4-mini-deep-research" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-20b:free" | "openai/o1" | "openai/gpt-5-mini" | "openai/gpt-5.4-mini" | "openai/o1-pro" | "openai/gpt-5.6-terra" | "openai/gpt-5.3-codex" | "openai/gpt-5.1-codex-max" | "openai/o3-mini" | "openai/gpt-5.4-image-2" | "openai/gpt-5.6-luna-pro" | "openai/gpt-5.2-chat" | "openai/gpt-5.1-codex" | "openai/gpt-4" | "openai/gpt-5.4-nano" | "openai/gpt-4.1" | "openai/gpt-4o-2024-05-13" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5-image" | "openai/o3-mini-high" | "openai/gpt-3.5-turbo" | "openai/gpt-4.1-nano" | "openai/gpt-5.2-codex" | "openai/gpt-oss-120b" | "openai/gpt-5.1-codex-mini" | "openai/gpt-5" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-4o-mini" | "openai/gpt-5.1" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-5.6-terra-pro" | "openai/gpt-4-turbo-preview" | "openai/o3-deep-research" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5.3-chat" | "openai/o4-mini-high" | "openai/gpt-4o-2024-08-06" | "openai/gpt-audio" | "openai/gpt-5-chat" | "openai/gpt-5-image-mini" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-chat-latest" | "openai/gpt-5-nano" | "openai/o4-mini" | "openai/gpt-4-turbo" | "openai/gpt-oss-20b" | "openai/gpt-5.2" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-4o" | "openai/gpt-5.6-luna" | "openai/gpt-4o-search-preview" | "openai/gpt-5-pro" | "openai/gpt-5.2-pro" | "openai/gpt-5.6-sol" | "openai/o3-pro" | "openai/gpt-5.5" | "openai/gpt-5.6-sol-pro" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.1-chat" | "poolside/laguna-xs-2.1:free" | "poolside/laguna-m.1" | "poolside/laguna-xs-2.1" | "poolside/laguna-m.1:free" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-2.0-lite" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6";
3
- export type ModelName="Granite 4.0 Micro" | "Granite 4.1 8B" | "GLM-4.7" | "GLM-4.5" | "GLM-5-Turbo" | "GLM-4.5-Air" | "GLM-4.6V" | "GLM-4.5V" | "GLM-4.7-Flash" | "GLM-5.2" | "GLM-5V-Turbo" | "GLM-5" | "GLM-5.1" | "GLM-4.6" | "WizardLM-2 8x22B" | "Phi 4" | "Hermes 4 70B" | "Hermes 3 70B Instruct" | "Hermes 4 405B" | "Hermes 3 405B Instruct" | "Uncensored" | "Command R" | "Command R+" | "Command A" | "North Mini Code (free)" | "Command R7B" | "Virtuoso Large" | "Trinity Large Thinking" | "MiMo-V2.5-Pro" | "MiMo-V2.5" | "Morph V3 Large" | "Morph V3 Fast" | "UI-TARS 7B " | "Muse Spark 1.1" | "Weaver (alpha)" | "KAT-Coder-Pro V2.5" | "KAT-Coder-Air V2.5" | "KAT-Coder-Pro V2" | "ERNIE 4.5 VL 424B A47B " | "Solar Pro 3" | "Step 3.7 Flash" | "Step 3.5 Flash" | "Grok Latest" | "Google Gemini Pro Latest" | "Google Gemini Flash Latest" | "Nemotron 3 Ultra 550B A55B" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3 Nano 30B A3B" | "Nemotron 3 Super (free)" | "Nemotron Nano 12B 2 VL (free)" | "Nemotron Nano 9B V2 (free)" | "Nemotron 3.5 Content Safety (free)" | "Nemotron 3 Super 120B A12B" | "Nemotron 3 Ultra (free)" | "Nemotron 3 Nano Omni (free)" | "Perceptron Mk1" | "Cydonia 24B V4.1" | "UnslopNemo 12B" | "Rocinante 12B" | "Skyfall 36B V2" | "MoonshotAI Kimi Latest" | "Mercury 2" | "Anthropic Claude Haiku Latest" | "Claude Opus Latest" | "Claude Fable Latest" | "Anthropic Claude Sonnet Latest" | "Magnum v4 72B" | "Llama 4 Maverick" | "Llama 3.1 8B Instruct" | "Llama 3.2 1B Instruct" | "Llama-3.3-70B-Instruct" | "Llama Guard 4 12B" | "Llama 4 Scout" | "Llama 3.2 3B Instruct" | "Llama 3.1 70B Instruct" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Jamba Large 1.7" | "Aion-2.0" | "Aion-RP 1.0 (8B)" | "Aion-3.0" | "Aion-3.0-Mini" | "MythoMax 13B" | "Llama 3 8B Lunaris" | "Llama 3.3 Euryale 70B" | "Llama 3.1 Euryale 70B v2.2" | "Reka Edge" | "Reka Flash 3" | "Nex-N2-Mini" | "Nex-N2-Pro" | "Cogito v2.1 671B" | "Inkling" | "Sonar Pro Search" | "Sonar Reasoning Pro" | "Sonar Deep Research" | "Sonar Pro" | "Sonar" | "Fugu Ultra" | "LongCat 2.0" | "Hunyuan A13B Instruct" | "Hy3" | "Hy3 preview" | "Hy3 (free)" | "Claude Opus 4.6" | "Claude Sonnet 4" | "Claude Opus 4.8 (Fast)" | "Claude Opus 4.8" | "Claude Opus 4.7" | "Claude Haiku 4.5 (latest)" | "Claude Sonnet 4.6" | "Claude Opus 4" | "Claude Sonnet 4.5 (latest)" | "Claude Fable 5" | "Claude 3 Haiku" | "Claude Sonnet 5" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.7 (Fast)" | "Mistral Small 3.1 24B" | "Ministral 3 8B 2512" | "Mistral Small 3" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Ministral 3 3B 2512" | "Saba" | "Mixtral 8x22B Instruct" | "Mistral Large 3" | "Mistral Large 2407" | "Mistral Small 3.2 24B" | "Mistral Large" | "Ministral 3 14B 2512" | "Codestral 2508" | "Devstral 2" | "Mistral Medium 3.5" | "Mistral Small 4" | "Mistral Nemo" | "Mistral Medium 3.1" | "Grok 4.20" | "Grok Build 0.1" | "Grok 4.3" | "Grok 4.5" | "Grok 4.20 Multi-Agent" | "Ling-2.6-1T" | "Ring-2.6-1T" | "Ling-2.6-flash" | "Kimi K2.7 Code" | "Kimi K3" | "Kimi K2 Thinking" | "Kimi K2 0711" | "Kimi K2.6" | "Kimi K2 0905" | "Kimi K2.5" | "Free Models Router" | "Relace Search" | "Relace Apply 3" | "Inflection 3 Pi" | "Inflection 3 Productivity" | "MiniMax M2-her" | "MiniMax M1" | "MiniMax-M2" | "MiniMax-M2.1" | "MiniMax-01" | "MiniMax-M2.5" | "MiniMax-M3" | "MiniMax-M2.7" | "Olmo 3 32B Think" | "Palmyra X5" | "Qwen3 235B A22B Instruct 2507" | "Qwen3.6 35B-A3B" | "Qwen3 Coder Next" | "Qwen3 VL 30B A3B Instruct" | "Qwen3 Coder Flash" | "Qwen3.5 122B-A10B" | "Qwen3 8B" | "Qwen3 VL 32B Instruct" | "Qwen3.5-Flash" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "Qwen3 Max Thinking" | "Qwen3.6 27B" | "Qwen3.6 Max Preview" | "Qwen2.5 VL 72B Instruct" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Qwen3 30B A3B" | "Qwen3 VL 8B Instruct" | "Qwen3-Next 80B-A3B (Thinking)" | "Qwen2.5 Coder 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "Qwen Plus 0728" | "Qwen3 Coder 480B A35B" | "Qwen3 30B A3B Instruct 2507" | "Qwen3 235B-A22B" | "Qwen2.5 72B Instruct" | "Qwen3.5 Plus 2026-04-20" | "Qwen Plus" | "Qwen3 Max" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking 2507" | "Qwen3.5 397B-A17B" | "Qwen3.7 Max" | "Qwen3.5 Plus 2026-02-15" | "Qwen3.5 35B-A3B" | "Qwen3.6 Flash" | "Qwen3.6 Plus" | "Qwen3 VL 30B A3B Thinking" | "Qwen3 VL 8B Thinking" | "Qwen3 14B" | "Qwen2.5 7B Instruct" | "Qwen3 30B A3B Thinking 2507" | "Qwen3-Next 80B-A3B Instruct" | "Qwen3.5 27B" | "Qwen Plus 0728 (thinking)" | "DeepSeek V3.2" | "DeepSeek V3.1 Terminus" | "DeepSeek V3.1" | "DeepSeek V4 Flash" | "DeepSeek Chat" | "DeepSeek V3 0324" | "DeepSeek-R1" | "DeepSeek V4 Pro" | "R1 Distill Llama 70B" | "DeepSeek V3.2 Exp" | "R1 0528" | "ReMM SLERP 13B" | "Nova Lite 1.0" | "Nova Micro 1.0" | "Nova Premier 1.0" | "Nova 2 Lite" | "Nova Pro 1.0" | "Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)" | "Nano Banana" | "Nano Banana Pro" | "Gemma 4 31B (free)" | "Gemini 3.1 Flash Lite" | "Lyria 3 Pro Preview" | "Gemini 3.5 Flash" | "Gemma 4 26B A4B IT" | "Nano Banana 2" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 2.5 Pro Preview 06-05" | "Gemma 3 12B" | "Gemini 2.5 Pro Preview 05-06" | "Gemma 3 27B" | "Lyria 3 Clip Preview" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemma 3 4B" | "Gemma 3n 4B" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemma 4 26B A4B (free)" | "Gemini 2.5 Flash" | "Gemma 2 27B" | "Gemini 3.1 Pro Preview" | "GPT-5-Codex" | "GPT-5.5 Pro" | "o3" | "GPT-5.4" | "o4-mini-deep-research" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT Audio Mini" | "gpt-oss-20b (free)" | "o1" | "GPT-5 Mini" | "GPT-5.4 mini" | "o1-pro" | "GPT-5.6 Terra" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "o3-mini" | "GPT-5.4 Image 2" | "GPT-5.6 Luna Pro" | "GPT-5.2 Chat" | "GPT-5.1 Codex" | "GPT-4" | "GPT-5.4 nano" | "GPT-4.1" | "GPT-4o (2024-05-13)" | "GPT-4o (2024-11-20)" | "GPT-5 Image" | "o3 Mini High" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "GPT-5.2 Codex" | "GPT OSS 120B" | "GPT-5.1 Codex mini" | "GPT-5" | "GPT-3.5 Turbo Instruct" | "GPT-4o mini" | "GPT-5.1" | "GPT-3.5 Turbo 16k" | "GPT-5.6 Terra Pro" | "GPT-4 Turbo Preview" | "o3-deep-research" | "GPT-4o-mini (2024-07-18)" | "GPT-5.3 Chat" | "o4 Mini High" | "GPT-4o (2024-08-06)" | "GPT Audio" | "GPT-5 Chat" | "GPT-5 Image Mini" | "gpt-oss-safeguard-20b" | "GPT Chat Latest" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GPT-5.2" | "GPT-3.5 Turbo (older v0613)" | "GPT-4o" | "GPT-5.6 Luna" | "GPT-4o Search Preview" | "GPT-5 Pro" | "GPT-5.2 Pro" | "GPT-5.6 Sol" | "o3-pro" | "GPT-5.5" | "GPT-5.6 Sol Pro" | "GPT-4o-mini Search Preview" | "GPT-5.1 Chat" | "Laguna XS 2.1 (free)" | "Laguna M.1" | "Laguna XS 2.1" | "Laguna M.1 (free)" | "Seed-2.0-Mini" | "Seed-2.0-Lite" | "Seed 1.6 Flash" | "Seed 1.6";
2
+ export type ModelId="ibm-granite/granite-4.0-h-micro" | "ibm-granite/granite-4.1-8b" | "z-ai/glm-4.7" | "z-ai/glm-4.5" | "z-ai/glm-5-turbo" | "z-ai/glm-4.5-air" | "z-ai/glm-4.6v" | "z-ai/glm-4.5v" | "z-ai/glm-4.7-flash" | "z-ai/glm-5.2" | "z-ai/glm-5v-turbo" | "z-ai/glm-5" | "z-ai/glm-5.1" | "z-ai/glm-4.6" | "microsoft/wizardlm-2-8x22b" | "microsoft/phi-4" | "nousresearch/hermes-4-70b" | "nousresearch/hermes-3-llama-3.1-70b" | "nousresearch/hermes-4-405b" | "nousresearch/hermes-3-llama-3.1-405b" | "cognitivecomputations/dolphin-mistral-24b-venice-edition" | "cohere/command-r-08-2024" | "cohere/command-r-plus-08-2024" | "cohere/command-a" | "cohere/north-mini-code:free" | "cohere/command-r7b-12-2024" | "arcee-ai/virtuoso-large" | "arcee-ai/trinity-large-thinking" | "xiaomi/mimo-v2.5-pro" | "xiaomi/mimo-v2.5" | "morph/morph-v3-large" | "morph/morph-v3-fast" | "bytedance/ui-tars-1.5-7b" | "meta/muse-spark-1.1" | "mancer/weaver" | "kwaipilot/kat-coder-pro-v2.5" | "kwaipilot/kat-coder-air-v2.5" | "kwaipilot/kat-coder-pro-v2" | "baidu/ernie-4.5-vl-424b-a47b" | "upstage/solar-pro-3" | "stepfun/step-3.7-flash" | "stepfun/step-3.5-flash" | "~x-ai/grok-latest" | "~google/gemini-pro-latest" | "~google/gemini-flash-latest" | "nvidia/nemotron-3-ultra-550b-a55b" | "nvidia/nemotron-3-nano-30b-a3b:free" | "nvidia/nemotron-3-nano-30b-a3b" | "nvidia/nemotron-3-super-120b-a12b:free" | "nvidia/nemotron-nano-12b-v2-vl:free" | "nvidia/nemotron-nano-9b-v2:free" | "nvidia/nemotron-3.5-content-safety:free" | "nvidia/nemotron-3-super-120b-a12b" | "nvidia/nemotron-3-ultra-550b-a55b:free" | "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free" | "perceptron/perceptron-mk1" | "thedrummer/cydonia-24b-v4.1" | "thedrummer/unslopnemo-12b" | "thedrummer/rocinante-12b" | "thedrummer/skyfall-36b-v2" | "~moonshotai/kimi-latest" | "inception/mercury-2" | "~anthropic/claude-haiku-latest" | "~anthropic/claude-opus-latest" | "~anthropic/claude-fable-latest" | "~anthropic/claude-sonnet-latest" | "anthracite-org/magnum-v4-72b" | "meta-llama/llama-4-maverick" | "meta-llama/llama-3.1-8b-instruct" | "meta-llama/llama-3.2-1b-instruct" | "meta-llama/llama-3.3-70b-instruct" | "meta-llama/llama-guard-4-12b" | "meta-llama/llama-4-scout" | "meta-llama/llama-3.2-3b-instruct" | "meta-llama/llama-3.1-70b-instruct" | "~openai/gpt-latest" | "~openai/gpt-mini-latest" | "ai21/jamba-large-1.7" | "aion-labs/aion-2.0" | "aion-labs/aion-rp-llama-3.1-8b" | "aion-labs/aion-3.0" | "aion-labs/aion-3.0-mini" | "gryphe/mythomax-l2-13b" | "sao10k/l3-lunaris-8b" | "sao10k/l3.3-euryale-70b" | "sao10k/l3.1-euryale-70b" | "rekaai/reka-edge" | "rekaai/reka-flash-3" | "nex-agi/nex-n2-mini" | "nex-agi/nex-n2-pro" | "deepcogito/cogito-v2.1-671b" | "thinkingmachines/inkling" | "perplexity/sonar-pro-search" | "perplexity/sonar-reasoning-pro" | "perplexity/sonar-deep-research" | "perplexity/sonar-pro" | "perplexity/sonar" | "sakana/fugu-ultra" | "meituan/longcat-2.0" | "tencent/hunyuan-a13b-instruct" | "tencent/hy3" | "tencent/hy3-preview" | "anthropic/claude-opus-4.6" | "anthropic/claude-sonnet-4" | "anthropic/claude-opus-4.8-fast" | "anthropic/claude-opus-4.8" | "anthropic/claude-opus-4.7" | "anthropic/claude-haiku-4.5" | "anthropic/claude-sonnet-4.6" | "anthropic/claude-opus-4" | "anthropic/claude-sonnet-4.5" | "anthropic/claude-fable-5" | "anthropic/claude-3-haiku" | "anthropic/claude-sonnet-5" | "anthropic/claude-opus-4.5" | "anthropic/claude-opus-4.1" | "anthropic/claude-opus-4.7-fast" | "mistralai/mistral-small-3.1-24b-instruct" | "mistralai/ministral-8b-2512" | "mistralai/mistral-small-24b-instruct-2501" | "mistralai/mistral-medium-3" | "mistralai/voxtral-small-24b-2507" | "mistralai/ministral-3b-2512" | "mistralai/mistral-saba" | "mistralai/mixtral-8x22b-instruct" | "mistralai/mistral-large-2512" | "mistralai/mistral-large-2407" | "mistralai/mistral-small-3.2-24b-instruct" | "mistralai/mistral-large" | "mistralai/ministral-14b-2512" | "mistralai/codestral-2508" | "mistralai/devstral-2512" | "mistralai/mistral-medium-3-5" | "mistralai/mistral-small-2603" | "mistralai/mistral-nemo" | "mistralai/mistral-medium-3.1" | "x-ai/grok-4.20" | "x-ai/grok-build-0.1" | "x-ai/grok-4.3" | "x-ai/grok-4.5" | "x-ai/grok-4.20-multi-agent" | "inclusionai/ling-2.6-1t" | "inclusionai/ring-2.6-1t" | "inclusionai/ling-2.6-flash" | "moonshotai/kimi-k2.7-code" | "moonshotai/kimi-k3" | "moonshotai/kimi-k2-thinking" | "moonshotai/kimi-k2" | "moonshotai/kimi-k2.6" | "moonshotai/kimi-k2-0905" | "moonshotai/kimi-k2.5" | "openrouter/free" | "relace/relace-search" | "relace/relace-apply-3" | "inflection/inflection-3-pi" | "inflection/inflection-3-productivity" | "minimax/minimax-m2-her" | "minimax/minimax-m1" | "minimax/minimax-m2" | "minimax/minimax-m2.1" | "minimax/minimax-01" | "minimax/minimax-m2.5" | "minimax/minimax-m3" | "minimax/minimax-m2.7" | "allenai/olmo-3-32b-think" | "writer/palmyra-x5" | "qwen/qwen3-235b-a22b-2507" | "qwen/qwen3.6-35b-a3b" | "qwen/qwen3-coder-next" | "qwen/qwen3-vl-30b-a3b-instruct" | "qwen/qwen3-coder-flash" | "qwen/qwen3.5-122b-a10b" | "qwen/qwen3-8b" | "qwen/qwen3-vl-32b-instruct" | "qwen/qwen3.5-flash-02-23" | "qwen/qwen3-vl-235b-a22b-thinking" | "qwen/qwen3-32b" | "qwen/qwen3-max-thinking" | "qwen/qwen3.6-27b" | "qwen/qwen3.6-max-preview" | "qwen/qwen2.5-vl-72b-instruct" | "qwen/qwen3-coder-plus" | "qwen/qwen3.5-9b" | "qwen/qwen3-30b-a3b" | "qwen/qwen3-vl-8b-instruct" | "qwen/qwen3-next-80b-a3b-thinking" | "qwen/qwen-2.5-coder-32b-instruct" | "qwen/qwen3-vl-235b-a22b-instruct" | "qwen/qwen-plus-2025-07-28" | "qwen/qwen3-coder" | "qwen/qwen3-30b-a3b-instruct-2507" | "qwen/qwen3-235b-a22b" | "qwen/qwen-2.5-72b-instruct" | "qwen/qwen3.5-plus-20260420" | "qwen/qwen-plus" | "qwen/qwen3-max" | "qwen/qwen3-coder-30b-a3b-instruct" | "qwen/qwen3.7-plus" | "qwen/qwen3-235b-a22b-thinking-2507" | "qwen/qwen3.5-397b-a17b" | "qwen/qwen3.7-max" | "qwen/qwen3.5-plus-02-15" | "qwen/qwen3.5-35b-a3b" | "qwen/qwen3.6-flash" | "qwen/qwen3.6-plus" | "qwen/qwen3-vl-30b-a3b-thinking" | "qwen/qwen3-vl-8b-thinking" | "qwen/qwen3-14b" | "qwen/qwen-2.5-7b-instruct" | "qwen/qwen3-30b-a3b-thinking-2507" | "qwen/qwen3-next-80b-a3b-instruct" | "qwen/qwen3.5-27b" | "qwen/qwen-plus-2025-07-28:thinking" | "deepseek/deepseek-v3.2" | "deepseek/deepseek-v3.1-terminus" | "deepseek/deepseek-chat-v3.1" | "deepseek/deepseek-v4-flash" | "deepseek/deepseek-chat" | "deepseek/deepseek-chat-v3-0324" | "deepseek/deepseek-r1" | "deepseek/deepseek-v4-pro" | "deepseek/deepseek-r1-distill-llama-70b" | "deepseek/deepseek-v3.2-exp" | "deepseek/deepseek-r1-0528" | "undi95/remm-slerp-l2-13b" | "amazon/nova-lite-v1" | "amazon/nova-micro-v1" | "amazon/nova-premier-v1" | "amazon/nova-2-lite-v1" | "amazon/nova-pro-v1" | "google/gemini-3.1-flash-lite-image" | "google/gemini-2.5-flash-image" | "google/gemini-3-pro-image" | "google/gemma-4-31b-it:free" | "google/gemini-3.1-flash-lite" | "google/lyria-3-pro-preview" | "google/gemini-3.5-flash" | "google/gemma-4-26b-a4b-it" | "google/gemini-3.1-flash-image" | "google/gemini-3.6-flash" | "google/gemini-3.1-flash-lite-preview" | "google/gemma-4-31b-it" | "google/gemini-2.5-pro-preview" | "google/gemma-3-12b-it" | "google/gemini-3-pro-image-preview" | "google/gemini-3.5-flash-lite" | "google/gemini-2.5-pro-preview-05-06" | "google/gemma-3-27b-it" | "google/lyria-3-clip-preview" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-pro" | "google/gemini-3.1-flash-image-preview" | "google/gemma-3-4b-it" | "google/gemma-3n-e4b-it" | "google/gemini-3-flash-preview" | "google/gemini-3.1-pro-preview-customtools" | "google/gemma-4-26b-a4b-it:free" | "google/gemini-2.5-flash" | "google/gemma-2-27b-it" | "google/gemini-3.1-pro-preview" | "openai/gpt-5-codex" | "openai/gpt-5.5-pro" | "openai/o3" | "openai/gpt-5.4" | "openai/o4-mini-deep-research" | "openai/gpt-5.4-pro" | "openai/gpt-4.1-mini" | "openai/gpt-audio-mini" | "openai/gpt-oss-20b:free" | "openai/o1" | "openai/gpt-5-mini" | "openai/gpt-5.4-mini" | "openai/o1-pro" | "openai/gpt-5.6-terra" | "openai/gpt-5.3-codex" | "openai/gpt-5.1-codex-max" | "openai/o3-mini" | "openai/gpt-5.4-image-2" | "openai/gpt-5.6-luna-pro" | "openai/gpt-5.2-chat" | "openai/gpt-5.1-codex" | "openai/gpt-4" | "openai/gpt-5.4-nano" | "openai/gpt-4.1" | "openai/gpt-4o-2024-05-13" | "openai/gpt-4o-2024-11-20" | "openai/gpt-5-image" | "openai/o3-mini-high" | "openai/gpt-3.5-turbo" | "openai/gpt-4.1-nano" | "openai/gpt-5.2-codex" | "openai/gpt-oss-120b" | "openai/gpt-5.1-codex-mini" | "openai/gpt-5" | "openai/gpt-3.5-turbo-instruct" | "openai/gpt-4o-mini" | "openai/gpt-5.1" | "openai/gpt-3.5-turbo-16k" | "openai/gpt-5.6-terra-pro" | "openai/gpt-4-turbo-preview" | "openai/o3-deep-research" | "openai/gpt-4o-mini-2024-07-18" | "openai/gpt-5.3-chat" | "openai/o4-mini-high" | "openai/gpt-4o-2024-08-06" | "openai/gpt-audio" | "openai/gpt-5-chat" | "openai/gpt-5-image-mini" | "openai/gpt-oss-safeguard-20b" | "openai/gpt-chat-latest" | "openai/gpt-5-nano" | "openai/o4-mini" | "openai/gpt-4-turbo" | "openai/gpt-oss-20b" | "openai/gpt-5.2" | "openai/gpt-3.5-turbo-0613" | "openai/gpt-4o" | "openai/gpt-5.6-luna" | "openai/gpt-4o-search-preview" | "openai/gpt-5-pro" | "openai/gpt-5.2-pro" | "openai/gpt-5.6-sol" | "openai/o3-pro" | "openai/gpt-5.5" | "openai/gpt-5.6-sol-pro" | "openai/gpt-4o-mini-search-preview" | "openai/gpt-5.1-chat" | "poolside/laguna-xs-2.1:free" | "poolside/laguna-m.1" | "poolside/laguna-s-2.1:free" | "poolside/laguna-xs-2.1" | "poolside/laguna-s-2.1" | "poolside/laguna-m.1:free" | "bytedance-seed/seed-2.0-mini" | "bytedance-seed/seed-2.0-lite" | "bytedance-seed/seed-1.6-flash" | "bytedance-seed/seed-1.6";
3
+ export type ModelName="Granite 4.0 Micro" | "Granite 4.1 8B" | "GLM-4.7" | "GLM-4.5" | "GLM-5-Turbo" | "GLM-4.5-Air" | "GLM-4.6V" | "GLM-4.5V" | "GLM-4.7-Flash" | "GLM-5.2" | "GLM-5V-Turbo" | "GLM-5" | "GLM-5.1" | "GLM-4.6" | "WizardLM-2 8x22B" | "Phi 4" | "Hermes 4 70B" | "Hermes 3 70B Instruct" | "Hermes 4 405B" | "Hermes 3 405B Instruct" | "Uncensored" | "Command R" | "Command R+" | "Command A" | "North Mini Code (free)" | "Command R7B" | "Virtuoso Large" | "Trinity Large Thinking" | "MiMo-V2.5-Pro" | "MiMo-V2.5" | "Morph V3 Large" | "Morph V3 Fast" | "UI-TARS 7B " | "Muse Spark 1.1" | "Weaver (alpha)" | "KAT-Coder-Pro V2.5" | "KAT-Coder-Air V2.5" | "KAT-Coder-Pro V2" | "ERNIE 4.5 VL 424B A47B " | "Solar Pro 3" | "Step 3.7 Flash" | "Step 3.5 Flash" | "Grok Latest" | "Google Gemini Pro Latest" | "Google Gemini Flash Latest" | "Nemotron 3 Ultra 550B A55B" | "Nemotron 3 Nano 30B A3B (free)" | "Nemotron 3 Nano 30B A3B" | "Nemotron 3 Super (free)" | "Nemotron Nano 12B 2 VL (free)" | "Nemotron Nano 9B V2 (free)" | "Nemotron 3.5 Content Safety (free)" | "Nemotron 3 Super 120B A12B" | "Nemotron 3 Ultra (free)" | "Nemotron 3 Nano Omni (free)" | "Perceptron Mk1" | "Cydonia 24B V4.1" | "UnslopNemo 12B" | "Rocinante 12B" | "Skyfall 36B V2" | "MoonshotAI Kimi Latest" | "Mercury 2" | "Anthropic Claude Haiku Latest" | "Claude Opus Latest" | "Claude Fable Latest" | "Anthropic Claude Sonnet Latest" | "Magnum v4 72B" | "Llama 4 Maverick" | "Llama 3.1 8B Instruct" | "Llama 3.2 1B Instruct" | "Llama-3.3-70B-Instruct" | "Llama Guard 4 12B" | "Llama 4 Scout" | "Llama 3.2 3B Instruct" | "Llama 3.1 70B Instruct" | "OpenAI GPT Latest" | "OpenAI GPT Mini Latest" | "Jamba Large 1.7" | "Aion-2.0" | "Aion-RP 1.0 (8B)" | "Aion-3.0" | "Aion-3.0-Mini" | "MythoMax 13B" | "Llama 3 8B Lunaris" | "Llama 3.3 Euryale 70B" | "Llama 3.1 Euryale 70B v2.2" | "Reka Edge" | "Reka Flash 3" | "Nex-N2-Mini" | "Nex-N2-Pro" | "Cogito v2.1 671B" | "Inkling" | "Sonar Pro Search" | "Sonar Reasoning Pro" | "Sonar Deep Research" | "Sonar Pro" | "Sonar" | "Fugu Ultra" | "LongCat 2.0" | "Hunyuan A13B Instruct" | "Hy3" | "Hy3 preview" | "Claude Opus 4.6" | "Claude Sonnet 4" | "Claude Opus 4.8 (Fast)" | "Claude Opus 4.8" | "Claude Opus 4.7" | "Claude Haiku 4.5 (latest)" | "Claude Sonnet 4.6" | "Claude Opus 4" | "Claude Sonnet 4.5 (latest)" | "Claude Fable 5" | "Claude 3 Haiku" | "Claude Sonnet 5" | "Claude Opus 4.5 (latest)" | "Claude Opus 4.1 (latest)" | "Claude Opus 4.7 (Fast)" | "Mistral Small 3.1 24B" | "Ministral 3 8B 2512" | "Mistral Small 3" | "Mistral Medium 3" | "Voxtral Small 24B 2507" | "Ministral 3 3B 2512" | "Saba" | "Mixtral 8x22B Instruct" | "Mistral Large 3" | "Mistral Large 2407" | "Mistral Small 3.2 24B" | "Mistral Large" | "Ministral 3 14B 2512" | "Codestral 2508" | "Devstral 2" | "Mistral Medium 3.5" | "Mistral Small 4" | "Mistral Nemo" | "Mistral Medium 3.1" | "Grok 4.20" | "Grok Build 0.1" | "Grok 4.3" | "Grok 4.5" | "Grok 4.20 Multi-Agent" | "Ling-2.6-1T" | "Ring-2.6-1T" | "Ling-2.6-flash" | "Kimi K2.7 Code" | "Kimi K3" | "Kimi K2 Thinking" | "Kimi K2 0711" | "Kimi K2.6" | "Kimi K2 0905" | "Kimi K2.5" | "Free Models Router" | "Relace Search" | "Relace Apply 3" | "Inflection 3 Pi" | "Inflection 3 Productivity" | "MiniMax M2-her" | "MiniMax M1" | "MiniMax-M2" | "MiniMax-M2.1" | "MiniMax-01" | "MiniMax-M2.5" | "MiniMax-M3" | "MiniMax-M2.7" | "Olmo 3 32B Think" | "Palmyra X5" | "Qwen3 235B A22B Instruct 2507" | "Qwen3.6 35B-A3B" | "Qwen3 Coder Next" | "Qwen3 VL 30B A3B Instruct" | "Qwen3 Coder Flash" | "Qwen3.5 122B-A10B" | "Qwen3 8B" | "Qwen3 VL 32B Instruct" | "Qwen3.5-Flash" | "Qwen3 VL 235B A22B Thinking" | "Qwen3 32B" | "Qwen3 Max Thinking" | "Qwen3.6 27B" | "Qwen3.6 Max Preview" | "Qwen2.5 VL 72B Instruct" | "Qwen3 Coder Plus" | "Qwen3.5 9B" | "Qwen3 30B A3B" | "Qwen3 VL 8B Instruct" | "Qwen3-Next 80B-A3B (Thinking)" | "Qwen2.5 Coder 32B Instruct" | "Qwen3 VL 235B A22B Instruct" | "Qwen Plus 0728" | "Qwen3 Coder 480B A35B" | "Qwen3 30B A3B Instruct 2507" | "Qwen3 235B-A22B" | "Qwen2.5 72B Instruct" | "Qwen3.5 Plus 2026-04-20" | "Qwen Plus" | "Qwen3 Max" | "Qwen3-Coder 30B-A3B Instruct" | "Qwen3.7 Plus" | "Qwen3 235B A22B Thinking 2507" | "Qwen3.5 397B-A17B" | "Qwen3.7 Max" | "Qwen3.5 Plus 2026-02-15" | "Qwen3.5 35B-A3B" | "Qwen3.6 Flash" | "Qwen3.6 Plus" | "Qwen3 VL 30B A3B Thinking" | "Qwen3 VL 8B Thinking" | "Qwen3 14B" | "Qwen2.5 7B Instruct" | "Qwen3 30B A3B Thinking 2507" | "Qwen3-Next 80B-A3B Instruct" | "Qwen3.5 27B" | "Qwen Plus 0728 (thinking)" | "DeepSeek V3.2" | "DeepSeek V3.1 Terminus" | "DeepSeek V3.1" | "DeepSeek V4 Flash" | "DeepSeek Chat" | "DeepSeek V3 0324" | "DeepSeek-R1" | "DeepSeek V4 Pro" | "R1 Distill Llama 70B" | "DeepSeek V3.2 Exp" | "R1 0528" | "ReMM SLERP 13B" | "Nova Lite 1.0" | "Nova Micro 1.0" | "Nova Premier 1.0" | "Nova 2 Lite" | "Nova Pro 1.0" | "Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)" | "Nano Banana" | "Nano Banana Pro" | "Gemma 4 31B (free)" | "Gemini 3.1 Flash Lite" | "Lyria 3 Pro Preview" | "Gemini 3.5 Flash" | "Gemma 4 26B A4B IT" | "Nano Banana 2" | "Gemini 3.6 Flash" | "Gemini 3.1 Flash Lite Preview" | "Gemma 4 31B IT" | "Gemini 2.5 Pro Preview 06-05" | "Gemma 3 12B" | "Gemini 3.5 Flash Lite" | "Gemini 2.5 Pro Preview 05-06" | "Gemma 3 27B" | "Lyria 3 Clip Preview" | "Gemini 2.5 Flash-Lite" | "Gemini 2.5 Pro" | "Gemma 3 4B" | "Gemma 3n 4B" | "Gemini 3 Flash Preview" | "Gemini 3.1 Pro Preview Custom Tools" | "Gemma 4 26B A4B (free)" | "Gemini 2.5 Flash" | "Gemma 2 27B" | "Gemini 3.1 Pro Preview" | "GPT-5-Codex" | "GPT-5.5 Pro" | "o3" | "GPT-5.4" | "o4-mini-deep-research" | "GPT-5.4 Pro" | "GPT-4.1 mini" | "GPT Audio Mini" | "gpt-oss-20b (free)" | "o1" | "GPT-5 Mini" | "GPT-5.4 mini" | "o1-pro" | "GPT-5.6 Terra" | "GPT-5.3 Codex" | "GPT-5.1 Codex Max" | "o3-mini" | "GPT-5.4 Image 2" | "GPT-5.6 Luna Pro" | "GPT-5.2 Chat" | "GPT-5.1 Codex" | "GPT-4" | "GPT-5.4 nano" | "GPT-4.1" | "GPT-4o (2024-05-13)" | "GPT-4o (2024-11-20)" | "GPT-5 Image" | "o3 Mini High" | "GPT-3.5-turbo" | "GPT-4.1 nano" | "GPT-5.2 Codex" | "GPT OSS 120B" | "GPT-5.1 Codex mini" | "GPT-5" | "GPT-3.5 Turbo Instruct" | "GPT-4o mini" | "GPT-5.1" | "GPT-3.5 Turbo 16k" | "GPT-5.6 Terra Pro" | "GPT-4 Turbo Preview" | "o3-deep-research" | "GPT-4o-mini (2024-07-18)" | "GPT-5.3 Chat" | "o4 Mini High" | "GPT-4o (2024-08-06)" | "GPT Audio" | "GPT-5 Chat" | "GPT-5 Image Mini" | "gpt-oss-safeguard-20b" | "GPT Chat Latest" | "GPT-5 Nano" | "o4-mini" | "GPT-4 Turbo" | "GPT OSS 20B" | "GPT-5.2" | "GPT-3.5 Turbo (older v0613)" | "GPT-4o" | "GPT-5.6 Luna" | "GPT-4o Search Preview" | "GPT-5 Pro" | "GPT-5.2 Pro" | "GPT-5.6 Sol" | "o3-pro" | "GPT-5.5" | "GPT-5.6 Sol Pro" | "GPT-4o-mini Search Preview" | "GPT-5.1 Chat" | "Laguna XS 2.1 (free)" | "Laguna M.1" | "Laguna S 2.1 (free)" | "Laguna XS 2.1" | "Laguna S 2.1" | "Laguna M.1 (free)" | "Seed-2.0-Mini" | "Seed-2.0-Lite" | "Seed 1.6 Flash" | "Seed 1.6";
4
4
  export declare function getModels():Model[];
5
5
  export declare function getModel(id:ModelId):Model|undefined;
6
6
  export declare function getPrice(id:ModelId,tokens:TokenUsage):PriceBreakdown|null;