Skip to content

Release v1.36.1#4120

Merged
hieptl merged 1 commit into
mainfrom
rel-1.36.1
Jul 15, 2026
Merged

Release v1.36.1#4120
hieptl merged 1 commit into
mainfrom
rel-1.36.1

Conversation

@all-hands-bot

@all-hands-bot all-hands-bot commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Release v1.36.1

This PR prepares the release for version 1.36.1.

Started by: @hieptl

Release Checklist

  • Version set to 1.36.1
  • Fix any deprecation deadlines if they exist
  • Integration tests pass (tagged with integration-test)
  • Behavior tests pass (tagged with behavior-test)
  • Example tests pass (tagged with test-examples)
  • Security scan passes (tagged with security-scan)
  • Evaluation on OpenHands Index
  • Confirm any release-note-required PRs are accurately called out in the final release notes

What happens on merge

When this PR is merged, the create-release.yml workflow will automatically:

  1. Create a GitHub release with tag v1.36.1 and auto-generated notes, plus an explicit preamble for merged release-note-required PRs
  2. Trigger pypi-release.yml to publish all packages to PyPI
  3. Trigger version-bump-prs.yml to create downstream version bump PRs

Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.13-nodejs22-slim Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:c2d9695-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-c2d9695-python \
  ghcr.io/openhands/agent-server:c2d9695-python

All tags pushed for this build

ghcr.io/openhands/agent-server:c2d9695-golang-amd64
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-golang-amd64
ghcr.io/openhands/agent-server:rel-1.36.1-golang-amd64
ghcr.io/openhands/agent-server:c2d9695-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:c2d9695-golang-arm64
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-golang-arm64
ghcr.io/openhands/agent-server:rel-1.36.1-golang-arm64
ghcr.io/openhands/agent-server:c2d9695-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:c2d9695-java-amd64
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-java-amd64
ghcr.io/openhands/agent-server:rel-1.36.1-java-amd64
ghcr.io/openhands/agent-server:c2d9695-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:c2d9695-java-arm64
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-java-arm64
ghcr.io/openhands/agent-server:rel-1.36.1-java-arm64
ghcr.io/openhands/agent-server:c2d9695-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:c2d9695-python-amd64
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-python-amd64
ghcr.io/openhands/agent-server:rel-1.36.1-python-amd64
ghcr.io/openhands/agent-server:c2d9695-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-slim-amd64
ghcr.io/openhands/agent-server:c2d9695-python-arm64
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-python-arm64
ghcr.io/openhands/agent-server:rel-1.36.1-python-arm64
ghcr.io/openhands/agent-server:c2d9695-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-slim-arm64
ghcr.io/openhands/agent-server:c2d9695-golang
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-golang
ghcr.io/openhands/agent-server:rel-1.36.1-golang
ghcr.io/openhands/agent-server:c2d9695-golang_tag_1.21-bookworm
ghcr.io/openhands/agent-server:c2d9695-java
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-java
ghcr.io/openhands/agent-server:rel-1.36.1-java
ghcr.io/openhands/agent-server:c2d9695-eclipse-temurin_tag_17-jdk
ghcr.io/openhands/agent-server:c2d9695-python
ghcr.io/openhands/agent-server:c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1-python
ghcr.io/openhands/agent-server:rel-1.36.1-python
ghcr.io/openhands/agent-server:c2d9695-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-slim

About Multi-Architecture Support

  • Each variant tag (e.g., c2d9695-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., c2d9695-python-amd64) are also available if needed

Co-authored-by: openhands <openhands@all-hands.dev>
@all-hands-bot all-hands-bot added integration-test Runs the integration tests and comments the results test-examples Run all applicable "examples/" files. Expensive operation. behavior-test security-scan Run the release security scan (approval-drift + supply-chain) on this PR labels Jul 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi! I started running the integration tests on your PR. You will receive a comment with the results shortly.

@github-actions

Copy link
Copy Markdown
Contributor

