diff --git a/extensions/inference-anthropic-extension/package.json b/extensions/inference-anthropic-extension/package.json index 53d685b465..a9d30a8e5d 100644 --- a/extensions/inference-anthropic-extension/package.json +++ b/extensions/inference-anthropic-extension/package.json @@ -1,7 +1,7 @@ { "name": "@janhq/inference-anthropic-extension", "productName": "Anthropic Inference Engine", - "version": "1.0.1", + "version": "1.0.2", "description": "This extension enables Anthropic chat completion API calls", "main": "dist/index.js", "module": "dist/module.js", diff --git a/extensions/inference-anthropic-extension/resources/models.json b/extensions/inference-anthropic-extension/resources/models.json index 363e0bd38e..1462837ac0 100644 --- a/extensions/inference-anthropic-extension/resources/models.json +++ b/extensions/inference-anthropic-extension/resources/models.json @@ -19,10 +19,7 @@ }, "metadata": { "author": "Anthropic", - "tags": [ - "General", - "Big Context Length" - ] + "tags": ["General", "Big Context Length"] }, "engine": "anthropic" }, @@ -46,10 +43,7 @@ }, "metadata": { "author": "Anthropic", - "tags": [ - "General", - "Big Context Length" - ] + "tags": ["General", "Big Context Length"] }, "engine": "anthropic" }, @@ -73,11 +67,32 @@ }, "metadata": { "author": "Anthropic", - "tags": [ - "General", - "Big Context Length" - ] + "tags": ["General", "Big Context Length"] + }, + "engine": "anthropic" + }, + { + "sources": [ + { + "url": "https://www.anthropic.com/" + } + ], + "id": "claude-3-5-sonnet-20240620", + "object": "model", + "name": "Claude 3.5 Sonnet", + "version": "1.0", + "description": "Claude 3.5 Sonnet raises the industry bar for intelligence, outperforming competitor models and Claude 3 Opus on a wide range of evaluations, with the speed and cost of our mid-tier model, Claude 3 Sonnet.", + "format": "api", + "settings": {}, + "parameters": { + "max_tokens": 4096, + "temperature": 0.7, + "stream": true + }, + "metadata": { + "author": "Anthropic", + "tags": ["General", "Big Context Length"] }, "engine": "anthropic" } -] \ No newline at end of file +]