fed8b2eed7
Build and push multi-arch DocsGPT Docker image / build (linux/amd64, ubuntu-latest, amd64) (push) Has been cancelled
Backend release / release (push) Has been cancelled
Bandit Security Scan / bandit_scan (push) Has been cancelled
Build and push multi-arch DocsGPT Docker image / build (linux/arm64, ubuntu-24.04-arm, arm64) (push) Has been cancelled
Build and push multi-arch DocsGPT Docker image / manifest (push) Has been cancelled
Build and push DocsGPT FE Docker image for development / build (linux/amd64, ubuntu-latest, amd64) (push) Has been cancelled
Build and push DocsGPT FE Docker image for development / build (linux/arm64, ubuntu-24.04-arm, arm64) (push) Has been cancelled
Build and push DocsGPT FE Docker image for development / manifest (push) Has been cancelled
Python linting / ruff (push) Has been cancelled
Run python tests with pytest / Run tests and count coverage (3.12) (push) Has been cancelled
React Widget Build / build (push) Has been cancelled
26 lines
803 B
YAML
26 lines
803 B
YAML
provider: openrouter
|
|
defaults:
|
|
supports_tools: true
|
|
attachments: [image]
|
|
context_window: 128000
|
|
|
|
models:
|
|
- id: qwen/qwen3-coder:free
|
|
display_name: Qwen3 Coder (free)
|
|
description: Free-tier 480B MoE coder model with strong agentic tool use; rate-limited
|
|
context_window: 262000
|
|
attachments: []
|
|
|
|
- id: deepseek/deepseek-v3.2
|
|
display_name: DeepSeek V3.2
|
|
description: Open-weights reasoning model, very low cost (~$0.25 in / $0.38 out per 1M)
|
|
context_window: 131072
|
|
attachments: []
|
|
supports_structured_output: true
|
|
|
|
- id: anthropic/claude-sonnet-4.6
|
|
display_name: Claude Sonnet 4.6 (via OpenRouter)
|
|
description: Frontier Sonnet-class model with 1M context, vision, and extended thinking
|
|
context_window: 1000000
|
|
supports_structured_output: true
|