From e5c8c2dd0b2ab753ff9c661a6c3f8b156e2b1b32 Mon Sep 17 00:00:00 2001 From: musistudio Date: Wed, 15 Oct 2025 20:43:09 +0800 Subject: [PATCH] update 302ai --- providers/302ai.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 providers/302ai.json diff --git a/providers/302ai.json b/providers/302ai.json new file mode 100644 index 0000000..e0d216f --- /dev/null +++ b/providers/302ai.json @@ -0,0 +1,17 @@ +{ + "name": "302.ai", + "api_base_url": "https://api.302.ai/v1/messages", + "api_key": "", + "models": [ + "claude-sonnet-4-5-20250929", + "claude-opus-4-1-20250805", + "claude-opus-4-20250514", + "claude-sonnet-4-20250514", + "claude-3-7-sonnet-20250219", + "claude-3-5-sonnet-20241022", + "gpt-5-pro", + "gpt-5-codex", + "gemini-2.5-pro", + "gemini-2.5-flash" + ] +} \ No newline at end of file