Hi! I started running the behavior tests on your PR. You will receive a comment with the results shortly.

@github-actions

Copy link
Copy Markdown
Contributor

🔒 Release Security Scan

🔒 Approval drift (time-of-check vs time-of-use)

⚠️ 1 warning(s), nothing blocking

Baseline: v1.36.0 — 2 merged PR(s) in range.

⚠️ 1 first-parent commit(s) in range did not match the (#N) squash convention and were not audited (a merge/rebase merge, or a lost (#N) suffix). These are a blind spot — inspect them:

  • Release v1.36.1

Audited 2 PR(s): 2 clean, 0 flagged, 0 un-auditable.

📦 Supply-chain dependency diff

✅ no findings

Baseline: v1.36.0
Added: 0, bumped: 4, removed: 0.

OSV: no known vulns across 4 new/bumped dep(s).

Bumped dependencies
  • openhands-agent-server: 1.36.0 → 1.36.1
  • openhands-sdk: 1.36.0 → 1.36.1
  • openhands-tools: 1.36.0 → 1.36.1
  • openhands-workspace: 1.36.0 → 1.36.1

Deterministic scanners: approval-drift + supply-chain dependency diff. Read-only; no PR code executed.

@github-actions

Copy link
Copy Markdown
Contributor

Python API breakage checks — ✅ PASSED

Result:PASSED

Action log

@github-actions

Copy link
Copy Markdown
Contributor

REST API breakage checks (OpenAPI) — ✅ PASSED

Result:PASSED

Action log

@hieptl hieptl self-assigned this Jul 15, 2026

@all-hands-bot all-hands-bot left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

✅ QA Report: PASS

Verified the release bump as a real install/build/server user path: installed package metadata, built wheel metadata, and the running agent-server /server_info endpoint all report 1.36.1 on the PR.

Does this PR achieve its stated goal?

Yes. The stated goal is to prepare release 1.36.1 by setting package versions to 1.36.1; after applying the PR commit, all four editable packages installed as 1.36.1, the built wheels carry 1.36.1 metadata, and a live agent-server returned version, sdk_version, tools_version, and workspace_version as 1.36.1. The same checks on main reported 1.36.0, confirming the PR changes produce the intended release-version delta.

Phase Result
Environment Setup make build completed successfully and installed the workspace packages.
CI Status ⏳ GitHub reports 13 successful, 21 pending, 13 skipped, 0 failing checks at review time.
Functional Verification ✅ Package install metadata, built release artifacts, and live /server_info all report 1.36.1.
Functional Verification

Test 1: Installed package metadata and live server version endpoint

Step 1 — Establish baseline on main:
Ran git checkout --detach origin/main && uv sync --frozen && uv run python -c "...metadata.version(...)...", then started the real server with OH_SECRET_KEY=qa-secret uv run agent-server --host 127.0.0.1 --port 8010 and requested GET /server_info:

openhands-sdk=1.36.0
openhands-tools=1.36.0
openhands-workspace=1.36.0
openhands-agent-server=1.36.0
SERVER_INFO_MAIN
{"version":"1.36.0","sdk_version":"1.36.0","tools_version":"1.36.0","workspace_version":"1.36.0", ...}

This shows the pre-PR user-visible package/server versions are 1.36.0.

Step 2 — Apply the PR's changes:
Checked out PR commit c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1 and reran uv sync --frozen.

Step 3 — Re-run with the PR in place:
Ran the same installed metadata check, then started the real server with OH_SECRET_KEY=qa-secret uv run agent-server --host 127.0.0.1 --port 8011 and requested GET /server_info:

openhands-sdk=1.36.1
openhands-tools=1.36.1
openhands-workspace=1.36.1
openhands-agent-server=1.36.1
SERVER_INFO_PR
{"version":"1.36.1","sdk_version":"1.36.1","tools_version":"1.36.1","workspace_version":"1.36.1", ...}

This confirms the installed packages and the live server endpoint expose the release version intended by the PR.

Test 2: Release artifact build metadata

Step 1 — Baseline:
The main-branch install/server check above reported all package versions as 1.36.0, so a release artifact built from the pre-PR state would not represent 1.36.1.

Step 2 — Apply the PR's changes:
Using the same PR checkout at c2d9695f7ab4b7f579b04d2fd16bd0d2ebefffb1.

Step 3 — Build and inspect artifacts:
Ran uv build --all-packages --out-dir /tmp/oh-qa-dist, then inspected each wheel's METADATA:

Successfully built /tmp/oh-qa-dist/openhands_agent_server-1.36.1-py3-none-any.whl
Successfully built /tmp/oh-qa-dist/openhands_sdk-1.36.1-py3-none-any.whl
Successfully built /tmp/oh-qa-dist/openhands_tools-1.36.1-py3-none-any.whl
Successfully built /tmp/oh-qa-dist/openhands_workspace-1.36.1-py3-none-any.whl
openhands_agent_server-1.36.1-py3-none-any.whl: openhands-agent-server==1.36.1
openhands_sdk-1.36.1-py3-none-any.whl: openhands-sdk==1.36.1
openhands_tools-1.36.1-py3-none-any.whl: openhands-tools==1.36.1
openhands_workspace-1.36.1-py3-none-any.whl: openhands-workspace==1.36.1

This confirms the artifacts that would be published for the release carry the intended 1.36.1 package metadata.

Issues Found

None.

This review was created by an AI agent (OpenHands) on behalf of the user.

@github-actions

Copy link
Copy Markdown
Contributor

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL36826723080% 
report-only-changed-files is enabled. No files were changed during this commit :)

