Skip to content

feat(openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition): add new models [bot]#1742

Merged
architkumar-truefoundry merged 3 commits into
mainfrom
bot/add-openrouter-cognitivecomputations-dolphin-mistral-24b-venice-edition-20260711-000808
Jul 14, 2026
Merged

feat(openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition): add new models [bot]#1742
architkumar-truefoundry merged 3 commits into
mainfrom
bot/add-openrouter-cognitivecomputations-dolphin-mistral-24b-venice-edition-20260711-000808

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition.


Note

Low Risk
Declarative model metadata only; no runtime, auth, or routing logic changes.

Overview
Adds a new OpenRouter provider YAML for cognitivecomputations/dolphin-mistral-24b-venice-edition (the paid tier), alongside the existing :free entry.

The new catalog defines per-token costs ($0.0000002 input / $0.0000009 output), a 128k context window with 8192 max output tokens, json_output, text-in/text-out chat mode, and serverless provisioning with an OpenRouter source URL.

Reviewed by Cursor Bugbot for commit b49f470. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 4
  • Passed: 0
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 4
  • Success rate: 0.0%
Provider Model Scenarios
openrouter cognitivecomputations/dolphin-mistral-24b-venice-edition skipped: json-output:text-text:stream, params:text-text, json-output:text-text, params:text-text:stream
Skipped (4)

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — json-output:text-text:stream (skipped)

Skip reason
Upstream rate limited the request

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — params:text-text (skipped)

Skip reason
Upstream rate limited the request

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — json-output:text-text (skipped)

Skip reason
Upstream rate limited the request

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — params:text-text:stream (skipped)

Skip reason
Upstream rate limited the request

…phin-mistral-24b-venice-edition-20260711-000808
@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@architkumar-truefoundry architkumar-truefoundry merged commit 9e64d5a into main Jul 14, 2026
8 checks passed
@architkumar-truefoundry architkumar-truefoundry deleted the bot/add-openrouter-cognitivecomputations-dolphin-mistral-24b-venice-edition-20260711-000808 branch July 14, 2026 04:28

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b49f470. Configure here.

- json_output
limits:
context_window: 128000
max_output_tokens: 8192

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output limit conflicts defaults

Medium Severity

limits.max_output_tokens is 8192, but the file does not set limits.max_tokens or a params override for max_tokens. OpenRouter’s default.yaml still caps max_tokens at 4096, so advertised output capacity and enforced request limits can disagree.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b49f470. Configure here.

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 4
  • Passed: 4
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 100.0%
Provider Model Scenarios
openrouter cognitivecomputations/dolphin-mistral-24b-venice-edition success: json-output:text-text:stream, params:text-text, json-output:text-text, params:text-text:stream
Successes (4)

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — json-output:text-text:stream (success)

Output
{
  "colors": [
    {
      "color": "Red",
      "hexCode": "#FF0000"
    },
    {
      "color": "Green",
      "hexCode": "#008000"
    },
    {
  
... (truncated, 99 chars omitted)

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — params:text-text (success)

Output
The capital of France is Paris. It is one of the world's major cultural and commercial centers, known for its art, cuisine, fashion, and history. The 
... (truncated, 252 chars omitted)

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — json-output:text-text (success)

Output
{
  "colors": [
    {"name": "Red", "hex": "#FF0000"},
    {"name": "Green", "hex": "#00FF00"},
    {"name": "Blue", "hex": "#0000FF"}
  ]
}
VALIDATIO
... (truncated, 23 chars omitted)

openrouter/cognitivecomputations/dolphin-mistral-24b-venice-edition — params:text-text:stream (success)

Output
The capital of France is Paris. It is known for its rich history, iconic landmarks like the Eiffel Tower, Louvre Museum, and Notre-Dame Cathedral, as 
... (truncated, 304 chars omitted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants