Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vxcontrol/pentagi
/ Provider
Interface
Provider
frontend/src/models/provider.tsx:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { ProviderType } from
'@/graphql/types'
;
2
3
export interface Provider {
4
name: string;
5
type: ProviderType;
6
}
7
8
/**
9
* Generates a display name for a provider
Callers
19
TestTestProvider
Function · 0.95
TestTestProviderWithOptions
Function · 0.95
TestTestProviderStreamingMode
Function · 0.95
TestTestProviderJSONTests
Function · 0.95
TestTestProviderToolTests
Function · 0.95
TestTestProviderErrorHandling
Function · 0.95
TestTestProvider
Function · 0.95
TestTestProviderGroups
Function · 0.95
TestTestProviderStreamingMode
Function · 0.95
ModelWithPrefix
Method · 0.95
Call
Method · 0.95
CallEx
Method · 0.95
Implementers
11
geminiProvider
backend/pkg/providers/gemini/gemini.go
bedrockProvider
backend/pkg/providers/bedrock/bedrock.
deepseekProvider
backend/pkg/providers/deepseek/deepsee
ollamaProvider
backend/pkg/providers/ollama/ollama.go
glmProvider
backend/pkg/providers/glm/glm.go
anthropicProvider
backend/pkg/providers/anthropic/anthro
customProvider
backend/pkg/providers/custom/custom.go
Provider
backend/pkg/providers/tester/mock/prov
openaiProvider
backend/pkg/providers/openai/openai.go
qwenProvider
backend/pkg/providers/qwen/qwen.go
kimiProvider
backend/pkg/providers/kimi/kimi.go
Calls
no outgoing calls
Tested by
no test coverage detected