@github-actions

Copy link
Copy Markdown
Contributor

🧪 Integration Tests Results

Overall Success Rate: 97.7%
Total Cost: $2.00
Models Tested: 5
Timestamp: 2026-07-15 06:00:54 UTC

📁 Detailed Logs & Artifacts

Click the links below to access detailed agent/LLM logs showing the complete reasoning process for each model. On the GitHub Actions page, scroll down to the 'Artifacts' section to download the logs.

📊 Summary

Model Overall Tests Passed Skipped Total Cost Tokens
litellm_proxy_anthropic_claude_sonnet_4_6 88.9% 8/9 0 9 $0.56 376,277
litellm_proxy_gemini_3.1_pro_preview 100.0% 9/9 0 9 $0.50 387,957
litellm_proxy_openai_gpt_5.5 100.0% 9/9 0 9 $0.90 307,310
litellm_proxy_deepseek_deepseek_v4_flash 100.0% 8/8 1 9 $0.03 389,818
litellm_proxy_minimax_MiniMax_M2.7 100.0% 8/8 1 9 $0.00 319,357

📋 Detailed Results

litellm_proxy_anthropic_claude_sonnet_4_6

  • Success Rate: 88.9% (8/9)
  • Total Cost: $0.56
  • Token Usage: prompt: 370,088, completion: 6,189, cache_read: 265,373, cache_write: 104,409, reasoning: 877
  • Run Suffix: litellm_proxy_anthropic_claude_sonnet_4_6_c2d9695_claude_sonnet_4_6_run_N9_20260715_055423

Failed Tests:

  • t02_add_bash_hello: Shell script is not executable (Cost: $0.06)

litellm_proxy_gemini_3.1_pro_preview

  • Success Rate: 100.0% (9/9)
  • Total Cost: $0.50
  • Token Usage: prompt: 382,343, completion: 5,614, cache_read: 182,256, reasoning: 3,392
  • Run Suffix: litellm_proxy_gemini_3.1_pro_preview_c2d9695_gemini_3_1_pro_run_N9_20260715_055424

litellm_proxy_openai_gpt_5.5

  • Success Rate: 100.0% (9/9)
  • Total Cost: $0.90
  • Token Usage: prompt: 302,557, completion: 4,753, cache_read: 167,424, reasoning: 1,437
  • Run Suffix: litellm_proxy_openai_gpt_5.5_c2d9695_gpt_5_5_run_N9_20260715_055426

