OpenAI transcription setup check
| PHP version / SAPI | 7.4.33 / litespeed |
|---|---|
| Loaded php.ini | /opt/alt/php74/etc/php.ini |
| OpenSSL extension | YES |
| HTTPS wrapper | YES |
| allow_url_fopen | YES |
| API key configured | sk-proj...[REDACTED] |
| Memory limit | 512M |
| Configured CA file | (OpenSSL default) |
| CA file exists | Not explicitly configured |
| Vocabulary model | gpt-4o-transcribe |
| Diarization model | gpt-4o-transcribe-diarize |
Model access test: vocabulary model
{
"status": 200,
"requestId": "f7060967-8324-4c75-8522-887e11522e18",
"warning": "",
"body": "{\n \"id\": \"gpt-4o-transcribe\",\n \"object\": \"model\",\n \"created\": 1742068463,\n \"owned_by\": \"system\"\n}"
}
Model access test: diarization model
{
"status": 200,
"requestId": "6ab14603-7168-4ee0-986c-6a654739079e",
"warning": "",
"body": "{\n \"id\": \"gpt-4o-transcribe-diarize\",\n \"object\": \"model\",\n \"created\": 1750798887,\n \"owned_by\": \"system\"\n}"
}
OpenSSL certificate locations
{
"default_cert_file": "/opt/alt/openssl11/etc/pki/tls/cert.pem",
"default_cert_file_env": "SSL_CERT_FILE",
"default_cert_dir": "/opt/alt/openssl11/etc/pki/tls/certs",
"default_cert_dir_env": "SSL_CERT_DIR",
"default_private_dir": "/opt/alt/openssl11/etc/pki/tls/private",
"default_default_cert_area": "/opt/alt/openssl11/etc/pki/tls",
"ini_cafile": "",
"ini_capath": ""
}
Delete or restrict this diagnostic page after commissioning.