Deepgram · Schema

ModelInfo

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
name string Name of the model.
version string Version of the model.
arch string Architecture of the model.
View JSON Schema on GitHub

JSON Schema

deepgram-modelinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelInfo",
  "title": "ModelInfo",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the model."
    },
    "version": {
      "type": "string",
      "description": "Version of the model."
    },
    "arch": {
      "type": "string",
      "description": "Architecture of the model."
    }
  }
}