litellm_proxy_deepseek_deepseek_v4_flash

  • Success Rate: 100.0% (8/8)
  • Total Cost: $0.03
  • Token Usage: prompt: 385,445, completion: 4,373, cache_read: 85,760, reasoning: 870
  • Run Suffix: litellm_proxy_deepseek_deepseek_v4_flash_c2d9695_deepseek_v4_flash_run_N9_20260715_055425
  • Skipped Tests: 1

Skipped Tests:

  • t08_image_file_viewing: This test requires a vision-capable LLM model. Please use a model that supports image input.

litellm_proxy_minimax_MiniMax_M2.7

  • Success Rate: 100.0% (8/8)
  • Total Cost: $0.00
  • Token Usage: prompt: 315,327, completion: 4,030, cache_read: 249,376, reasoning: 1,202
  • Run Suffix: litellm_proxy_minimax_MiniMax_M2.7_c2d9695_minimax_m2_7_run_N9_20260715_055421
  • Skipped Tests: 1

Skipped Tests:

  • t08_image_file_viewing: This test requires a vision-capable LLM model. Please use a model that supports image input.

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

🔄 Running Examples with openhands/claude-haiku-4-5-20251001

Generated: 2026-07-15 06:23:30 UTC

Example Status Duration Cost
01_standalone_sdk/02_custom_tools.py ✅ PASS 33.3s $0.03
01_standalone_sdk/03_activate_skill.py ✅ PASS 27.6s $0.03
01_standalone_sdk/05_use_llm_registry.py ✅ PASS 9.8s $0.00
01_standalone_sdk/07_mcp_integration.py ✅ PASS 48.9s $0.04
01_standalone_sdk/09_pause_example.py ✅ PASS 13.8s $0.01
01_standalone_sdk/10_persistence.py ✅ PASS 33.2s $0.03
01_standalone_sdk/11_async.py ✅ PASS 27.1s $0.03
01_standalone_sdk/12_custom_secrets.py ✅ PASS 14.3s $0.01
01_standalone_sdk/13_get_llm_metrics.py ✅ PASS 20.6s $0.02
01_standalone_sdk/14_context_condenser.py ✅ PASS 2m 16s $0.15
01_standalone_sdk/17_image_input.py ✅ PASS 18.6s $0.02
01_standalone_sdk/18_send_message_while_processing.py ✅ PASS 17.1s $0.01
01_standalone_sdk/19_llm_routing.py ✅ PASS 18.3s $0.02
01_standalone_sdk/20_stuck_detector.py ✅ PASS 17.8s $0.03
01_standalone_sdk/21_generate_extraneous_conversation_costs.py ✅ PASS 10.6s $0.01
01_standalone_sdk/22_anthropic_thinking.py ✅ PASS 18.8s $0.01
01_standalone_sdk/23_responses_reasoning.py ✅ PASS 36.4s $0.01
01_standalone_sdk/24_planning_agent_workflow.py ✅ PASS 3m 40s $0.28
01_standalone_sdk/25_agent_delegation.py ✅ PASS 56.9s $0.05
01_standalone_sdk/26_custom_visualizer.py ✅ PASS 17.6s $0.02
01_standalone_sdk/28_ask_agent_example.py ✅ PASS 39.6s $0.04
01_standalone_sdk/29_llm_streaming.py ✅ PASS 38.1s $0.02
01_standalone_sdk/30_tom_agent.py ✅ PASS 9.1s $0.01
01_standalone_sdk/31_iterative_refinement.py ✅ PASS 1m 9s $0.07
01_standalone_sdk/32_configurable_security_policy.py ✅ PASS 19.3s $0.02
01_standalone_sdk/33_hooks/main.py ✅ PASS 32.9s $0.04
01_standalone_sdk/34_critic_example.py ✅ PASS 6m 48s $0.71
01_standalone_sdk/36_event_json_to_openai_messages.py ✅ PASS 9.3s $0.00
01_standalone_sdk/37_llm_profile_store/main.py ✅ PASS 5.5s $0.00
01_standalone_sdk/38_browser_session_recording.py ✅ PASS 36.8s $0.04
01_standalone_sdk/39_llm_fallback.py ✅ PASS 18.1s $0.01
01_standalone_sdk/40_acp_agent_example.py ✅ PASS 50.4s $0.32
01_standalone_sdk/41_task_tool_set.py ✅ PASS 24.7s $0.03
01_standalone_sdk/42_file_based_subagents.py ✅ PASS 51.6s $0.05
01_standalone_sdk/44_model_switching_in_convo.py ✅ PASS 8.3s $0.01
01_standalone_sdk/45_parallel_tool_execution.py ✅ PASS 9m 31s $0.75
01_standalone_sdk/46_agent_settings.py ✅ PASS 10.1s $0.01
01_standalone_sdk/47_defense_in_depth_security.py ✅ PASS 3.8s $0.00
01_standalone_sdk/48_conversation_fork.py ✅ PASS 22.2s $0.01
01_standalone_sdk/49_switch_llm_tool.py ✅ PASS 8.3s $0.04
01_standalone_sdk/50_async_cancellation.py ✅ PASS 13.0s $0.00
01_standalone_sdk/51_agent_hooks/main.py ✅ PASS 1m 1s $0.05
01_standalone_sdk/52_dynamic_workflow.py ✅ PASS 5m 35s $0.08
01_standalone_sdk/53_client_defined_tools.py ✅ PASS 18.6s $0.01
01_standalone_sdk/54_goal_completion_loop.py ✅ PASS 32.3s $0.02
02_remote_agent_server/01_convo_with_local_agent_server.py ✅ PASS 37.6s $0.03
02_remote_agent_server/02_convo_with_docker_sandboxed_server.py ✅ PASS 1m 41s $0.04
02_remote_agent_server/03_browser_use_with_docker_sandboxed_server.py ✅ PASS 51.6s $0.06
02_remote_agent_server/04_convo_with_api_sandboxed_server.py ✅ PASS 1m 48s $0.05
02_remote_agent_server/06_custom_tool/main.py ✅ PASS 5m 3s $0.03
02_remote_agent_server/07_convo_with_cloud_workspace.py ✅ PASS 46.3s $0.03
02_remote_agent_server/08_convo_with_apptainer_sandboxed_server.py ✅ PASS 3m 46s $0.02
02_remote_agent_server/09_acp_agent_with_remote_runtime.py ✅ PASS 1m 4s $0.35
02_remote_agent_server/10_cloud_workspace_share_credentials.py ✅ PASS 54.1s $0.04
02_remote_agent_server/11_conversation_fork.py ✅ PASS 55.4s $0.00
02_remote_agent_server/12_settings_and_secrets_api.py ✅ PASS 2m 18s $0.02
02_remote_agent_server/13_workspace_get_llm.py ✅ PASS 31.5s $0.02
02_remote_agent_server/14_client_defined_tools.py ✅ PASS 32.4s $0.02
02_remote_agent_server/15_openai_compatible_gateway.py ✅ PASS 17.4s $0.02
02_remote_agent_server/16_deferred_init.py ✅ PASS 21.9s $0.01
04_llm_specific_tools/01_gpt5_apply_patch_preset.py ✅ PASS 24.0s $0.02
04_llm_specific_tools/02_gemini_file_tools.py ✅ PASS 35.7s $0.06
05_skills_and_plugins/01_loading_agentskills/main.py ✅ PASS 16.5s $0.02
05_skills_and_plugins/02_loading_plugins/main.py ✅ PASS 19.5s $0.02
05_skills_and_plugins/04_mixed_marketplace_skills/main.py ✅ PASS 3.6s $0.00

