config.json
| 1 | { |
| 2 | "name": "whisperkit-coreml", |
| 3 | "version": "0.4", |
| 4 | "device_support": [ |
| 5 | { |
| 6 | "chips": "A12, A13, S9, S10", |
| 7 | "identifiers": [ |
| 8 | "iPhone11", |
| 9 | "iPhone12", |
| 10 | "iPad12,1", |
| 11 | "iPad12,2", |
| 12 | "Watch7", |
| 13 | "Watch8" |
| 14 | ], |
| 15 | "models": { |
| 16 | "default": "openai_whisper-tiny", |
| 17 | "supported": [ |
| 18 | "openai_whisper-tiny", |
| 19 | "openai_whisper-tiny.en", |
| 20 | "openai_whisper-base", |
| 21 | "openai_whisper-base.en" |
| 22 | ] |
| 23 | } |
| 24 | }, |
| 25 | { |
| 26 | "chips": "A16, A17 Pro, A18, A19", |
| 27 | "identifiers": [ |
| 28 | "iPhone15", |
| 29 | "iPhone16", |
| 30 | "iPhone17", |
| 31 | "iPhone18", |
| 32 | "iPad15,7", |
| 33 | "iPad15,8", |
| 34 | "iPad16,1", |
| 35 | "iPad16,2" |
| 36 | ], |
| 37 | "models": { |
| 38 | "default": "openai_whisper-base", |
| 39 | "supported": [ |
| 40 | "openai_whisper-tiny", |
| 41 | "openai_whisper-tiny.en", |
| 42 | "openai_whisper-base", |
| 43 | "openai_whisper-base.en", |
| 44 | "openai_whisper-small", |
| 45 | "openai_whisper-small.en", |
| 46 | "openai_whisper-large-v2_949MB", |
| 47 | "openai_whisper-large-v2_turbo_955MB", |
| 48 | "openai_whisper-large-v3_947MB", |
| 49 | "openai_whisper-large-v3_turbo_954MB", |
| 50 | "distil-whisper_distil-large-v3_594MB", |
| 51 | "distil-whisper_distil-large-v3_turbo_600MB", |
| 52 | "openai_whisper-large-v3-v20240930_626MB", |
| 53 | "openai_whisper-large-v3-v20240930_turbo_632MB" |
| 54 | ] |
| 55 | } |
| 56 | }, |
| 57 | { |
| 58 | "chips": "M1", |
| 59 | "identifiers": [ |
| 60 | "MacBookPro17,1", |
| 61 | "MacBookPro18,1", |
| 62 | "MacBookPro18,2", |
| 63 | "MacBookPro18,3", |
| 64 | "MacBookPro18,4", |
| 65 | "MacBookAir10,1", |
| 66 | "Macmini9,1", |
| 67 | "iMac21,1", |
| 68 | "iMac21,2", |
| 69 | "Mac13", |
| 70 | "iPad13,4", |
| 71 | "iPad13,5", |
| 72 | "iPad13,6", |
| 73 | "iPad13,7", |
| 74 | "iPad13,8", |
| 75 | "iPad13,9", |
| 76 | "iPad13,10", |
| 77 | "iPad13,11", |
| 78 | "iPad13,16", |
| 79 | "iPad13,17" |
| 80 | ], |
| 81 | "models": { |
| 82 | "default": "openai_whisper-large-v3-v20240930_626MB", |
| 83 | "supported": [ |
| 84 | "openai_whisper-tiny", |
| 85 | "openai_whisper-tiny.en", |
| 86 | "openai_whisper-base", |
| 87 | "openai_whisper-base.en", |
| 88 | "openai_whisper-small", |
| 89 | "openai_whisper-small.en", |
| 90 | "openai_whisper-large-v2", |
| 91 | "openai_whisper-large-v2_949MB", |
| 92 | "openai_whisper-large-v3", |
| 93 | "openai_whisper-large-v3_947MB", |
| 94 | "distil-whisper_distil-large-v3", |
| 95 | "distil-whisper_distil-large-v3_594MB", |
| 96 | "openai_whisper-large-v3-v20240930_626MB" |
| 97 | ] |
| 98 | } |
| 99 | }, |
| 100 | { |
| 101 | "chips": "M2, M3, M4", |
| 102 | "identifiers": [ |
| 103 | "Mac14", |
| 104 | "Mac15", |
| 105 | "Mac16", |
| 106 | "iPad14,3", |
| 107 | "iPad14,4", |
| 108 | "iPad14,5", |
| 109 | "iPad14,6", |
| 110 | "iPad14,8", |
| 111 | "iPad14,9", |
| 112 | "iPad14,10", |
| 113 | "iPad14,11", |
| 114 | "iPad15", |
| 115 | "iPad16" |
| 116 | ], |
| 117 | "models": { |
| 118 | "default": "openai_whisper-large-v3-v20240930", |
| 119 | "supported": [ |
| 120 | "openai_whisper-tiny", |
| 121 | "openai_whisper-tiny.en", |
| 122 | "openai_whisper-base", |
| 123 | "openai_whisper-base.en", |
| 124 | "openai_whisper-small", |
| 125 | "openai_whisper-small.en", |
| 126 | "openai_whisper-large-v2", |
| 127 | "openai_whisper-large-v2_949MB", |
| 128 | "openai_whisper-large-v2_turbo", |
| 129 | "openai_whisper-large-v2_turbo_955MB", |
| 130 | "openai_whisper-large-v3", |
| 131 | "openai_whisper-large-v3_947MB", |
| 132 | "openai_whisper-large-v3_turbo", |
| 133 | "openai_whisper-large-v3_turbo_954MB", |
| 134 | "distil-whisper_distil-large-v3", |
| 135 | "distil-whisper_distil-large-v3_594MB", |
| 136 | "distil-whisper_distil-large-v3_turbo", |
| 137 | "distil-whisper_distil-large-v3_turbo_600MB", |
| 138 | "openai_whisper-large-v3-v20240930", |
| 139 | "openai_whisper-large-v3-v20240930_turbo", |
| 140 | "openai_whisper-large-v3-v20240930_626MB", |
| 141 | "openai_whisper-large-v3-v20240930_turbo_632MB" |
| 142 | ] |
| 143 | } |
| 144 | }, |
| 145 | { |
| 146 | "chips": "A14", |
| 147 | "identifiers": [ |
| 148 | "iPhone13", |
| 149 | "iPad13,1", |
| 150 | "iPad13,2", |
| 151 | "iPad13,18", |
| 152 | "iPad13,19" |
| 153 | ], |
| 154 | "models": { |
| 155 | "default": "openai_whisper-base", |
| 156 | "supported": [ |
| 157 | "openai_whisper-tiny", |
| 158 | "openai_whisper-tiny.en", |
| 159 | "openai_whisper-base", |
| 160 | "openai_whisper-base.en", |
| 161 | "openai_whisper-small", |
| 162 | "openai_whisper-small.en" |
| 163 | ] |
| 164 | } |
| 165 | }, |
| 166 | { |
| 167 | "chips": "A15", |
| 168 | "identifiers": [ |
| 169 | "iPhone14", |
| 170 | "iPad14,1", |
| 171 | "iPad14,2" |
| 172 | ], |
| 173 | "models": { |
| 174 | "default": "openai_whisper-base", |
| 175 | "supported": [ |
| 176 | "openai_whisper-tiny", |
| 177 | "openai_whisper-tiny.en", |
| 178 | "openai_whisper-base", |
| 179 | "openai_whisper-base.en", |
| 180 | "openai_whisper-small", |
| 181 | "openai_whisper-small.en", |
| 182 | "openai_whisper-large-v2_949MB", |
| 183 | "openai_whisper-large-v2_turbo_955MB", |
| 184 | "openai_whisper-large-v3_947MB", |
| 185 | "openai_whisper-large-v3_turbo_954MB", |
| 186 | "distil-whisper_distil-large-v3_594MB", |
| 187 | "distil-whisper_distil-large-v3_turbo_600MB", |
| 188 | "openai_whisper-large-v3-v20240930_626MB", |
| 189 | "openai_whisper-large-v3-v20240930_turbo_632MB" |
| 190 | ] |
| 191 | } |
| 192 | } |
| 193 | ], |
| 194 | "model_checksums": { |
| 195 | "distil-whisper_distil-large-v3": "9cd8271143b919402ae776c30b479565", |
| 196 | "distil-whisper_distil-large-v3_594MB": "ca532f45ddbf8a3d241132cc5cf41639", |
| 197 | "distil-whisper_distil-large-v3_turbo": "b8638452c6568dfe33a33bfcc2bc6aca", |
| 198 | "distil-whisper_distil-large-v3_turbo_600MB": "81746b4b1afbbb01a8ae9ea452460d88", |
| 199 | "openai_whisper-base.en": "fbcfd586f15e2952251b1d3257f18471", |
| 200 | "openai_whisper-base": "36e60501ad0f01c1a5719e83a1f63f20", |
| 201 | "openai_whisper-large-v2": "21b86c07318aeeef54598f15b7903979", |
| 202 | "openai_whisper-large-v2_949MB": "71bad4e1566749d1060eda42308d9fb4", |
| 203 | "openai_whisper-large-v2_turbo": "7734959b6550e7b5c2d732bf2b7acd23", |
| 204 | "openai_whisper-large-v2_turbo_955MB": "cb6411862a48ec75325572081f01e5b5", |
| 205 | "openai_whisper-large-v3-v20240930": "17ebd78ff7edfa59001b554e9cc4c021", |
| 206 | "openai_whisper-large-v3-v20240930_547MB": "c945dad68449ac3c78ecb2d561ac189d", |
| 207 | "openai_whisper-large-v3-v20240930_626MB": "578fe5a07f4eb7e4187c920bca571aa5", |
| 208 | "openai_whisper-large-v3-v20240930_turbo": "dfbf09ab741af1d5400ddbd07bb37dad", |
| 209 | "openai_whisper-large-v3-v20240930_turbo_632MB": "33954440dbd785ca1828afe25514f5a5", |
| 210 | "openai_whisper-large-v3": "a6f24dc72785722e9cea89e227856dfe", |
| 211 | "openai_whisper-large-v3_947MB": "ef6b0e9622a046ce2361b4c72307877f", |
| 212 | "openai_whisper-large-v3_turbo": "c550fbdea70c5784d322c0a427f8b5cd", |
| 213 | "openai_whisper-large-v3_turbo_954MB": "e639c4bb98d905064ef5dd38757dd9d1", |
| 214 | "openai_whisper-small.en": "38efe6a00706bbdb995795c67a836e5e", |
| 215 | "openai_whisper-small": "f1d21adb950bc9be5d5343bcdeccd23b", |
| 216 | "openai_whisper-tiny.en": "e1183fd55448923b1ce43a2da67aa21f", |
| 217 | "openai_whisper-tiny": "7147518a3d68ddbea0691e04cfffa4ff" |
| 218 | } |
| 219 | } |