{{ collection.name }}

{{ collection.description }}

{{ model.name }}

{{ model.description }}

Runs: {{ formatNumber(model.run_count) }} View Details

{{ model.name }}

{{ model.description }}

Runs: {{ formatNumber(model.run_count) }} View Details
... ...
Showing {{ popularModelsOffset + 1 }}-{{ Math.min(popularModelsOffset + popularModelsLimit, popularModelsTotal) }} of {{ popularModelsTotal }} models

{{ selectedModel.name }}

{{ selectedModel.description }}

Total Runs

{{ formatNumber(selectedModel.run_count) }}

Owner

{{ selectedModel.owner }}

Technical Details

Model Information

License: View License
Created: {{ new Date(selectedModel.created_at).toLocaleDateString() }}
Visibility: {{ selectedModel.visibility }}

Performance Metrics

{{ key.replace(/_/g, ' ') }}: {{ typeof value === 'number' ? value.toFixed(2) : value }}

Example Usage

Input

Output

{{ selectedModel.default_example.output }}
{{ JSON.stringify(selectedModel.default_example.output, null, 2) }}

Documentation