✅ All tests passed!

Total: 65 | Passed: 65 | Failed: 0 | Total Cost: $4.04

View full workflow run

@github-actions

Copy link
Copy Markdown
Contributor

🧪 Integration Tests Results

Overall Success Rate: 96.0%
Total Cost: $12.39
Models Tested: 5
Timestamp: 2026-07-15 06:04:35 UTC

📁 Detailed Logs & Artifacts

Click the links below to access detailed agent/LLM logs showing the complete reasoning process for each model. On the GitHub Actions page, scroll down to the 'Artifacts' section to download the logs.

📊 Summary

Model Overall Tests Passed Skipped Total Cost Tokens
litellm_proxy_anthropic_claude_sonnet_4_6 100.0% 5/5 0 5 $2.52 3,089,393
litellm_proxy_minimax_MiniMax_M2.7 100.0% 5/5 0 5 $0.15 2,523,252
litellm_proxy_openai_gpt_5.5 100.0% 5/5 0 5 $4.20 3,153,692
litellm_proxy_gemini_3.1_pro_preview 80.0% 4/5 0 5 $5.11 7,197,738
litellm_proxy_deepseek_deepseek_v4_flash 100.0% 5/5 0 5 $0.41 3,628,637

📋 Detailed Results

litellm_proxy_anthropic_claude_sonnet_4_6

  • Success Rate: 100.0% (5/5)
  • Total Cost: $2.52
  • Token Usage: prompt: 3,037,520, completion: 51,873, cache_read: 2,708,353, cache_write: 238,319, reasoning: 6,737
  • Run Suffix: litellm_proxy_anthropic_claude_sonnet_4_6_c2d9695_claude_sonnet_4_6_run_N5_20260715_055417

