最高支持到max,没有ultra

Open Beginner friendly
#6,699 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
go
Domain
api, backend

Research direction

Start by locating the gpt-6-astra model definition containing the supported_reasoning_levels list shown in the issue. Add or verify the ultra level there, then run the related model or API tests and confirm ultra is accepted and exposed alongside max.

Written by the indexing model from the issue text.

Description

"slug": "gpt-6-astra",
"support_verbosity": true,
"supported_in_api": true,
"supported_reasoning_levels": [
{
"effort": "low",
"description": "Fast responses with lighter reasoning"
},
{
"effort": "medium",
"description": "Balanced reasoning for most coding tasks"
},
{
"effort": "high",
"description": "Greater reasoning depth for coding and agent tasks"
},
{
"effort": "xhigh",
"description": "Extra-high reasoning depth for difficult tasks"
},
{
"effort": "max",
"description": "Maximum reasoning depth for complex tasks"
}
],
应该是这里没有ultra

Dominant language
Go
Stars
42.1k
Forks
9k
Avg merge
1d 14h
Merged PRs (30d)
343

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Wei-Shaw/sub2api

All issues in Wei-Shaw/sub2api

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.