free-claude-code/tests/api
Alishahryar1 6297b48f81 feat(deepseek): use native Anthropic Messages transport
- Point DeepSeek at api.deepseek.com/anthropic with x-api-key headers
- Native request builder, DeepSeek-specific thinking/block sanitization
- Drop deepseek from OpenAI-chat server-tool preflight; update tests and docs
- Default smoke model deepseek-v4-pro; re-export dump_raw_messages_request
2026-04-26 12:03:21 -07:00
..
test_anthropic_request_passthrough.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_api.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_app_lifespan_and_errors.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_auth.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_dependencies.py feat(deepseek): use native Anthropic Messages transport 2026-04-26 12:03:21 -07:00
test_detection.py new linter rules and fixes 2026-02-18 04:13:41 -08:00
test_model_router.py Add per-model thinking toggles 2026-04-25 20:51:07 -07:00
test_models_validators.py feat: Anthropic web server tools, provider metadata, messaging hardening 2026-04-24 23:01:14 -07:00
test_optimization_handlers.py Added optimization logging 2026-03-01 01:02:59 -08:00
test_request_utils.py refactor: drop legacy title-generation detection copy 2026-04-25 00:45:22 -07:00
test_request_utils_filepaths_and_suggestions.py Improved optimizations to decrease llm calls further and increase throughput 2026-02-18 17:54:41 -08:00
test_response_models.py new linter rules and fixes 2026-02-18 04:13:41 -08:00
test_routes_optimizations.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_runtime_safe_logging.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_safe_logging.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_server_module.py new linter rules and fixes 2026-02-18 04:13:41 -08:00
test_validation_log.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
test_web_server_tools.py feat(deepseek): use native Anthropic Messages transport 2026-04-26 12:03:21 -07:00