Skip to main content
Glama
by microsoft
azure_ai_models.genai.mjs838 B
script({ responseSchema: { type: "array", items: { type: "object", properties: { Model: { type: "string", }, Type: { type: "string", }, Tier: { type: "string", }, }, }, }, }) const page = await host.browse( "https://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/concepts/models", { waitUntil: "networkidle" } ) const tables = await page.locator("table", { hasText: /Model/ }).all() const content = await Promise.all( tables.map(async (t) => HTML.convertToMarkdown(await t.innerHTML())) ) def(`TABLES`, content.join("\n\n")) $`Extract the list of models supported by Azure AI Inference `

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/genaiscript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server