Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
auth:
type: apiKey
header: x-api-key
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/anthropic.claude/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/anthropic.claude/openapi.yaml
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/anthropic/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/anthropic/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.input_tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
managedBy: wso2
version: v1.0
metadata:
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/aws.bedrock/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/aws.bedrock/openapi.yaml
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/awsbedrock/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/awsbedrock/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.inputTokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ spec:
auth:
type: apiKey
header: api-key
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/azure.openai/icon.png
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/azureai-foundry/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/azureai-foundry/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.prompt_tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ spec:
auth:
type: apiKey
header: api-key
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/refs/heads/main/openapi/azure.openai.v2/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/refs/heads/main/openapi/azure.openai.v2/openapi.yaml
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/azure-openai/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/azure-openai/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.prompt_tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
auth:
type: apiKey
header: x-goog-api-key
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/gemini/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/gemini/openapi.yaml
promptTokens:
location: payload
identifier: $.usageMetadata.promptTokenCount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
type: apiKey
header: Authorization
valuePrefix: "Bearer "
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/mistral/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/mistral/openapi.yaml
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/mistral/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/mistral/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.prompt_tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
type: apiKey
header: Authorization
valuePrefix: "Bearer "
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/openai/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/openai/openapi.yaml
logoUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/openai/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/wso2/api-platform/main/llm-provider-specs/openai/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.prompt_tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default function ProviderTemplateSelector({
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: 'background.default',
backgroundColor: 'common.white',
overflow: 'hidden',
}}
>
Expand Down
Loading