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
21 lines
723 B
YAML
21 lines
723 B
YAML
provider: openai
|
|
defaults:
|
|
supports_tools: true
|
|
supports_structured_output: true
|
|
attachments: [image]
|
|
context_window: 400000
|
|
|
|
models:
|
|
- id: gpt-5.5
|
|
display_name: GPT-5.5
|
|
description: Flagship frontier model for complex reasoning, coding, and agentic work with a 1M-token context window
|
|
context_window: 1050000
|
|
api_flavor: responses
|
|
reasoning_effort: medium
|
|
- id: gpt-5.4-mini
|
|
display_name: GPT-5.4 Mini
|
|
description: Cost-efficient GPT-5.4-class model for high-volume coding, computer use, and subagent workloads
|
|
- id: gpt-5.4-nano
|
|
display_name: GPT-5.4 Nano
|
|
description: Cheapest GPT-5.4-class model, optimized for simple high-volume tasks where speed and cost matter most
|