docs: update README to include Stream and Non-Stream sections for Claude model

This commit is contained in:
Laisky.Cai
2025-02-25 03:18:46 +00:00
parent f60300e52c
commit 56a1c52240

View File

@@ -27,6 +27,8 @@ Also welcome to register and use my deployed one-api gateway, which supports var
- [Support gemini-2.0-flash](#support-gemini-20-flash)
- [Support OpenRouter's reasoning content](#support-openrouters-reasoning-content)
- [Support claude-3-7-sonnet \& thinking](#support-claude-3-7-sonnet--thinking)
- [Stream](#stream)
- [Non-Stream](#non-stream)
- [Bug fix](#bug-fix)
## New Features
@@ -129,8 +131,13 @@ type UserRequestCost struct {
- [feat: support claude-3-7-sonnet #2143](https://github.com/songquanpeng/one-api/pull/2143/files)
- [feat: support claude thinking #2144](https://github.com/songquanpeng/one-api/pull/2144)
#### Stream
![](https://s3.laisky.com/uploads/2025/02/claude-thinking.png)
#### Non-Stream
![](https://s3.laisky.com/uploads/2025/02/claude-thinking-non-stream.png)
## Bug fix
- [BUGFIX: 更新令牌时的一些问题 #1933](https://github.com/songquanpeng/one-api/pull/1933)