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 AI/ML API account, just like the REST API.
120
+
Every call is billed to your AIML API account, just like the REST API.
121
121
122
122
### Example requests
123
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.
124
+
Once connected, you talk to AIML API in plain language from your client. Because AIML API is an aggregator of **1000+ models**, you can do things no single-provider MCP can.
125
125
126
126
**Pick the right model for the job**_(unique to an aggregator)_
127
127
128
128
* "Find the cheapest model with function calling and 128k context, and show the cost per 1M tokens."
129
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?"
130
+
* "Which AIML API model is best for coding agents?"
131
131
* "Run this prompt through the top 3 models and show me the answers side by side."
132
132
133
133
**Keep an eye on spend (AI FinOps)**
134
134
135
-
* "What's my AI/ML API balance?"
135
+
* "What's my AIML API balance?"
136
136
* "How much have I spent this month, and on what?"
137
137
* "Suggest a cheaper model for my last task."
138
138
139
139
**Discover the catalog**
140
140
141
-
* "List the newest LLMs on AI/ML API."
141
+
* "List the newest LLMs on AIML API."
142
142
* "Show me all image models and their prices."
143
143
144
144
**Run inference**
@@ -147,11 +147,11 @@ Once connected, you talk to AI/ML API in plain language from your client. Becaus
147
147
* "Generate an image of a mountain lake at sunset with Nano Banana 2."
148
148
* "Create embeddings for these three sentences."
149
149
150
-
Your client picks the right AI/ML API tool automatically and streams the result back into the chat.
150
+
Your client picks the right AIML API tool automatically and streams the result back into the chat.
151
151
152
152
## Managing the connection
153
153
154
-
To stop using AI/ML API from a client, **remove or disconnect** the AIMLAPI connector — the exact step differs per client:
154
+
To stop using AIML API from a client, **remove or disconnect** the AIMLAPI connector — the exact step differs per client:
0 commit comments