Loading...
Loading...
List all Langfuse models with their pricing. Use when checking model costs, verifying pricing configuration, or getting an overview of model definitions.
npx skill4agent add neuradex/langfuse-skills langfuse-model-list| Variable | Required | Description |
|---|---|---|
| Yes | Langfuse public key |
| Yes | Langfuse secret key |
| No | Langfuse host URL (default: |
npx tsx scripts/langfuse-model-list.tsnpx 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 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 |