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

# Handle providers and gateways

Send a simple GET request to retrieve all available providers, their data, metadata and any filter.

```
GET https://api.bitgpt.xyz/providers
```

<Card title="Provider Object" icon="brackets-curly" href="/developer-resources/schemas/provider" arrow="true">
  You can find more information about the schema of the provider object here
</Card>
