BenchmarksAAItem - Go SDK
BenchmarksAAItem - Go SDK
BenchmarksAAItem type definition
BenchmarksAAItem - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AaName | string | ✔️ | Model name as listed on Artificial Analysis. | GPT-4o |
AgenticIndex | *float64 | ✔️ | Artificial Analysis Agentic Index composite score. Higher is better. | 58.3 |
CodingIndex | *float64 | ✔️ | Artificial Analysis Coding Index composite score. Higher is better. | 65.8 |
IntelligenceIndex | *float64 | ✔️ | Artificial Analysis Intelligence Index composite score. Higher is better. | 71.2 |
ModelPermaslug | string | ✔️ | Stable OpenRouter model identifier. | openai/gpt-4o |
Pricing | *components.BenchmarkPricing | ✔️ | OpenRouter pricing per token for this model. Null if pricing is unavailable. | {"completion": "0.000015","prompt": "0.000003"} |