Skip to content
Discussion options

You must be logged in to vote

I agree with tomoish’s answer, and I’ll also share the official documentation and an example workflow that might be helpful.

Official documentation: https://docs.anthropic.com/ja/docs/claude-code/llm-gateway

Example workflow:

      - name: LiteLLM run
        run: docker run -d -e ANTHROPIC_API_KEY -p 4000:4000 ghcr.io/berriai/litellm:main-latest --model claude-sonnet-4-20250514
        env:
          ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
      - name: Code Review with Claude
        uses: anthropics/claude-code-action@beta
        with:
          mode: experimental-review
          anthropic_api_key: sk-1234
          custom_instructions: |
            Focus on:
           …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@Amansaxena001
Comment options

@uc4w6c
Comment options

@Amansaxena001
Comment options

@uc4w6c
Comment options

@Amansaxena001
Comment options

Answer selected by datvotien231295
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants