Skip to content

add OpenRouter#37

Merged
rrr63 merged 1 commit intodoppar:1.xfrom
rrr63:introduce-OpenRouter
Feb 23, 2026
Merged

add OpenRouter#37
rrr63 merged 1 commit intodoppar:1.xfrom
rrr63:introduce-OpenRouter

Conversation

@rrr63
Copy link
Copy Markdown
Member

@rrr63 rrr63 commented Feb 20, 2026

Adding OpenRouter

Can be called with :

use Doppar\AI\Agent;
use Doppar\AI\AgentFactory\Agent\OpenRouter;

$response = Agent::using(OpenRouter::class)
    ->withKey("")
    ->model('openrouter/free')
    ->prompt('Hello !')
    ->send();

Doc : doppar/docs#38

I bumped symfony/ai versions also

@rrr63 rrr63 requested a review from techmahedy February 20, 2026 13:39
Copy link
Copy Markdown
Member

@techmahedy techmahedy left a comment

Choose a reason for hiding this comment

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

@rrr63 great job, you can merge and release.

Copy link
Copy Markdown
Member

@techmahedy techmahedy left a comment

Choose a reason for hiding this comment

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

@rrr63 great job, you can merge and release.

@rrr63 rrr63 merged commit d455c57 into doppar:1.x Feb 23, 2026
5 checks passed
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