File size: 3,559 Bytes
e8f351b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | {
"name": "whisperkit-coreml",
"version": "0.2",
"device_support": [
{
"identifiers": ["iPhone11", "iPhone12", "Watch7", "Watch8"],
"models": {
"default": "openai_whisper-tiny",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en"
]
}
},
{
"identifiers": ["iPhone13", "iPad13,18", "iPad13,1"],
"models": {
"default": "openai_whisper-base",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en"
]
}
},
{
"identifiers": [
"iPhone14",
"iPhone15",
"iPhone16",
"iPhone17",
"iPad14,1",
"iPad14,2"
],
"models": {
"default": "openai_whisper-base",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
]
}
},
{
"identifiers": [
"Mac13",
"iMac21",
"MacBookAir10,1",
"MacBookPro17",
"MacBookPro18",
"Macmini9",
"iPad13,16",
"iPad13,4",
"iPad13,8"
],
"models": {
"default": "openai_whisper-large-v3-v20240930",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
"distil-whisper_distil-large-v3",
"openai_whisper-large-v3-v20240930",
]
}
},
{
"identifiers": [
"Mac14",
"Mac15",
"Mac16",
"iPad14,3",
"iPad14,4",
"iPad14,5",
"iPad14,6",
"iPad14,8",
"iPad14,9",
"iPad14,10",
"iPad14,11",
"iPad16"
],
"models": {
"default": "openai_whisper-large-v3-v20240930",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
"distil-whisper_distil-large-v3",
"distil-whisper_distil-large-v3_turbo",
"openai_whisper-large-v3-v20240930",
"openai_whisper-large-v3-v20240930_turbo",
]
}
}
],
"model_checksums": {
}
} |