← Tools Reference

Deepgram

Deepgram integration (AI, Developer Tools). Imported from open-connector.

API key8 toolshttps://api.deepgram.com/v1
GET
deepgram_list_projects
List the Deepgram projects available to the current API key.

/projects

GET
deepgram_get_project
Get details for one Deepgram project.

/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Deepgram project.
GET
deepgram_list_project_keys
List the API keys associated with a Deepgram project.

/projects/{projectId}/keys

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Deepgram project.
statusstringoptionalThe Deepgram project API key status to filter by.
GET
deepgram_list_project_balances
List the outstanding balances for a Deepgram project.

/projects/{projectId}/balances

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Deepgram project.
GET
deepgram_list_models
List the latest public Deepgram models.

/models

1 parameter
ParamTypeRequiredDescription
includeOutdatedbooleanoptionalWhether to include non-latest Deepgram model versions in the response.
GET
deepgram_get_model
Get metadata for one public Deepgram model.

/models/{modelId}

1 parameter
ParamTypeRequiredDescription
modelIdstringrequiredThe unique identifier of the Deepgram model.
GET
deepgram_list_project_models
List the models available to a specific Deepgram project.

/projects/{projectId}/models

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Deepgram project.
includeOutdatedbooleanoptionalWhether to include non-latest Deepgram model versions in the response.
GET
deepgram_get_project_model
Get metadata for one model available to a Deepgram project.

/projects/{projectId}/models/{modelId}

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Deepgram project.
modelIdstringrequiredThe unique identifier of the Deepgram model.