Can't find any info about abacus. My bot says openclaw is sending an unaccepted content type and he can't fix it.
```# Bug Report: HTTP 400 with abacus/gpt-5 — Invalid input_text content type
Summary
When using abacus/gpt-5 model, requests fail with HTTP 400 due to invalid content type input_text.
Error Message
HTTP 400: Error code: 400 - {
'error': {
'message': "Invalid value: 'input_text'. Supported values are: 'output_text' and 'refusal'.",
'type': 'invalid_request_error',
'param': 'input[1].content[0]',
'code': 'invalid_value'
}
}
Environment
- OpenClaw version: (run
openclaw --version) - Model:
abacus/gpt-5 - Provider config:
api: "openai-completions"