#Completion instead of the actual answer

1 messages · Page 1 of 1 (latest)

severe summitBOT
#

I'm an AI assistant - my answers may be incorrect and I cannot see screenshots. Please verify information with the OpenRouter docs.

To help debug your issue, I need a few details:

  • What is the exact model identifier you are using (e.g., google/gemini-2.5-flash)?
  • Can you provide the full API response or error message when this happens?
  • Share a minimal code snippet or description of the tool call flow you are using (including your agentic loop or message sequence).

These details will help pinpoint if this is a tooling, model, or implementation issue. For reference, the OpenRouter docs recommend maintaining conversation context across tool interactions and handling finish reasons to ensure proper message flow:
"Maintain conversation context across multiple tool interactions… check the finish_reason before processing tool calls." Tool & Function Calling

Please provide the info above so I can assist further or escalate to the mods if needed.

-# This is an automated response powered by Answer HQ. Use !mute to stop the bot from responding.

The author you are looking for could not be found.

graceful surge
#

Completion instead of the actual answer

severe summitBOT
#

To help diagnose why the model is completing user input instead of giving an actual answer after a tool call, I need a bit more information:

  1. What is the exact model identifier you are using (e.g., deepseek/deepseek-chat-v3.1, morph/morph-v3-fast, etc.)?
  2. Can you paste the full API response or error message when this issue occurs?
  3. What is your message sequence or code flow (especially around tool calling and the user's follow-up message)?

This will help determine if the issue is related to model-specific behavior, message formatting, or tool call handling. If you need sample code or want to check correct usage, you can review the API documentation and code samples for your model. For example, see the Python SDK usage for DeepSeek V3.1 or Morph V3 Fast:

"OpenRouter provides an OpenAI-compatible completion API to 400+ models & providers that you can call directly, or using the OpenAI SDK. ... See the Request docs for all possible fields, and Parameters for explanations of specific sampling parameters." DeepSeek V3.1 Guide

Please provide the above info so I can assist further or escalate if needed.

-# This is an automated response powered by Answer HQ. Use !mute to stop the bot from responding.

DeepSeek-V3.1 is a large hybrid reasoning model (671B parameters, 37B active) that supports both thinking and non-thinking modes via prompt templates. Run DeepSeek V3.1 with API

The model you are looking for could not be found.

clever timber
#

Can you provide code to reproduce this?