GET /api/llm/providers
| Method | GET |
| Path | /api/llm/providers |
| Group | Llm Gateway |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/llmGateway.ts |
Call it
curl -X GET https://zeqsdk.com/api/llm/providers
Public endpoint — no authentication required.
Reference
- Group: Llm Gateway
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.