mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat(provider): add github copilot device flow provider (#364)
This commit is contained in:
@@ -0,0 +1,185 @@
|
||||
name: GitHub Copilot
|
||||
client_type: github-copilot
|
||||
|
||||
models:
|
||||
- model_id: claude-opus-4.6-1m
|
||||
name: Claude Opus 4.6 (1M context)(Internal only)
|
||||
type: chat
|
||||
config:
|
||||
context_window: 1000000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high]
|
||||
|
||||
- model_id: claude-opus-4.6
|
||||
name: Claude Opus 4.6
|
||||
type: chat
|
||||
config:
|
||||
context_window: 144000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high]
|
||||
|
||||
- model_id: claude-sonnet-4.6
|
||||
name: Claude Sonnet 4.6
|
||||
type: chat
|
||||
config:
|
||||
context_window: 200000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high]
|
||||
|
||||
- model_id: goldeneye-free-auto
|
||||
name: Goldeneye
|
||||
type: chat
|
||||
config:
|
||||
context_window: 400000
|
||||
compatibilities: [vision, tool-call]
|
||||
|
||||
- model_id: gpt-5.2-codex
|
||||
name: GPT-5.2-Codex
|
||||
type: chat
|
||||
config:
|
||||
context_window: 400000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high, xhigh]
|
||||
|
||||
- model_id: gpt-5.3-codex
|
||||
name: GPT-5.3-Codex
|
||||
type: chat
|
||||
config:
|
||||
context_window: 400000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high, xhigh]
|
||||
|
||||
- model_id: gpt-5.4-mini
|
||||
name: GPT-5.4 mini
|
||||
type: chat
|
||||
config:
|
||||
context_window: 400000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [none, low, medium, high, xhigh]
|
||||
|
||||
- model_id: gpt-5.4
|
||||
name: GPT-5.4
|
||||
type: chat
|
||||
config:
|
||||
context_window: 400000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high, xhigh]
|
||||
|
||||
- model_id: gpt-5-mini
|
||||
name: GPT-5 mini
|
||||
type: chat
|
||||
config:
|
||||
context_window: 264000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high]
|
||||
|
||||
- model_id: gpt-4o-mini-2024-07-18
|
||||
name: GPT-4o mini
|
||||
type: chat
|
||||
config:
|
||||
context_window: 128000
|
||||
compatibilities: [tool-call]
|
||||
|
||||
- model_id: grok-code-fast-1
|
||||
name: Grok Code Fast 1
|
||||
type: chat
|
||||
config:
|
||||
context_window: 128000
|
||||
compatibilities: [tool-call]
|
||||
|
||||
- model_id: gpt-5.1
|
||||
name: GPT-5.1
|
||||
type: chat
|
||||
config:
|
||||
context_window: 264000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [none, low, medium, high]
|
||||
|
||||
- model_id: text-embedding-3-small
|
||||
name: Embedding V3 small
|
||||
type: embedding
|
||||
config:
|
||||
dimensions: 1536
|
||||
|
||||
- model_id: text-embedding-3-small-inference
|
||||
name: Embedding V3 small (Inference)
|
||||
type: embedding
|
||||
config:
|
||||
dimensions: 1536
|
||||
|
||||
- model_id: claude-sonnet-4
|
||||
name: Claude Sonnet 4
|
||||
type: chat
|
||||
config:
|
||||
context_window: 216000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
|
||||
- model_id: claude-sonnet-4.5
|
||||
name: Claude Sonnet 4.5
|
||||
type: chat
|
||||
config:
|
||||
context_window: 144000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
|
||||
- model_id: claude-opus-4.5
|
||||
name: Claude Opus 4.5
|
||||
type: chat
|
||||
config:
|
||||
context_window: 160000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
|
||||
- model_id: claude-haiku-4.5
|
||||
name: Claude Haiku 4.5
|
||||
type: chat
|
||||
config:
|
||||
context_window: 144000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
|
||||
- model_id: gpt-4.1-2025-04-14
|
||||
name: GPT-4.1
|
||||
type: chat
|
||||
config:
|
||||
context_window: 128000
|
||||
compatibilities: [vision, tool-call]
|
||||
|
||||
- model_id: gpt-5.2
|
||||
name: GPT-5.2
|
||||
type: chat
|
||||
config:
|
||||
context_window: 264000
|
||||
compatibilities: [vision, tool-call, reasoning]
|
||||
reasoning_efforts: [low, medium, high, xhigh]
|
||||
|
||||
- model_id: gpt-3.5-turbo-0613
|
||||
name: GPT 3.5 Turbo
|
||||
type: chat
|
||||
config:
|
||||
context_window: 16384
|
||||
compatibilities: [tool-call]
|
||||
|
||||
- model_id: gpt-4.1
|
||||
name: GPT-4.1
|
||||
type: chat
|
||||
config:
|
||||
context_window: 128000
|
||||
compatibilities: [vision, tool-call]
|
||||
|
||||
- model_id: gpt-3.5-turbo
|
||||
name: GPT 3.5 Turbo
|
||||
type: chat
|
||||
config:
|
||||
context_window: 16384
|
||||
compatibilities: [tool-call]
|
||||
|
||||
- model_id: gpt-4o-mini
|
||||
name: GPT-4o mini
|
||||
type: chat
|
||||
config:
|
||||
context_window: 128000
|
||||
compatibilities: [tool-call]
|
||||
|
||||
- model_id: text-embedding-ada-002
|
||||
name: Embedding V2 Ada
|
||||
type: embedding
|
||||
config:
|
||||
dimensions: 1536
|
||||
Reference in New Issue
Block a user