Add optional provider field (anthropic, openai, alibaba, github, openrouter, opencode) as groundwork for F-WE-PDIV provider diversity enforcement in auto-model selection. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
277 B
YAML
15 lines
277 B
YAML
name: gpt-4o-openai
|
|
endpoint: gpt-4o-openai
|
|
provider: openai
|
|
scores:
|
|
complexity: 8
|
|
test_pass_rate: 8
|
|
creativity: 8
|
|
spec_adherence: 8
|
|
cost_efficiency: 7
|
|
context_utilisation: 8
|
|
cost_per_1k_tokens:
|
|
input: 0.0025
|
|
output: 0.01
|
|
source: benchmark
|
|
harness_version: null |