Skip to content

Transcription Protocol

Transcribes audio files to text.

Transcription Protocol

Transcribes audio files to text.

FieldValue
Protocol IDaster.transcription
Version1.0.0
Compatibility range^1.0.0
Requirement helperaster.transcription.require(settings?) via the protocol module
Provider helperNot available until the protocol module declares a runtime service tag.

Settings

DefaultProtocolSettingsSchema (Record<string, unknown> | null).

Operations

OperationSummaryRequestResponse
transcribeFileTranscribe one audio file.Effect Schema (Objects)Effect Schema (Objects)

Conformance Expectations

  • Register with aster.transcription at 1.0.0 inside ^1.0.0.
  • Implement every operation: transcribeFile.
  • Decode requests and responses against the operation schemas listed above.
  • Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..

Declared Authority

[
{
"kind": "fs",
"access": "read",
"path": {
"kind": "parameter",
"parameter": "audioFilePath"
}
},
{
"kind": "model_spend"
}
]