langfuse-model-list

List all Langfuse models with their pricing. Use when checking model costs, verifying pricing configuration, or getting an overview of model definitions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "langfuse-model-list" with this command: npx skills add neuradex/langfuse-skills/neuradex-langfuse-skills-langfuse-model-list

Langfuse Model List

List all registered models and their pricing information.

Setup

Set the following environment variables before use:

VariableRequiredDescription
LANGFUSE_PUBLIC_KEYYesLangfuse public key
LANGFUSE_SECRET_KEYYesLangfuse secret key
LANGFUSE_HOST or LANGFUSE_BASE_URLNoLangfuse host URL (default: https://us.cloud.langfuse.com)

When to Use

  • Checking the model list
  • Verifying pricing configuration
  • "What models are available?"
  • "I want to check pricing"

Commands

1. Get Model List

npx tsx scripts/langfuse-model-list.ts

2. JSON Output (for programmatic processing)

npx tsx scripts/langfuse-model-list.ts --json

Output Example

Langfuse 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

Fields

FieldDescription
Model NameModel identifier
Input $/1MCost per 1M input tokens (USD)
Output $/1MCost per 1M output tokens (USD)
Match PatternRegex pattern for model name matching

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

langfuse-prompt-list

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-prompt-view

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-prompt-upsert

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-session-list

No summary provided by upstream source.

Repository SourceNeeds Review