AIMLAPI · Capability
AIMLAPI AI Model Operations
Unified workflow for accessing 400+ AI models via AIMLAPI gateway including chat completions, image generation, embeddings, and model discovery. Used by developers building AI-powered applications.
What You Can Do
POST
Create chat completion
— Create a chat completion
/v1/chat/completions
POST
Create image
— Generate an image
/v1/images/generations
POST
Create embedding
— Create embeddings
/v1/embeddings
GET
List models
— List all models
/v1/models
MCP Tools
create-chat-completion
Generate a chat response from any of 400+ AI language models via AIMLAPI
generate-image
Generate an image from a text prompt using AIMLAPI image generation models
create-embedding
Generate vector embeddings for semantic search and RAG applications
read-only
list-models
Discover all 400+ available AI models on AIMLAPI platform
read-only
APIs Used
aimlapi