Raw Model List Inspector
Status: {{ status }}
Loaded from localStorage: {{ loadedFromStorage ? 'Yes' : 'No' }}
{{ error }}
| Model Name {{ sortKey==='name' ? (sortDir==='asc' ? '▲' : '▼') : '⇅' }} | ID {{ sortKey==='id' ? (sortDir==='asc' ? '▲' : '▼') : '⇅' }} | Architecture / Modalities | Context {{ sortKey==='context' ? (sortDir==='asc' ? '▲' : '▼') : '⇅' }} | Pricing (per 1M) {{ sortKey==='price' ? (sortDir==='asc' ? '▲' : '▼') : '⇅' }} | Created {{ sortKey==='created' ? (sortDir==='asc' ? '▲' : '▼') : '⇅' }} | Link |
|---|---|---|---|---|---|---|
| {{ m.name }} | {{ m.id }} |
Modality:
{{ m.architecture.modality || 'N/A' }}
Outputs: [{{ m.architecture.output_modalities.join(', ') }}]
|
{{ formatNumber(m.context_length) }} |
In: {{ formatPrice(m.pricing.prompt) }}
Out: {{ formatPrice(m.pricing.completion) }}
N/A
|
{{ formatDate(m.created) }} | → |