You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the OpenAI format API request with the "anthropic/claude-3.5-sonnet" model via the endpoint https://openrouter.ai/api/v1/chat/completions, the response completion is not generating properly.
To Reproduce
Steps to reproduce the behavior:
Make an API request to the endpoint https://openrouter.ai/api/v1/chat/completions using the OpenAI standard format.
Use the model "anthropic/claude-3.5-sonnet".
Example prompt:
System: You are Claude, a large language model trained by Anthropic. Carefully heed the user's instructions. Respond very concise.
User: loop from 1 to 100 in python
Observe the response.
Expected behavior
The response should generate a concise and correct Python loop for iterating from 1 to 100.
Actual behavior
The response is incorrect and incomplete. Example response:
Here's a concise Python loop
for1, 101(i)
Additional context
This issue seems to be specific to the "anthropic/claude-3.5-sonnet" model when invoked using the OpenAI standard format. Other models or formats might not exhibit this behavior.
You can submit this report on the OpenRouter GitHub issues page.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the OpenAI format API request with the "anthropic/claude-3.5-sonnet" model via the endpoint
https://openrouter.ai/api/v1/chat/completions
, the response completion is not generating properly.To Reproduce
Steps to reproduce the behavior:
https://openrouter.ai/api/v1/chat/completions
using the OpenAI standard format.You are Claude, a large language model trained by Anthropic. Carefully heed the user's instructions. Respond very concise.
loop from 1 to 100 in python
Expected behavior
The response should generate a concise and correct Python loop for iterating from 1 to 100.
Actual behavior
The response is incorrect and incomplete. Example response:
Additional context
This issue seems to be specific to the "anthropic/claude-3.5-sonnet" model when invoked using the OpenAI standard format. Other models or formats might not exhibit this behavior.
You can submit this report on the OpenRouter GitHub issues page.
The text was updated successfully, but these errors were encountered: