Documentation

Available Models

Overview

Flopex uses model aliases — short names that map to provider-specific model IDs. The exchange chooses the best provider for each alias automatically.

Common aliases

AliasDisplay nameContextTypical providers
llama-3.1-8bLlama 3.1 8B Instruct128KGroq, Featherless, Together, DeepInfra
llama-3-70bLlama 3.3 70B Instruct128KGroq, Featherless, Together, DeepInfra
qwen-7bQwen 2.5 7B Instruct32KFeatherless, Together, DeepInfra
mistral-7bMistral 7B Instruct v0.332KFeatherless, Together, DeepInfra
mixtral-8x7bMixtral 8x7B Instruct32KGroq, Featherless, Together, DeepInfra
gemma-9bGemma 2 9B Instruct8KGroq, Featherless, DeepInfra

List models via API

GET /v1/models returns the live catalog: display names, context lengths, max completion tokens, and which providers currently expose each model.

curl -s https://api.flopex.ai/v1/models \
  -H 0

Featherless long tail

Featherless hosts 15,886+ Hugging Face models. If you need a specific checkpoint that is not yet in the alias table, email hello@flopex.ai — we can add mappings.

Try aliases interactively in the Playground.