Loading...
Loading...
Compare original and translation side by side
| Variable | Required | Description |
|---|---|---|
| Yes | Langfuse public key |
| Yes | Langfuse secret key |
| No | Langfuse host URL (default: |
| 变量 | 是否必填 | 说明 |
|---|---|---|
| 是 | Langfuse公钥 |
| 是 | Langfuse密钥 |
| 否 | Langfuse主机URL(默认值: |
npx tsx scripts/langfuse-model-list.tsnpx tsx scripts/langfuse-model-list.tsnpx tsx scripts/langfuse-model-list.ts --jsonnpx tsx scripts/langfuse-model-list.ts --jsonLangfuse Models
===============
Model Name Input $/1M Output $/1M Match Pattern
----------------------------------------------------------------------------------------------------
deepseek-v3 $0.2000 $0.6000 (?i)^deepseek-v3$
qwen/qwen3-32b $0.2900 $0.5900 (?i)^qwen/qwen3-32b$
Total: 2 modelsLangfuse Models
===============
Model Name Input $/1M Output $/1M Match Pattern
----------------------------------------------------------------------------------------------------
deepseek-v3 $0.2000 $0.6000 (?i)^deepseek-v3$
qwen/qwen3-32b $0.2900 $0.5900 (?i)^qwen/qwen3-32b$
Total: 2 models| Field | Description |
|---|---|
| Model Name | Model identifier |
| Input $/1M | Cost per 1M input tokens (USD) |
| Output $/1M | Cost per 1M output tokens (USD) |
| Match Pattern | Regex pattern for model name matching |
| 字段 | 说明 |
|---|---|
| Model Name | 模型标识符 |
| Input $/1M | 每100万输入token的成本(美元) |
| Output $/1M | 每100万输出token的成本(美元) |
| Match Pattern | 用于匹配模型名称的正则表达式 |