Skip to Content

Models

Stable

Discover and list available AI models.

List Models

GET/api/v1/models

Returns a list of all available models.

Request

curl -X GET "https://cloud.milady.ai/api/v1/models" \ -H "Authorization: Bearer YOUR_API_KEY"

Response

{ "object": "list", "data": [ { "id": "gpt-4o", "object": "model", "created": 1705312800, "owned_by": "openai", "capabilities": ["chat", "function_calling", "vision"] }, { "id": "claude-sonnet-4-6", "object": "model", "created": 1705312800, "owned_by": "anthropic" } ] }

Chat Models

The /api/v1/models response is the source of truth for the full live catalog. The tables below are representative examples, not an exhaustive list.

OpenAI

ModelContextBest For
gpt-4o128KGeneral purpose, vision
gpt-4o-mini128KFast, cost-effective
gpt-4-turbo128KComplex reasoning

Anthropic

ModelContextBest For
claude-sonnet-4-6200KBalance of speed/quality
claude-opus-4-7200KMost capable
claude-haiku-4-5-20251001200KFastest

Google

ModelContextBest For
gemini-1.5-pro1MLong context
gemini-1.5-flash1MFast responses

Embedding Models

ModelDimensionsDescription
text-embedding-3-small1536Fast, cost-effective
text-embedding-3-large3072Higher quality

Image Models

ModelProviderSpeedBest For
google/gemini-2.5-flash-imageGoogleFastGeneral use (default)
google/gemini-3.1-flash-image-previewGoogleFastPreview/testing
google/gemini-3-pro-imageGoogleMediumHigher quality
openai/gpt-5-nanoOpenAIMediumOpenAI image generation
bfl/flux-kontext-maxBFLMediumContext-aware generation

Model Selection Tips

Start with gpt-4o-mini or claude-sonnet-4-6 for a good balance.

Use CaseRecommended Model
General chatgpt-4o-mini
Complex reasoninggpt-4o
Code generationclaude-sonnet-4-6
Long documentsgemini-1.5-pro
Fast responsesclaude-haiku-4-5-20251001