> For the complete documentation index, see [llms.txt](https://docs.aibrow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aibrow.ai/api-reference/types/aimodelcorecompatibility.md).

# AIModelCoreCompatibility

```typescript
score: number
  gpuEngines: AIModelGpuEngine[]
  flashAttention: boolean
  contextSize: AIModelManifestConfigRange
  
  
```

An object with the following properties

| Options                                                                                                                                                                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **score** <mark style="background-color:green;">extension</mark> <mark style="background-color:purple;">web</mark> `number`                                                                   |
| **gpuEngines** <mark style="background-color:green;">extension</mark> <mark style="background-color:purple;">web</mark> [`AICapabilityGpuEngine[]`](/api-reference/types/aimodelgpuengine.md) |
| **flashAttention** <mark style="background-color:purple;">web</mark> `boolean`                                                                                                                |
| **contextSize** <mark style="background-color:green;">extension</mark> <mark style="background-color:purple;">web</mark> `number`                                                             |
