Choose a Model

Browse the marketplace and subscribe models to your API key

The Marketplace#

The Foza Marketplace lists all available AI models from verified providers. You can filter by:

  • Model family — OpenAI, Anthropic, Google, DeepSeek, Mistral, etc.
  • Category — Text, Embedding, Image, TTS
  • Price — Sort by lowest cost per token

Navigate to Console → Marketplace to browse.

Model Slug Format#

Every model has a unique slug:

{provider-slug}/{model-slug}

Examples:

  • openai/gpt-4o
  • anthropic/claude-sonnet-4.6
  • google/gemini-2.5-flash
  • deepseek/deepseek-v4-flash

Use this slug as the model parameter in API requests.

Subscribing to a Model#

Before you can use a model, you must subscribe it to one of your API keys:

  1. Go to Console → Marketplace
  2. Find the model you want
  3. Click Subscribe
  4. Select an existing API key or create a new one
  5. The model is now available through that key

You can subscribe multiple models to the same key, and the same model to multiple keys. This gives you flexibility in how you organize access.

Pricing#

Each model shows transparent per-token pricing:

  • Input price — Cost per 1M input tokens
  • Output price — Cost per 1M output tokens

Costs are deducted from your wallet balance after each request. There are no hidden fees or minimum commitments.