Skip to content

Possible to mix Anthropic/Google model use? #20

@virtualritz

Description

@virtualritz

I would like to use Gemini Pro for planning mode but Opus and Sonnet for writing code. Specifically I need to retain the ability to select Opus or Sonnet.

I guess this may be already possible by not using any mappings? And then specifying /model gemini/gemini-1.5-pro-latest to use the resp. Gemini model?

But it would be great if this could be configured via arbitrary .env aliases:

FOO_MODEL = "gemini/gemini-1.5-pro-latest"
BAR_MODEL = "..."

Then, inside Claude Code:

/model foo
  ⎿  Set model to foo (gemini/gemini-1.5-pro-latest)

Or is this already possible/I am missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions