Skip to content

Commit cc30de0

Browse files
kristinaorekhovagitbook-bot
authored andcommitted
GITBOOK-1149: No subject
1 parent ef1e4ef commit cc30de0

1 file changed

Lines changed: 32 additions & 2 deletions

File tree

docs/quickstart/mcp.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,41 @@ Set **Transport = Streamable HTTP**, **URL = `https://mcp.aimlapi.com/mcp`**, th
117117
* **Manage jobs** — submit long-running generations and poll their status/results.
118118
* **Account** — check your balance and usage.
119119

120-
Every call is billed to your AIMLAPI account, just like the REST API.
120+
Every call is billed to your AI/ML API account, just like the REST API.
121+
122+
### Example requests
123+
124+
Once connected, you talk to AI/ML API in plain language from your client. Because AI/ML API is an aggregator of **1000+ models**, you can do things no single-provider MCP can.
125+
126+
**Pick the right model for the job** _(unique to an aggregator)_
127+
128+
* "Find the cheapest model with function calling and 128k context, and show the cost per 1M tokens."
129+
* "Compare GPT-5.6 Sol and Claude Opus 4.8 on price and context window."
130+
* "Which AI/ML API model is best for coding agents?"
131+
* "Run this prompt through the top 3 models and show me the answers side by side."
132+
133+
**Keep an eye on spend (AI FinOps)**
134+
135+
* "What's my AI/ML API balance?"
136+
* "How much have I spent this month, and on what?"
137+
* "Suggest a cheaper model for my last task."
138+
139+
**Discover the catalog**
140+
141+
* "List the newest LLMs on AI/ML API."
142+
* "Show me all image models and their prices."
143+
144+
**Run inference**
145+
146+
* "Explain OAuth in two sentences."
147+
* "Generate an image of a mountain lake at sunset with Nano Banana 2."
148+
* "Create embeddings for these three sentences."
149+
150+
Your client picks the right AI/ML API tool automatically and streams the result back into the chat.
121151

122152
## Managing the connection
123153

124-
To stop using AIMLAPI from a client, **remove or disconnect** the AIMLAPI connector — the exact step differs per client:
154+
To stop using AI/ML API from a client, **remove or disconnect** the AIMLAPI connector — the exact step differs per client:
125155

126156
| Client | How to remove |
127157
| -------------- | ----------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)