Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inference-gateway/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: inference-gateway/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.1
Choose a head ref
  • 6 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 28, 2025

  1. ci: Setup Infer configuration and CI improvements (#17)

    * ci: Setup infer
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    
    * fix: Update GitHub owner in config
    
    * fix: Update GitHub owner in config
    
    * chore: initialize a config
    
    ---------
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    79d3a76 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. chore(deps): Bump dev dependencies

    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    953d354 View commit details
    Browse the repository at this point in the history
  2. refactor(docs): Remove UI related documentation

    The new replacement is the CLI web interface.
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    1abb0e4 View commit details
    Browse the repository at this point in the history
  3. docs: Add Mistral and Moonshot provider documentation

    Add complete documentation for Mistral and Moonshot LLM providers:
    
    - Add provider cards with authentication and vision support details
    - Add configuration sections with environment variables
    - Add API usage examples for both providers
    - Update architecture diagrams to include both providers
    - Update provider lists in API reference
    - Regenerate search index and sitemap
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    2effd41 View commit details
    Browse the repository at this point in the history
  4. docs: Update provider models to latest versions

    Update all provider model references to reflect latest available models:
    
    - OpenAI: GPT-5, GPT-5.2, GPT-4.1, GPT-4o
    - Anthropic: Claude Opus 4.5, Claude Sonnet 4, Claude Opus 4
    - Google: Gemini 3 Flash, Gemini 3 Pro
    - Mistral: Mistral Large 3, Pixtral Large, Ministral 3
    - Moonshot: Kimi K2, Kimi K2 Thinking
    - Cohere: Command A, Command A Vision
    - Update API examples to use provider prefix format (provider/model)
    - Regenerate search index and sitemap
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    fa7d68c View commit details
    Browse the repository at this point in the history
  5. chore(release): 🔖 0.6.1 [skip ci]

    ## [0.6.1](0.6.0...0.6.1) (2026-01-23)
    
    ### ♻️ Improvements
    
    * **docs:** Remove UI related documentation ([1abb0e4](1abb0e4))
    
    ### 👷 CI
    
    * Setup Infer configuration and CI improvements ([#17](#17)) ([79d3a76](79d3a76))
    
    ### 📚 Documentation
    
    * Add Mistral and Moonshot provider documentation ([2effd41](2effd41))
    * Update provider models to latest versions ([fa7d68c](fa7d68c))
    
    ### 🔧 Miscellaneous
    
    * **deps:** Bump dev dependencies ([953d354](953d354))
    edenreich committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    550b2c8 View commit details
    Browse the repository at this point in the history
Loading