Skip to content
Open
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
139 changes: 139 additions & 0 deletions general/lightning-ai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
{
"name": "lightning-ai",
"description": "",
"default": {
"params": [
{ "key": "max_tokens", "defaultValue": 256, "minValue": 1, "maxValue": 32768 },
{ "key": "temperature", "defaultValue": 0.7, "minValue": 0, "maxValue": 2 },
{ "key": "top_p", "defaultValue": 1, "minValue": 0, "maxValue": 1 },
{ "key": "stop", "defaultValue": null, "type": "array-of-strings", "skipValues": [null, []] },
{ "key": "stream", "defaultValue": true, "type": "boolean" }
],
"messages": { "options": ["system", "user", "assistant"] },
"type": { "primary": "chat", "supported": [] }
},

"openai/gpt-5.6-sol": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.6-terra": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.6-luna": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-fable-5": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-opus-4-8": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.5-2026-04-23": {
"type": { "primary": "chat", "supported": ["image"] }
},
"lightning-ai/deepseek-v4-pro": {
"type": { "primary": "chat", "supported": [] }
},
"anthropic/claude-opus-4-7": {
"type": { "primary": "chat", "supported": ["image"] }
},
"lightning-ai/nemotron-3-ultra-550b-a55b": {
"type": { "primary": "chat", "supported": [] }
},
"google/gemini-3.5-flash": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.4-mini-2026-03-17": {
"type": { "primary": "chat", "supported": ["image"] }
},
"google/gemini-3.1-pro-preview": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-opus-4-6": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.4-2026-03-05": {
"type": { "primary": "chat", "supported": ["image"] }
},
"lightning-ai/gemma-4-31B-it": {
"type": { "primary": "chat", "supported": [] }
},
"anthropic/claude-sonnet-4-6": {
"type": { "primary": "chat", "supported": ["image"] }
},
"google/gemini-3-flash-preview": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.2-2025-12-11": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5.4-nano-2026-03-17": {
"type": { "primary": "chat", "supported": ["image"] }
},
"google/gemini-3.1-flash-lite-preview": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-opus-4-5-20251101": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-sonnet-4-5-20250929": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-haiku-4-5-20251001": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-5-mini": {
"type": { "primary": "chat", "supported": ["image"] }
},
"anthropic/claude-opus-4-1-20250805": {
"type": { "primary": "chat", "supported": ["image"] }
},
"lightning-ai/gpt-oss-120b": {
"type": { "primary": "chat", "supported": [] }
},
"openai/gpt-5-nano": {
"type": { "primary": "chat", "supported": ["image"] }
},
"google/gemini-2.5-pro": {
"type": { "primary": "chat", "supported": ["image"] }
},
"google/gemini-2.5-flash": {
"type": { "primary": "chat", "supported": ["image"] }
},
"lightning-ai/gpt-oss-20b": {
"type": { "primary": "chat", "supported": [] }
},
"google/gemini-2.5-flash-lite-preview-06-17": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/o3": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-4.1": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/o3-mini": {
"type": { "primary": "chat", "supported": [] }
},
"openai/gpt-4o": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-4-turbo": {
"type": { "primary": "chat", "supported": ["image"] }
},
"openai/gpt-4-turbo-preview": {
"type": { "primary": "chat", "supported": [] }
},
"openai/gpt-3.5-turbo": {
"type": { "primary": "chat", "supported": [] }
},
"openai/gpt-4": {
"type": { "primary": "chat", "supported": ["image"] }
},
"lightning-ai/nemotron-3-nano-omni-30b-a3b": {
"type": { "primary": "chat", "supported": [] }
}
}
Loading
Loading