litellm_proxy_minimax_MiniMax_M2.7

  • Success Rate: 100.0% (5/5)
  • Total Cost: $0.15
  • Token Usage: prompt: 2,493,986, completion: 29,266, cache_read: 2,214,935, reasoning: 5,187
  • Run Suffix: litellm_proxy_minimax_MiniMax_M2.7_c2d9695_minimax_m2_7_run_N5_20260715_055420

litellm_proxy_openai_gpt_5.5

  • Success Rate: 100.0% (5/5)
  • Total Cost: $4.20
  • Token Usage: prompt: 3,119,056, completion: 34,636, cache_read: 2,655,232, reasoning: 9,414
  • Run Suffix: litellm_proxy_openai_gpt_5.5_c2d9695_gpt_5_5_run_N5_20260715_055422

litellm_proxy_gemini_3.1_pro_preview

  • Success Rate: 80.0% (4/5)
  • Total Cost: $5.11
  • Token Usage: prompt: 7,157,128, completion: 40,610, cache_read: 5,313,047, reasoning: 22,413
  • Run Suffix: litellm_proxy_gemini_3.1_pro_preview_c2d9695_gemini_3_1_pro_run_N5_20260715_055423

Failed Tests:

  • b01_no_premature_implementation: Early stopped: Detected forbidden file operation: str_replace on /tmp/tmpflashotu/software-agent-sdk/openhands-sdk/openhands/sdk/agent/agent.py (Cost: $0.89)

litellm_proxy_deepseek_deepseek_v4_flash

  • Success Rate: 100.0% (5/5)
  • Total Cost: $0.41
  • Token Usage: prompt: 3,587,138, completion: 41,499, cache_read: 1,477,504, reasoning: 14,051
  • Run Suffix: litellm_proxy_deepseek_deepseek_v4_flash_c2d9695_deepseek_v4_flash_run_N5_20260715_055423

@hieptl
hieptl merged commit 1d0a0b8 into main Jul 15, 2026
100 checks passed
@hieptl
hieptl deleted the rel-1.36.1 branch July 15, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

behavior-test integration-test Runs the integration tests and comments the results security-scan Run the release security scan (approval-drift + supply-chain) on this PR test-examples Run all applicable "examples/" files. Expensive operation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants