Skip to content

feat: add qwen3.5 flash model template#6787

Merged
luobily merged 1 commit into
erda-project:masterfrom
luobily:codex/add-qwen35-flash-template
Jul 6, 2026
Merged

feat: add qwen3.5 flash model template#6787
luobily merged 1 commit into
erda-project:masterfrom
luobily:codex/add-qwen35-flash-template

Conversation

@luobily

@luobily luobily commented Jul 1, 2026

Copy link
Copy Markdown
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Specified Reviewers:

/assign @your-reviewer

ChangeLog

Language Changelog
🇺🇸 English Add qwen3.5 flash model template
🇨🇳 中文 新增 qwen3.5 flash 模版

Need cherry-pick to release versions?

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 15.84%. Comparing base (705dd82) to head (dc74b8b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6787      +/-   ##
==========================================
+ Coverage   15.82%   15.84%   +0.01%     
==========================================
  Files        3998     3998              
  Lines      328179   328128      -51     
==========================================
+ Hits        51933    51983      +50     
+ Misses     270350   270244     -106     
- Partials     5896     5901       +5     
Flag Coverage Δ
by-github-actions 15.84% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6991694dcc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"model_name": "${@template.placeholders.target-model-name}",
"pricing": {
"completion": "0.000008",
"completion": "0.000002",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve thinking-mode completion pricing

When clients use qwen-plus with thinking enabled, this flat completion rate is what token usage aggregation reads (internal/apps/ai-proxy/handlers/handler_token_usage/aggregate.go:203-204) and applies to all output tokens (aggregate.go:177-178). The official Aliyun pricing table for qwen-plus still lists 2 CNY/M for non-thinking output but 8 CNY/M for thinking output in the ≤128K tier (https://help.aliyun.com/zh/model-studio/model-pricing), while this template still advertises enable_thinking; lowering the rate to 0.000002 will under-report/under-charge thinking calls by 4x. Keep the thinking-mode rate or add mode-specific pricing before changing this value.

Useful? React with 👍 / 👎.

@luobily luobily changed the title Add qwen3.5 flash model template feat: add qwen3.5 flash model template Jul 1, 2026
@luobily luobily force-pushed the codex/add-qwen35-flash-template branch from 6991694 to dc74b8b Compare July 2, 2026 09:42
@luobily luobily merged commit 0172b2e into erda-project:master Jul 6, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants