You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Manage jobs** — submit long-running generations and poll their status/results.
118
118
***Account** — check your balance and usage.
119
119
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.
121
151
122
152
## Managing the connection
123
153
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:
0 commit comments