> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Providers Summary

> 📊 Get a high-level summary of all providers and their capabilities.

Quick reference for what's available in the system.



## OpenAPI

````yaml https://api.mrassistant.ai/openapi.json get /providers/summary
openapi: 3.1.0
info:
  title: Backend - Multilingual Voice Agent System
  description: FastAPI backend for multilingual voice agents with tool use
  version: 1.0.0
servers: []
security: []
paths:
  /providers/summary:
    get:
      tags:
        - providers
      summary: Get Providers Summary
      description: |-
        📊 Get a high-level summary of all providers and their capabilities.

        Quick reference for what's available in the system.
      operationId: get_providers_summary_providers_summary_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````