diff --git a/README.md b/README.md index 7cd5e9d..4c2859f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

Keyaos Logo

@@ -13,7 +15,7 @@ Cloudflare Workers TypeScript React 19 - MIT License + BUSL-1.1 License

@@ -148,7 +150,7 @@ curl https://keyaos..workers.dev/v1/messages \ -H "Content-Type: application/json" \ -d '{ "model": "anthropic/claude-sonnet-4", - "max_tokens": 1024, + "max_tokens": 1024096, "messages": [{"role": "user", "content": "Hello"}] }' ```