Explore {{ models|length }} AI models with real-time sorting and search
| Model ⇅ | Provider ⇅ | Architecture ⇅ | Context ⇅ | Prompt $/1M ⇅ | Completion $/1M ⇅ | Status |
|---|---|---|---|---|---|---|
|
{{ model.name.split('/', 1)[-1] if '/' in model.name else model.name }}
{{ model.id }}
|
{{ model.provider }} |
{% for arch in model.architecture %}
{{ arch }}
{% endfor %}
|
{{ "{:,}".format(model.context) }} | ${{ "{:.4f}".format(model.prompt_price) }} | ${{ "{:.4f}".format(model.completion_price) }} | Available |